blob: 65608bed47d25fcc1c618365bc9f6473dd2d58cc [file] [log] [blame]
sebdetc95e8df2019-06-25 11:06:06 +02001{
TedHumphrey4aedf732019-08-13 15:56:33 +00002 "name": "onap-clamp-ui",
sebdet687b8de2019-08-26 14:29:11 -07003 "version": "4.1.1-SNAPSHOT",
TedHumphrey4aedf732019-08-13 15:56:33 +00004 "description": "ONAP Clamp Loop Designer UI",
5 "author": "ONAP Clamp Team",
6 "license": "Apache-2.0",
7 "homepage": "wiki.onap.org",
8 "publishConfig": {
9 "registry": "https://nexus3.onap.org/repository/npm.snapshot/"
10 },
sebdetc95e8df2019-06-25 11:06:06 +020011 "main": "index.js",
sebdet687b8de2019-08-26 14:29:11 -070012 "proxy": "https://localhost:8443",
sebdetc95e8df2019-06-25 11:06:06 +020013 "scripts": {
14 "start": "react-scripts start",
15 "build": "react-scripts build",
TedHumphrey4aedf732019-08-13 15:56:33 +000016 "test": "react-scripts test --env=jsdom --watchAll=false",
17 "eject": "react-scripts eject",
18 "publish": "npm run publish"
sebdetc95e8df2019-06-25 11:06:06 +020019 },
TedHumphrey4aedf732019-08-13 15:56:33 +000020 "files": [
21 "src/*.js",
22 "src/*.png",
23 "src/api",
24 "src/components",
25 "src/theme"
26 ],
sebdetc95e8df2019-06-25 11:06:06 +020027 "dependencies": {
sebdetf9e2cee2019-08-09 18:36:09 +020028 "@json-editor/json-editor": "1.4.0-beta.0",
sebdetb65f1212019-08-23 07:49:25 -070029 "react": "16.9.0",
30 "react-dom": "16.9.0",
31 "react-scripts": "3.1.1",
sebdetd0d65632019-08-26 05:47:01 -070032 "react-bootstrap": "1.0.0-beta.12",
sebdetc8d61302019-07-04 15:50:34 +020033 "bootstrap-css-only": "4.3.1",
xuegao7c7323d2019-07-09 11:52:20 +020034 "styled-components": "4.3.2",
xuegaof248df62019-07-15 15:16:18 +020035 "react-router-dom": "5.0.1",
36 "react-select": "3.0.4"
sebdetc95e8df2019-06-25 11:06:06 +020037 },
38 "browserslist": [
39 ">0.2%",
40 "not dead",
41 "not ie <= 11",
42 "not op_mini all"
xuegaod8bed322019-07-18 17:45:34 +020043 ],
44 "devDependencies": {
45 "enzyme": "3.10.0",
46 "enzyme-adapter-react-16": "1.14.0"
47 }
sebdetc95e8df2019-06-25 11:06:06 +020048}