codies/frontend/package.json

69 lines
2.1 KiB
JSON
Raw Normal View History

2020-05-23 21:51:11 +00:00
{
"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",
2020-06-07 06:45:53 +00:00
"@testing-library/dom": "^7.10.1",
2020-05-23 21:51:11 +00:00
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^10.0.4",
2020-06-05 01:07:51 +00:00
"@testing-library/user-event": "^11.0.1",
2020-05-23 21:51:11 +00:00
"@types/jest": "^25.2.1",
2020-05-24 05:42:48 +00:00
"@types/lodash": "^4.14.152",
2020-05-23 21:51:11 +00:00
"@types/node": "^14.0.1",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.7",
"clipboard-copy": "^3.1.0",
"fireworks": "^2.2.5",
"lodash": "^4.17.15",
2020-06-07 19:33:40 +00:00
"material-ui-dropzone": "^3.2.1",
2020-05-29 02:13:14 +00:00
"myzod": "^1.0.2",
2020-06-07 06:45:53 +00:00
"prop-types": "^15.7.2",
2020-05-23 21:51:11 +00:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-fast-compare": "^3.2.0",
2020-05-23 21:51:11 +00:00
"react-hook-form": "^5.6.3",
"react-scripts": "^3.4.1",
"react-use-websocket": "^2.0.1",
2020-05-27 03:34:30 +00:00
"ts-essentials": "^6.0.5",
2020-05-23 21:51:11 +00:00
"typeface-roboto": "^0.0.75",
2020-06-14 19:52:53 +00:00
"typescript": "^3.9.5"
2020-05-23 21:51:11 +00:00
},
"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"
}