uek-109-LBb/counter_kand/frontend/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2024-07-02 10:54:15 +02:00
{
"name": "trafficcounter",
"version": "1.0.0",
"private": false,
"license": "GNU General Public License v3.0",
"repository": {
"type": "git",
"url": "https://github.com/modul-i-ch-109/counter"
},
"dependencies": {
"@material-ui/icons": "^4.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.4.3",
"final-form": "^4.20.7",
"material-table": "^1.69.3",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.9",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
"react-select": "^5.6.1",
"serve": "^14.1.1"
},
"scripts": {
"start": "npx serve -s build -l 3000",
"dev": "npx react-scripts start",
"build": "npx react-scripts build",
"test": "npx react-scripts test --watchAll=false",
"eject": "npx react-scripts eject",
"lint": "npx eslint --fix --ext .js,.ts,.tsx .",
"prettier": "npx prettier --ignore-path build --write \"**/*.+(js|json|ts|tsx)\""
},
"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"
]
}
}