blob: 943ed7ad17d5faf1d593e399888245f687c5dd9f [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",
6 "scripts": {
7 "start": "react-scripts start",
8 "build": "react-scripts build",
9 "test": "react-scripts test --env=jsdom",
10 "eject": "react-scripts eject"
11 },
12 "author": "ONAP Clamp Team",
13 "license": "Apache-2.0",
14 "dependencies": {
15 "json-editor": "^0.7.28",
16 "react": "~16.8.0",
17 "react-dom": "~16.8.0",
18 "react-scripts": "~3.0.1",
sebdeta54f6402019-06-25 14:37:56 +020019 "react-bootstrap": "1.0.0-beta.9",
xuegao19e628c2019-06-27 17:41:01 +020020 "bootstrap-css-only": "4.3.1"
sebdetc95e8df2019-06-25 11:06:06 +020021 },
22 "browserslist": [
23 ">0.2%",
24 "not dead",
25 "not ie <= 11",
26 "not op_mini all"
27 ]
28}