Frontend initial draft
[clamp.git] / ui-react / package.json
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": {
15     "json-editor": "^0.7.28",
16     "react": "~16.8.0",
17     "react-dom": "~16.8.0",
18     "react-scripts": "~3.0.1",
19     "onap-ui-react":"0.1.1"
20   },
21   "browserslist": [
22     ">0.2%",
23     "not dead",
24     "not ie <= 11",
25     "not op_mini all"
26   ]
27 }