69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@rehooks/local-storage": "^2.4.0",
|
|
"clipboard-copy": "^3.1.0",
|
|
"fireworks": "^2.2.6",
|
|
"fontsource-roboto": "^3.0.3",
|
|
"lodash": "^4.17.20",
|
|
"material-ui-dropzone": "^3.5.0",
|
|
"myzod": "^1.1.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-hook-form": "^6.9.6",
|
|
"react-scripts": "4.0.0",
|
|
"react-use-websocket": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^7.26.3",
|
|
"@testing-library/jest-dom": "^5.11.5",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"@types/jest": "~26.0.15",
|
|
"@types/lodash": "^4.14.162",
|
|
"@types/node": "^14.14.2",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
|
"@typescript-eslint/parser": "^4.5.0",
|
|
"eslint": "^7.12.0",
|
|
"eslint-config-prettier": "^6.14.0",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"eslint-plugin-simple-import-sort": "^5.0.3",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"prettier": "2.1.2",
|
|
"source-map-explorer": "^2.5.0",
|
|
"ts-essentials": "^7.0.1",
|
|
"typescript": "4.0.3"
|
|
},
|
|
"scripts": {
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
"defaults",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"proxy": "http://localhost:5000"
|
|
}
|