Ted Humphrey | 01e5fde | 2020-01-27 18:57:39 -0500 | [diff] [blame] | 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 | "main": "dist/index.js", |
| 8 | "module": "dist/esindex.js", |
| 9 | "scripts": { |
| 10 | "build": "rollup -c" |
| 11 | }, |
| 12 | "files": [ |
| 13 | "dist" |
| 14 | ], |
| 15 | "peerDependencies": { |
| 16 | "@json-editor/json-editor": "1.4.0-beta.0", |
| 17 | "@material-ui/core": "4.6.0", |
| 18 | "@material-ui/icons": "4.5.1", |
| 19 | "bootstrap-css-only": "4.3.1", |
| 20 | "material-table": "1.53.0", |
| 21 | "react": "16.9.0", |
| 22 | "react-bootstrap": "1.0.0-beta.14", |
| 23 | "react-dom": "16.9.0", |
| 24 | "react-router-dom": "5.0.1", |
| 25 | "react-scripts": "3.1.1", |
| 26 | "react-select": "3.0.8", |
| 27 | "rollup": "^1.29.1", |
| 28 | "styled-components": "4.3.2" |
| 29 | }, |
| 30 | "devDependencies": { |
| 31 | "@babel/cli": "7.7.5", |
| 32 | "@babel/core": "7.7.5", |
| 33 | "@babel/helper-plugin-utils": "7.0.0", |
| 34 | "@babel/plugin-external-helpers": "^7.7.4", |
| 35 | "@babel/plugin-proposal-class-properties": "7.5.5", |
| 36 | "@babel/plugin-transform-runtime": "7.7.6", |
| 37 | "@babel/preset-env": "7.5.5", |
| 38 | "@babel/preset-react": "7.0.0", |
| 39 | "rollup": "1.29.1", |
| 40 | "@rollup/plugin-commonjs": "^11.0.1", |
| 41 | "@rollup/plugin-image": "2.0.0", |
| 42 | "@rollup/plugin-node-resolve": "7.0.0", |
| 43 | "@rollup/plugin-replace": "2.2.1", |
| 44 | "@rollup/plugin-url": "4.0.0", |
| 45 | "@svgr/rollup": "5.1.0", |
| 46 | "babel-plugin-external-helpers": "6.22.0", |
| 47 | "rollup-plugin-babel": "4.3.3", |
| 48 | "rollup-plugin-peer-deps-external": "2.2.0", |
| 49 | "rollup-plugin-postcss": "2.0.3" |
| 50 | } |
| 51 | } |