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.

28 lines
801 B

6 years ago
  1. {
  2. "name": "esp8266-react",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^1.5.1",
  7. "@material-ui/icons": "^1.1.1",
  8. "compression-webpack-plugin": "^1.1.12",
  9. "moment": "^2.22.2",
  10. "prop-types": "^15.6.2",
  11. "react": "^16.5.1",
  12. "react-dom": "^16.5.1",
  13. "react-form-validator-core": "^0.3.0",
  14. "react-material-ui-form-validator": "^2.0.1",
  15. "react-router": "^4.3.1",
  16. "react-router-dom": "^4.3.1",
  17. "react-scripts": "1.0.17"
  18. },
  19. "scripts": {
  20. "start": "react-app-rewired start",
  21. "build": "react-app-rewired build && rm -rf ../data/www && cp -r build ../data/www",
  22. "test": "react-app-rewired test --env=jsdom",
  23. "eject": "react-scripts eject"
  24. },
  25. "devDependencies": {
  26. "react-app-rewired": "^1.6.2"
  27. }
  28. }