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.

35 lines
922 B

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