57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "wordclock",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.2",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@types/lodash": "^4.14.165",
|
|
"@types/node": "^12.12.32",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/react-material-ui-form-validator": "^2.1.0",
|
|
"@types/react-router": "^5.1.8",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"compression-webpack-plugin": "^4.0.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"lodash": "^4.17.20",
|
|
"mime-types": "^2.1.28",
|
|
"notistack": "^1.0.3",
|
|
"parse-ms": "^2.1.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-dropzone": "^11.2.4",
|
|
"react-form-validator-core": "^1.0.0",
|
|
"react-material-ui-form-validator": "^2.1.1",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.1",
|
|
"sockette": "^2.0.6",
|
|
"typescript": "4.0.5",
|
|
"zlib": "^1.0.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"react-app-rewired": "^2.1.8"
|
|
}
|
|
}
|