blob: b1efe2f8ee9657b7874ad5453003e498b07c6c76 [file] [log] [blame]
Ted Humphrey01e5fde2020-01-27 18:57:39 -05001{
sebdet9a280382021-01-13 11:53:48 +01002 "name": "onap-policy-clamp-ui-lib",
Ted Humphrey01e5fde2020-01-27 18:57:39 -05003 "version": "${project.version}",
sebdet9a280382021-01-13 11:53:48 +01004 "description": "ONAP Policy Clamp UI Library",
5 "author": "ONAP Policy Team",
Ted Humphrey01e5fde2020-01-27 18:57:39 -05006 "license": "Apache-2.0",
sebdetb0fba2f2020-02-10 18:25:49 +01007 "publishConfig": {
8 "registry": "${npm.publish.url}"
9 },
Ted Humphrey01e5fde2020-01-27 18:57:39 -050010 "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}