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",
"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": "^16.14.0",
"react-dom": "^16.14.0",
"react-fast-compare": "^3.2.0",
"react-hook-form": "^6.9.5",
"react-scripts": "^3.4.4",
"react-use-websocket": "^2.2.0"
},
"devDependencies": {
"@testing-library/dom": "^7.26.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.1.9",
"@types/jest": "~24.9.1",
"@types/lodash": "^4.14.162",
"@types/node": "^14.14.0",
"@types/react": "^16.9.53",
"@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.13.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"
}