Update clamp version to 5.1.1
[clamp.git] / ui-react-lib / package.json
1 {
2         "name": "onap-clamp-ui-lib",
3         "version": "${project.version}",
4         "description": "ONAP CLAMP UI Reactjs Component Library",
5         "author": "ONAP Clamp Team",
6         "license": "Apache-2.0",
7         "publishConfig": {
8                 "registry": "${npm.publish.url}"
9         },
10         "main": "dist/index.js",
11         "module": "dist/esindex.js",
12         "scripts": {
13                 "build": "rollup -c"
14         },
15         "files": [
16                 "dist"
17         ],
18         "peerDependencies": {
19                 "@json-editor/json-editor": "1.4.0-beta.0",
20                 "@material-ui/core": "4.6.0",
21                 "@material-ui/icons": "4.5.1",
22                 "bootstrap-css-only": "4.3.1",
23                 "material-table": "1.53.0",
24                 "react": "16.9.0",
25                 "react-bootstrap": "1.0.0-beta.14",
26                 "react-dom": "16.9.0",
27                 "react-router-dom": "5.0.1",
28                 "react-scripts": "3.1.1",
29                 "react-select": "3.0.8",
30                 "rollup": "^1.29.1",
31                 "styled-components": "4.3.2"
32         },
33         "devDependencies": {
34                 "@babel/cli": "7.7.5",
35                 "@babel/core": "7.7.5",
36                 "@babel/helper-plugin-utils": "7.0.0",
37                 "@babel/plugin-external-helpers": "^7.7.4",
38                 "@babel/plugin-proposal-class-properties": "7.5.5",
39                 "@babel/plugin-transform-runtime": "7.7.6",
40                 "@babel/preset-env": "7.5.5",
41                 "@babel/preset-react": "7.0.0",
42                 "rollup": "1.29.1",
43                 "@rollup/plugin-commonjs": "^11.0.1",
44                 "@rollup/plugin-image": "2.0.0",
45                 "@rollup/plugin-node-resolve": "7.0.0",
46                 "@rollup/plugin-replace": "2.2.1",
47                 "@rollup/plugin-url": "4.0.0",
48                 "@svgr/rollup": "5.1.0",
49                 "babel-plugin-external-helpers": "6.22.0",
50                 "rollup-plugin-babel": "4.3.3",
51                 "rollup-plugin-peer-deps-external": "2.2.0",
52                 "rollup-plugin-postcss": "2.0.3"
53         }
54 }