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.

29 lines
844 B

6 years ago
  1. {
  2. "name": "esp8266-react",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^1.0.0",
  7. "@material-ui/icons": "^1.0.0",
  8. "compression-webpack-plugin": "^1.1.11",
  9. "moment": "^2.22.1",
  10. "prop-types": "^15.6.1",
  11. "react": "^16.3.2",
  12. "react-autosuggest": "^9.3.4",
  13. "react-dom": "^16.3.2",
  14. "react-form-validator-core": "^0.3.0",
  15. "react-material-ui-form-validator": "^2.0.0-beta.10",
  16. "react-router": "^4.2.0",
  17. "react-router-dom": "^4.2.2",
  18. "react-scripts": "1.0.17"
  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": "^1.5.2"
  28. }
  29. }