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": {
|
2019-04-14 10:19:32 +00:00
|
|
|
"@material-ui/core": "^3.9.3",
|
|
|
|
"@material-ui/icons": "^3.0.2",
|
2019-04-14 16:03:28 +00:00
|
|
|
"compression-webpack-plugin": "^2.0.0",
|
|
|
|
"moment": "^2.24.0",
|
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
"react": "^16.8.6",
|
|
|
|
"react-dom": "^16.8.6",
|
|
|
|
"react-form-validator-core": "^0.6.2",
|
2019-04-14 10:19:32 +00:00
|
|
|
"react-jss": "^8.6.1",
|
2019-04-14 16:03:28 +00:00
|
|
|
"react-material-ui-form-validator": "^2.0.7",
|
|
|
|
"react-router": "^5.0.0",
|
|
|
|
"react-router-dom": "^5.0.0",
|
|
|
|
"react-scripts": "2.1.8"
|
2018-02-26 00:11:31 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-app-rewired start",
|
|
|
|
"build": "react-app-rewired build && rm -rf ../data/www && cp -r build ../data/www",
|
|
|
|
"test": "react-app-rewired test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-14 16:03:28 +00:00
|
|
|
"react-app-rewired": "^2.1.1"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2018-02-26 00:11:31 +00:00
|
|
|
}
|