86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
{
|
|
"name": "farmcontrol-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
|
|
"@simplewebauthn/browser": "^13.1.0",
|
|
"@tsparticles/react": "^3.0.0",
|
|
"@tsparticles/slim": "^3.8.1",
|
|
"antd": "^5.25.4",
|
|
"antd-style": "^3.7.1",
|
|
"axios": "^1.9.0",
|
|
"country-list": "^2.3.0",
|
|
"dotenv": "^16.5.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-prettier": "^5.4.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"gcode-preview": "^2.18.0",
|
|
"keycloak-js": "^26.2.0",
|
|
"log4js": "^6.9.1",
|
|
"moment": "*",
|
|
"prettier": "^3.5.3",
|
|
"prettier-eslint": "^16.4.2",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.3.1",
|
|
"react-country-flag": "^3.1.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "*",
|
|
"react-scripts": "*",
|
|
"react-stl-viewer": "^2.5.0",
|
|
"socket.io-client": "*",
|
|
"standard": "^17.1.2",
|
|
"styled-components": "*",
|
|
"svgo": "^3.3.2",
|
|
"svgo-loader": "^4.0.0",
|
|
"three": "^0.177.0",
|
|
"tsparticles": "^3.8.1",
|
|
"virtualizedtableforantd4": "^1.3.1",
|
|
"web-vitals": "*",
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^6.0.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"minify-svgs": "node scripts/minify-svgs.js"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-prettier": "^5.4.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"prettier": "^3.5.3",
|
|
"prettier-eslint": "^16.4.2",
|
|
"standard": "^17.1.2",
|
|
"svgo": "^3.3.2",
|
|
"svgo-loader": "^4.0.0",
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^6.0.1"
|
|
}
|
|
}
|