Rework the Open CL window
[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   "proxy": "http://localhost:8080",
7   "scripts": {
8     "start": "react-scripts start",
9     "build": "react-scripts build",
10     "test": "react-scripts test --env=jsdom",
11     "eject": "react-scripts eject"
12   },
13   "author": "ONAP Clamp Team",
14   "license": "Apache-2.0",
15   "dependencies": {
16     "json-editor": "0.7.28",
17     "react": "16.8.0",
18     "react-dom": "16.8.0",
19     "react-scripts": "3.0.1",
20     "react-bootstrap": "1.0.0-beta.9",
21     "bootstrap-css-only": "4.3.1",
22     "styled-components": "4.3.2",
23     "react-router-dom": "5.0.1",
24     "react-select": "3.0.4"
25   },
26   "browserslist": [
27     ">0.2%",
28     "not dead",
29     "not ie <= 11",
30     "not op_mini all"
31   ]
32 }