12345678910111213141516171819202122 |
- {
- "name": "demo",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "history": "^4.6.3",
- "react": "^15.6.1",
- "react-dom": "^15.6.1",
- "react-redux": "^5.0.5",
- "react-router": "^4.1.2",
- "react-router-redux": "^4.0.8",
- "react-scripts": "1.0.10",
- "redux": "^3.7.2",
- "redux-saga": "^0.15.6"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
- "eject": "react-scripts eject"
- }
- }
|