2018-02-26 00:11:31 +00:00
|
|
|
{
|
2018-02-26 22:57:09 +00:00
|
|
|
"name": "esp8266-react",
|
2018-02-26 00:11:31 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-03-28 21:30:10 +00:00
|
|
|
"@material-ui/core": "^4.9.8",
|
2020-02-09 10:21:13 +00:00
|
|
|
"@material-ui/icons": "^4.9.1",
|
|
|
|
"@types/jwt-decode": "^2.2.1",
|
2020-07-19 18:32:08 +00:00
|
|
|
"@types/lodash": "^4.14.157",
|
2020-03-28 21:30:10 +00:00
|
|
|
"@types/node": "^12.12.32",
|
|
|
|
"@types/react": "^16.9.27",
|
|
|
|
"@types/react-dom": "^16.9.5",
|
2020-02-09 10:21:13 +00:00
|
|
|
"@types/react-material-ui-form-validator": "^2.0.5",
|
|
|
|
"@types/react-router": "^5.1.3",
|
|
|
|
"@types/react-router-dom": "^5.1.3",
|
2020-06-09 20:57:44 +00:00
|
|
|
"compression-webpack-plugin": "^4.0.0",
|
2019-05-14 21:47:04 +00:00
|
|
|
"jwt-decode": "^2.2.0",
|
2020-07-19 18:32:08 +00:00
|
|
|
"lodash": "^4.17.19",
|
2019-12-29 17:54:12 +00:00
|
|
|
"mime-types": "^2.1.25",
|
2020-06-09 20:57:44 +00:00
|
|
|
"moment": "^2.26.0",
|
2020-07-06 23:13:38 +00:00
|
|
|
"notistack": "^0.9.17",
|
2020-03-28 21:30:10 +00:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2020-06-28 23:25:58 +00:00
|
|
|
"react-dropzone": "^11.0.1",
|
2019-09-30 21:00:16 +00:00
|
|
|
"react-form-validator-core": "^0.6.4",
|
2020-02-09 10:21:13 +00:00
|
|
|
"react-material-ui-form-validator": "^2.0.10",
|
|
|
|
"react-router": "^5.1.2",
|
|
|
|
"react-router-dom": "^5.1.2",
|
2020-03-28 21:30:10 +00:00
|
|
|
"react-scripts": "3.4.1",
|
2020-05-14 22:23:45 +00:00
|
|
|
"sockette": "^2.0.6",
|
2020-06-09 20:57:44 +00:00
|
|
|
"typescript": "^3.9.5",
|
2019-12-29 17:54:12 +00:00
|
|
|
"zlib": "^1.0.5"
|
2018-02-26 00:11:31 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-app-rewired start",
|
2019-12-29 17:54:12 +00:00
|
|
|
"build": "react-app-rewired build",
|
2018-02-26 00:11:31 +00:00
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
2020-02-09 10:21:13 +00:00
|
|
|
"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"
|
|
|
|
]
|
2019-04-14 16:03:28 +00:00
|
|
|
},
|
2020-02-09 10:21:13 +00:00
|
|
|
"devDependencies": {
|
2020-06-09 20:57:44 +00:00
|
|
|
"react-app-rewired": "^2.1.6"
|
2020-02-09 10:21:13 +00:00
|
|
|
}
|
2018-02-26 00:11:31 +00:00
|
|
|
}
|