30 lines
844 B
JSON
30 lines
844 B
JSON
{
|
|
"name": "esp8266-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^1.0.0",
|
|
"@material-ui/icons": "^1.0.0",
|
|
"compression-webpack-plugin": "^1.1.11",
|
|
"moment": "^2.22.1",
|
|
"prop-types": "^15.6.1",
|
|
"react": "^16.3.2",
|
|
"react-autosuggest": "^9.3.4",
|
|
"react-dom": "^16.3.2",
|
|
"react-form-validator-core": "^0.3.0",
|
|
"react-material-ui-form-validator": "^2.0.0-beta.10",
|
|
"react-router": "^4.2.0",
|
|
"react-router-dom": "^4.2.2",
|
|
"react-scripts": "1.0.17"
|
|
},
|
|
"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": {
|
|
"react-app-rewired": "^1.5.2"
|
|
}
|
|
}
|