2 "name": "onap-clamp-ui",
3 "version": "${project.version}",
4 "description": "ONAP Clamp Loop Designer UI",
5 "author": "ONAP Clamp Team",
6 "license": "Apache-2.0",
8 "registry": "${npm.publish.url}"
11 "proxy": "https://localhost:8443",
13 "start": "HTTPS=true react-scripts start",
14 "build": "react-scripts build",
16 "test:watch": "jest --watch",
17 "test:coverage": "jest --coverage",
18 "eject": "react-scripts eject"
28 "@json-editor/json-editor": "1.4.0-beta.0",
30 "react-dom": "16.9.0",
31 "react-scripts": "3.1.1",
32 "react-bootstrap": "1.0.0-beta.14",
33 "bootstrap-css-only": "4.3.1",
34 "styled-components": "4.3.2",
35 "react-router-dom": "5.0.1",
36 "@material-ui/core": "4.6.0",
37 "@material-ui/icons": "4.5.1",
38 "material-table": "1.53.0",
39 "react-select": "3.0.8"
43 "babel-jest": "24.8.0",
44 "@babel/preset-env": "7.5.5",
45 "@babel/preset-react": "7.0.0",
46 "@babel/plugin-proposal-class-properties": "7.5.5",
48 "enzyme-adapter-react-16": "1.14.0",
49 "enzyme-to-json": "3.4.0",
50 "jest-fetch-mock": "2.1.2"
60 "coverageDirectory": "${project.build.directory}/${ui.react.src}/coverage",
61 "collectCoverageFrom": [
64 "rootDir": "${project.build.directory}/${ui.react.src}",
65 "coverageReporters": [
69 "\\.(css|png)$": "identity-obj-proxy"
74 "snapshotSerializers": [
75 "enzyme-to-json/serializer"
85 "@babel/plugin-proposal-class-properties",
91 "@babel/plugin-transform-runtime"