| { |
| "name": "clamp-ui", |
| "version": "0.0.1", |
| "description": "ONAP Clamp Designer UI", |
| "main": "index.js", |
| "scripts": { |
| "start": "react-scripts start", |
| "build": "react-scripts build", |
| "test": "react-scripts test --env=jsdom", |
| "eject": "react-scripts eject" |
| }, |
| "author": "ONAP Clamp Team", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "json-editor": "^0.7.28", |
| "react": "~16.8.0", |
| "react-dom": "~16.8.0", |
| "react-scripts": "~3.0.1", |
| "onap-ui-react":"0.1.1" |
| }, |
| "browserslist": [ |
| ">0.2%", |
| "not dead", |
| "not ie <= 11", |
| "not op_mini all" |
| ] |
| } |