aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/package.json
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-06-25 11:06:06 +0200
committersebdet <sebastien.determe@intl.att.com>2019-06-25 11:50:09 +0200
commitc95e8dfe17f9ebf48ece6450c7bab40d7546ee0d (patch)
tree79a54c340e2e4a28c8225ed028ecb869d218deaa /ui-react/package.json
parent86042f471f05f08a9c6935988b523c3e2949b7f0 (diff)
Frontend initial draft
New frontend initial draft in React with docker image in nginx Issue-ID: CLAMP-413 Change-Id: Ie5826d79aa3db23f863e8fd217189ba41534abe9 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react/package.json')
-rw-r--r--ui-react/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/ui-react/package.json b/ui-react/package.json
new file mode 100644
index 00000000..c8197d1e
--- /dev/null
+++ b/ui-react/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "clamp-ui",
+ "version": "0.0.1",
+ "description": "ONAP Clamp Designer UI",
+ "main": "index.js",
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom",
+ "eject": "react-scripts eject"
+ },
+ "author": "ONAP Clamp Team",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "json-editor": "^0.7.28",
+ "react": "~16.8.0",
+ "react-dom": "~16.8.0",
+ "react-scripts": "~3.0.1",
+ "onap-ui-react":"0.1.1"
+ },
+ "browserslist": [
+ ">0.2%",
+ "not dead",
+ "not ie <= 11",
+ "not op_mini all"
+ ]
+}