sebdet | c95e8df | 2019-06-25 11:06:06 +0200 | [diff] [blame] | 1 | { |
| 2 | "name": "clamp-ui", |
| 3 | "version": "0.0.1", |
| 4 | "description": "ONAP Clamp Designer UI", |
| 5 | "main": "index.js", |
| 6 | "scripts": { |
| 7 | "start": "react-scripts start", |
| 8 | "build": "react-scripts build", |
| 9 | "test": "react-scripts test --env=jsdom", |
| 10 | "eject": "react-scripts eject" |
| 11 | }, |
| 12 | "author": "ONAP Clamp Team", |
| 13 | "license": "Apache-2.0", |
| 14 | "dependencies": { |
sebdet | c8d6130 | 2019-07-04 15:50:34 +0200 | [diff] [blame^] | 15 | "json-editor": "0.7.28", |
| 16 | "react": "16.8.0", |
| 17 | "react-dom": "16.8.0", |
| 18 | "react-scripts": "3.0.1", |
sebdet | a54f640 | 2019-06-25 14:37:56 +0200 | [diff] [blame] | 19 | "react-bootstrap": "1.0.0-beta.9", |
sebdet | c8d6130 | 2019-07-04 15:50:34 +0200 | [diff] [blame^] | 20 | "bootstrap-css-only": "4.3.1", |
| 21 | "styled-components": "4.3.2" |
sebdet | c95e8df | 2019-06-25 11:06:06 +0200 | [diff] [blame] | 22 | }, |
| 23 | "browserslist": [ |
| 24 | ">0.2%", |
| 25 | "not dead", |
| 26 | "not ie <= 11", |
| 27 | "not op_mini all" |
| 28 | ] |
| 29 | } |