Fork of the excellent esp8266-react - https://github.com/rjwats/esp8266-react
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
980 B

6 years ago
  1. {
  2. "name": "esp8266-react",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^4.7.0",
  7. "@material-ui/icons": "^4.5.1",
  8. "compression-webpack-plugin": "^2.0.0",
  9. "jwt-decode": "^2.2.0",
  10. "moment": "^2.24.0",
  11. "notistack": "^0.9.6",
  12. "prop-types": "^15.7.2",
  13. "react": "^16.10.1",
  14. "react-dom": "^16.10.1",
  15. "react-form-validator-core": "^0.6.4",
  16. "react-jss": "^10.0.0",
  17. "react-material-ui-form-validator": "^2.0.9",
  18. "react-router": "^5.1.1",
  19. "react-router-dom": "^5.1.1",
  20. "react-scripts": "3.0.1"
  21. },
  22. "scripts": {
  23. "start": "react-app-rewired start",
  24. "build": "react-app-rewired build && rm -rf ../data/www && cp -r build ../data/www",
  25. "test": "react-app-rewired test --env=jsdom",
  26. "eject": "react-scripts eject"
  27. },
  28. "devDependencies": {
  29. "react-app-rewired": "^2.1.3"
  30. },
  31. "browserslist": [
  32. ">0.2%",
  33. "not dead",
  34. "not ie <= 11",
  35. "not op_mini all"
  36. ]
  37. }