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