Fix frontend docker
[clamp.git] / ui-react / package.json
1 {
2   "name": "onap-clamp-ui",
3   "version": "4.1.1-SNAPSHOT",
4   "description": "ONAP Clamp Loop Designer UI",
5   "author": "ONAP Clamp Team",
6   "license": "Apache-2.0",
7   "publishConfig": {
8     "registry": "https://nexus3.onap.org/repository/npm.snapshot/"
9   },
10   "main": "index.js",
11   "proxy": "https://localhost:8443",
12   "scripts": {
13     "start": "HTTPS=true react-scripts start",
14     "build": "react-scripts build",
15     "test": "react-scripts test --env=jsdom --watchAll=false",
16     "eject": "react-scripts eject",
17     "publish": "npm run publish"
18   },
19   "files": [
20     "src/*.js",
21     "src/*.png",
22     "src/api",
23     "src/components",
24     "src/theme"
25   ],
26   "dependencies": {
27     "@json-editor/json-editor": "1.4.0-beta.0",
28     "react": "16.9.0",
29     "react-dom": "16.9.0",
30     "react-scripts": "3.1.1",
31     "react-bootstrap": "1.0.0-beta.12",
32     "bootstrap-css-only": "4.3.1",
33     "styled-components": "4.3.2",
34     "react-router-dom": "5.0.1",
35     "react-select": "3.0.4"
36   },
37   "browserslist": [
38     ">0.2%",
39     "not dead",
40     "not ie <= 11",
41     "not op_mini all"
42   ],
43   "devDependencies": {
44     "enzyme": "3.10.0",
45     "enzyme-adapter-react-16": "1.14.0"
46   }
47 }