codies/frontend/package.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",
"lodash": "^4.17.20",
"material-ui-dropzone": "^3.5.0",
"myzod": "^1.1.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-fast-compare": "^3.2.0",
"react-hook-form": "^6.8.6",
"react-scripts": "^3.4.3",
"react-use-websocket": "^2.1.1",
"typeface-roboto": "^0.0.75"
},
"devDependencies": {
"@testing-library/dom": "^7.24.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.1.6",
"@types/jest": "~24.9.1",
"@types/lodash": "^4.14.161",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"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.0",
"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"
}