bcfeef8004
Adds a webpack plugin to package interface as PROGMEM into a header file in the framework. Adds a build flag to optionally enable serving from PROGMEM or SPIFFS as required Adds documentation changes to describe changes
40 lines
982 B
JSON
40 lines
982 B
JSON
{
|
|
"name": "esp8266-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.7.0",
|
|
"@material-ui/icons": "^4.5.1",
|
|
"compression-webpack-plugin": "^2.0.0",
|
|
"jwt-decode": "^2.2.0",
|
|
"mime-types": "^2.1.25",
|
|
"moment": "^2.24.0",
|
|
"notistack": "^0.9.6",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.10.1",
|
|
"react-dom": "^16.10.1",
|
|
"react-form-validator-core": "^0.6.4",
|
|
"react-jss": "^10.0.0",
|
|
"react-material-ui-form-validator": "^2.0.9",
|
|
"react-router": "^5.1.1",
|
|
"react-router-dom": "^5.1.1",
|
|
"react-scripts": "3.0.1",
|
|
"zlib": "^1.0.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"devDependencies": {
|
|
"react-app-rewired": "^2.1.3"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|