blob: a5181227102c60d4c41d7effb55796749bbfe233 [file] [log] [blame]
sebdetc95e8df2019-06-25 11:06:06 +02001{
TedHumphrey4aedf732019-08-13 15:56:33 +00002 "name": "onap-clamp-ui",
3 "version": "4.1.0-SNAPSHOT",
4 "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",
sebdet4946e5b2019-07-10 12:32:36 +020012 "proxy": "http://localhost:8080",
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": {
sebdet493c3832019-07-15 17:26:18 +020028 "@json-editor/json-editor": "1.3.5",
sebdetc8d61302019-07-04 15:50:34 +020029 "react": "16.8.0",
30 "react-dom": "16.8.0",
31 "react-scripts": "3.0.1",
sebdeta54f6402019-06-25 14:37:56 +020032 "react-bootstrap": "1.0.0-beta.9",
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}