a1f4e57a21
* Update back end to add MQTT and WebSocket support * Update demo project to demonstrate MQTT and WebSockets * Update documentation to describe newly added and modified functionallity * Introduce separate MQTT pub/sub, HTTP get/post and WebSocket rx/tx classes * Significant reanaming - more accurate class names * Use PROGMEM_WWW as default * Update README documenting PROGMEM_WWW as default * Update README with API changes
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "esp8266-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.9.8",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@types/jwt-decode": "^2.2.1",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/node": "^12.12.32",
|
|
"@types/react": "^16.9.27",
|
|
"@types/react-dom": "^16.9.5",
|
|
"@types/react-material-ui-form-validator": "^2.0.5",
|
|
"@types/react-router": "^5.1.3",
|
|
"@types/react-router-dom": "^5.1.3",
|
|
"compression-webpack-plugin": "^3.0.1",
|
|
"jwt-decode": "^2.2.0",
|
|
"lodash": "^4.17.15",
|
|
"mime-types": "^2.1.25",
|
|
"moment": "^2.24.0",
|
|
"notistack": "^0.9.7",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-form-validator-core": "^0.6.4",
|
|
"react-material-ui-form-validator": "^2.0.10",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.4.1",
|
|
"sockette": "^2.0.6",
|
|
"typescript": "^3.7.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.5"
|
|
}
|
|
}
|