aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/emcoui/package.json
diff options
context:
space:
mode:
authorvikaskumar <vkumar@aarnanetworks.com>2020-09-24 13:07:57 +0530
committervikaskumar <vkumar@aarnanetworks.com>2020-09-24 13:44:30 +0530
commit2b971d6e7f234a5ff192c2a0415e4fde6f32f849 (patch)
tree8692f941710d393cae7e76ad53728f6b79cb031a /src/tools/emcoui/package.json
parent425795c7d4e6ce81932918aca2a1462384d4507f (diff)
initial commit of emcoui web app
Signed-off-by: vikaskumar <vkumar@aarnanetworks.com> Change-Id: I78b2f9f4ec3aa0b7a660a21e2ee2d61a3cddadc6 Issue-ID: MULTICLOUD-1225
Diffstat (limited to 'src/tools/emcoui/package.json')
-rw-r--r--src/tools/emcoui/package.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/tools/emcoui/package.json b/src/tools/emcoui/package.json
new file mode 100644
index 00000000..f36bc455
--- /dev/null
+++ b/src/tools/emcoui/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "onap4k8s-ui",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@material-ui/core": "^4.11.0",
+ "@material-ui/icons": "^4.9.1",
+ "@material-ui/lab": "^4.0.0-alpha.56",
+ "@rjsf/core": "^2.0.0",
+ "@rjsf/material-ui": "^2.0.0",
+ "@testing-library/jest-dom": "^4.2.4",
+ "@testing-library/react": "^9.5.0",
+ "@testing-library/user-event": "^7.2.1",
+ "axios": "^0.19.2",
+ "formik": "^2.1.4",
+ "http-proxy-middleware": "^1.0.4",
+ "react": "^16.13.1",
+ "react-dom": "^16.13.1",
+ "react-router-dom": "^5.1.2",
+ "react-scripts": "^3.4.3",
+ "yup": "^0.29.1"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": "react-app"
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
+}