citysys-terminal-web/package.json
2024-04-15 19:28:54 +02:00

49 lines
1.1 KiB
JSON

{
"name": "terminal-oms.app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.0",
"axios": "^0.21.1",
"bitwise": "^2.1.0",
"easy-crc": "0.0.2",
"lodash.clonedeep": "^4.5.0",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-animated-list": "^0.1.4",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.4",
"react-redux": "^7.2.2",
"react-scripts": "4.0.2",
"redux": "^4.0.5",
"web-vitals": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}