blob: f1ae2bc9d3d5ede77c60a49ba974572c536d3d7c [file] [log] [blame]
sebdetc95e8df2019-06-25 11:06:06 +02001{
2 "name": "clamp-ui",
3 "version": "0.0.1",
4 "description": "ONAP Clamp Designer UI",
5 "main": "index.js",
sebdet4946e5b2019-07-10 12:32:36 +02006 "proxy": "http://localhost:8080",
sebdetc95e8df2019-06-25 11:06:06 +02007 "scripts": {
8 "start": "react-scripts start",
9 "build": "react-scripts build",
10 "test": "react-scripts test --env=jsdom",
11 "eject": "react-scripts eject"
12 },
13 "author": "ONAP Clamp Team",
14 "license": "Apache-2.0",
15 "dependencies": {
sebdet493c3832019-07-15 17:26:18 +020016 "@json-editor/json-editor": "1.3.5",
sebdetc8d61302019-07-04 15:50:34 +020017 "react": "16.8.0",
18 "react-dom": "16.8.0",
19 "react-scripts": "3.0.1",
sebdeta54f6402019-06-25 14:37:56 +020020 "react-bootstrap": "1.0.0-beta.9",
sebdetc8d61302019-07-04 15:50:34 +020021 "bootstrap-css-only": "4.3.1",
xuegao7c7323d2019-07-09 11:52:20 +020022 "styled-components": "4.3.2",
xuegaof248df62019-07-15 15:16:18 +020023 "react-router-dom": "5.0.1",
24 "react-select": "3.0.4"
sebdetc95e8df2019-06-25 11:06:06 +020025 },
26 "browserslist": [
27 ">0.2%",
28 "not dead",
29 "not ie <= 11",
30 "not op_mini all"
31 ]
32}