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.

36 lines
960 B

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