farmcontrol-ui/package.json

66 lines
1.5 KiB
JSON

{
"name": "farmcontrol-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@simplewebauthn/browser": "^10.0.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"antd": "^5.25.1",
"antd-style": "^3.7.1",
"axios": "*",
"country-list": "^2.3.0",
"dotenv": "^16.5.0",
"gcode-preview": "^2.17.0",
"keycloak-js": "^26.1.5",
"moment": "*",
"prop-types": "^15.8.1",
"react": "*",
"react-country-flag": "^3.1.0",
"react-dom": "*",
"react-router-dom": "*",
"react-scripts": "*",
"react-stl-viewer": "^2.5.0",
"socket.io-client": "*",
"styled-components": "*",
"three": "^0.166.1",
"tsparticles": "^3.5.0",
"virtualizedtableforantd4": "^1.3.1",
"web-vitals": "*"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"standard": "^17.1.0"
}
}