summaryrefslogtreecommitdiffstats
path: root/ui-react/package.json
blob: 7d0e407b3cc7229f6c63dadaf816a23413796e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "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",
    "react-bootstrap": "1.0.0-beta.9",
    "bootstrap-css-only": "4.3.1",
    "styled-components": "4.3.2"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}