aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/emcoui/package.json
diff options
context:
space:
mode:
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"
+ ]
+ }
+}