1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "eiru_automation_ui",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "axios": "^0.18.0",
- "history": "^4.7.2",
- "lodash": "^4.17.5",
- "material-ui": "^1.0.0-beta.40",
- "prop-types": "^15.6.1",
- "react": "^16.3.0",
- "react-dom": "^16.3.0",
- "react-helmet": "^5.2.0",
- "react-redux": "^5.0.7",
- "react-router": "^4.2.0",
- "react-router-dom": "^4.2.2",
- "react-router-redux": "^5.0.0-alpha.9",
- "react-scripts": "^1.1.1",
- "redux": "^3.7.2",
- "redux-thunk": "^2.2.0",
- "typeface-roboto": "^0.0.54"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
- "eject": "react-scripts eject"
- },
- "devDependencies": {
- "redux-logger": "^3.0.6"
- }
- }
|