diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-02-07 17:03:19 +0000 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2022-02-11 11:20:06 +0000 |
commit | 90c824632523aa5994536185073188da43c3c0f9 (patch) | |
tree | e3453fd277232ee4ff1e1ae6e3e4c8511ce1d36a /runtime/ui-react/package.json | |
parent | c97a6c0428998103906472725d34b9951a0ff559 (diff) |
Remove Clamp GUI from Clamp Repo
Remove Clamp GUI code from CLAMP repo,
as this is moved to a common policy GUI repo
Issue-ID: POLICY-3358
Change-Id: Idcdc60086c448e1de0b00626337b51b599a8d08d
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime/ui-react/package.json')
-rw-r--r-- | runtime/ui-react/package.json | 100 |
1 files changed, 0 insertions, 100 deletions
diff --git a/runtime/ui-react/package.json b/runtime/ui-react/package.json deleted file mode 100644 index fd3dc0ad3..000000000 --- a/runtime/ui-react/package.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "name": "onap-policy-clamp-ui", - "version": "${project.version}", - "description": "ONAP Policy Clamp UI", - "author": "ONAP Policy Team", - "license": "Apache-2.0", - "publishConfig": { - "registry": "${npm.publish.url}" - }, - "main": "index.js", - "proxy": "https://localhost:8443", - "scripts": { - "start": "HTTPS=true react-scripts start", - "build": "react-scripts build", - "test": "jest", - "test:watch": "jest --watch", - "test:coverage": "jest --coverage", - "eject": "react-scripts eject" - }, - "files": [ - "src/*.js", - "src/*.png", - "src/api", - "src/components", - "src/theme" - ], - "dependencies": { - "@json-editor/json-editor": "2.5.2", - "@fortawesome/fontawesome-free": "5.15.2", - "react": "17.0.2", - "react-dom": "17.0.2", - "react-scripts": "4.0.3", - "react-bootstrap": "1.5.2", - "bootstrap-css-only": "4.3.1", - "styled-components": "5.2.1", - "react-router-dom": "5.2.0", - "@material-ui/core": "4.11.3", - "@material-ui/icons": "4.11.2", - "@material-ui/pickers": "3.3.10", - "@material-ui/lab": "4.0.0-alpha.57", - "material-table": "1.68.1", - "react-select": "4.2.1" - }, - "devDependencies": { - "jest": "26.6.0", - "babel-jest": "26.6.0", - "@babel/preset-env": "7.13.10", - "@babel/preset-react": "7.12.13", - "@babel/plugin-proposal-class-properties": "7.13.0", - "enzyme": "3.11.0", - "@wojtekmaj/enzyme-adapter-react-17": "0.6.1", - "enzyme-to-json": "3.6.1", - "jest-fetch-mock": "3.0.3", - "jest-canvas-mock": "2.3.1" - }, - "browserslist": [ - ">0.2%", - "not dead", - "not ie <= 11", - "not op_mini all" - ], - "jest": { - "verbose": true, - "coverageDirectory": "${project.build.directory}/${ui.react.src}/coverage", - "collectCoverageFrom": [ - "**/*.{js,jsx}" - ], - "rootDir": "${project.build.directory}/${ui.react.src}", - "coverageReporters": [ - "lcov" - ], - "moduleNameMapper": { - "\\.(css|png)$": "identity-obj-proxy" - }, - "setupFiles": [ - "./src/setupTests.js", - "jest-canvas-mock" - ], - "snapshotSerializers": [ - "enzyme-to-json/serializer" - ] - }, - "babel": { - "presets": [ - "@babel/preset-env", - "@babel/preset-react" - ], - "plugins": [ - [ - "@babel/plugin-proposal-class-properties", - { - "loose": true - } - ], - [ - "@babel/plugin-transform-runtime" - ] - ] - } -} |