71 lines
2.2 KiB
JSON
71 lines
2.2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.9.13",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@rehooks/local-storage": "^2.4.0",
|
|
"@testing-library/dom": "^7.10.1",
|
|
"@testing-library/jest-dom": "^5.7.0",
|
|
"@testing-library/react": "^10.0.4",
|
|
"@testing-library/user-event": "^11.0.1",
|
|
"@types/jest": "^25.2.1",
|
|
"@types/lodash": "^4.14.152",
|
|
"@types/node": "^14.0.1",
|
|
"@types/react": "^16.9.0",
|
|
"@types/react-dom": "^16.9.7",
|
|
"@types/uuid": "^8.0.0",
|
|
"clipboard-copy": "^3.1.0",
|
|
"fireworks": "^2.2.5",
|
|
"lodash": "^4.17.15",
|
|
"material-ui-dropzone": "^3.2.1",
|
|
"myzod": "^1.0.2",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-hook-form": "^5.6.3",
|
|
"react-scripts": "^3.4.1",
|
|
"react-use-websocket": "^2.0.1",
|
|
"ts-essentials": "^6.0.5",
|
|
"typeface-roboto": "^0.0.75",
|
|
"typescript": "^3.9.5",
|
|
"uuid": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^2.31.0",
|
|
"@typescript-eslint/parser": "^2.31.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"eslint-plugin-react-hooks": "^4.0.0",
|
|
"eslint-plugin-simple-import-sort": "^5.0.3",
|
|
"mutationobserver-shim": "^0.3.5",
|
|
"prettier": "2.0.5",
|
|
"source-map-explorer": "^2.4.2"
|
|
},
|
|
"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"
|
|
}
|