package.json 755 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "redux-form-demo",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "flow": "flow",
  7. "start": "react-scripts start",
  8. "build": "react-scripts build",
  9. "test": "react-scripts test --env=jsdom",
  10. "eject": "react-scripts eject"
  11. },
  12. "dependencies": {
  13. "babel-runtime": "^6.26.0",
  14. "classnames": "^2.2.5",
  15. "react": "^15.5.0-rc.2",
  16. "react-dom": "^15.5.0-rc.2",
  17. "react-redux": "^5.0.0",
  18. "react-scripts": "1.0.17",
  19. "redux": "^3.7.2",
  20. "redux-form": "^5.3.6"
  21. },
  22. "devDependencies": {
  23. "babel-cli": "^6.26.0",
  24. "babel-eslint": "^8.1.2",
  25. "babel-preset-flow": "^6.23.0",
  26. "chai": "^4.1.2",
  27. "eslint": "^4.14.0",
  28. "eslint-plugin-react": "^7.5.1",
  29. "flow-bin": "^0.62.0"
  30. }
  31. }