Andrea Campanella | 362b7d3 | 2018-12-11 18:57:12 +0100 | [diff] [blame^] | 1 | { |
| 2 | "name": "odtn-front", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "dependencies": { |
| 6 | "@material-ui/core": "^3.6.0", |
| 7 | "@material-ui/icons": "^3.0.1", |
| 8 | "http-proxy-middleware": "^0.19.1", |
| 9 | "lodash": "^4.17.11", |
| 10 | "react": "^16.6.3", |
| 11 | "react-dom": "^16.6.3", |
| 12 | "react-scripts": "2.1.1", |
| 13 | "vis": "^4.21.0" |
| 14 | }, |
| 15 | "scripts": { |
| 16 | "start": "react-scripts start", |
| 17 | "build": "react-scripts build", |
| 18 | "test": "react-scripts test", |
| 19 | "eject": "react-scripts eject" |
| 20 | }, |
| 21 | "eslintConfig": { |
| 22 | "extends": "react-app" |
| 23 | }, |
| 24 | "browserslist": [ |
| 25 | ">0.2%", |
| 26 | "not dead", |
| 27 | "not ie <= 11", |
| 28 | "not op_mini all" |
| 29 | ] |
| 30 | } |