blob: 826bc547e0848154b09dff08d81a4ab3c837cdc5 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001{
2 "name": "dox-sequence-diagram-ui",
3 "version": "1.0.0",
4 "description": "",
5 "main": "dist/index.js",
AviZi280f8012017-06-09 02:39:56 +03006 "scripts": {
7 "prepublish": "npm run build",
8 "build": "webpack",
9 "start": "webpack-dev-server",
10 "lint": "eslint . --ext .js --ext .jsx --cache"
11 },
Michael Lando5fbddfd2017-12-25 21:12:47 +020012 "author": "ONAP",
13 "license": "SEE LICENSE IN LICENSE",
AviZi280f8012017-06-09 02:39:56 +030014 "dependencies": {
avigaffa00e935f2017-09-10 08:58:51 +030015 "d3": "^3.5.16",
AviZi280f8012017-06-09 02:39:56 +030016 "lodash": "^4.12.0",
17 "react": "^15.1.0",
18 "react-dnd": "^2.1.2",
19 "react-dnd-html5-backend": "^2.1.2",
20 "react-dom": "^15.1.0",
21 "react-redux": "^4.4.5",
avigaffaa0858ef2017-09-12 11:46:01 +030022 "react-select": "1.0.0-rc.5",
AviZi280f8012017-06-09 02:39:56 +030023 "redux": "^3.5.2"
24 },
Michael Landoefa037d2017-02-19 12:57:33 +020025 "devDependencies": {
26 "babel-core": "^6.2.4",
27 "babel-eslint": "^6.0.4",
28 "babel-loader": "^6.2.4",
29 "babel-plugin-lodash": "^3.1.4",
30 "babel-polyfill": "^6.5.0",
31 "babel-preset-es2015": "^6.3.13",
32 "babel-preset-react": "^6.5.0",
33 "babel-preset-stage-0": "^6.5.0",
34 "babelify": "^7.2.0",
35 "copy": "^0.2.0",
36 "css-loader": "^0.23.1",
37 "ejs-html-loader": "^1.2.2",
38 "eslint": "^2.10.2",
39 "eslint-config-airbnb": "^9.0.1",
40 "eslint-loader": "^1.3.0",
41 "eslint-plugin-import": "^1.8.0",
42 "eslint-plugin-jsx-a11y": "^1.2.2",
43 "eslint-plugin-react": "^5.1.1",
44 "file-loader": "^0.8.5",
45 "json-loader": "^0.5.4",
46 "node-http-proxy": "^0.2.3",
47 "node-sass": "^3.7.0",
48 "path": "^0.12.7",
49 "raw-loader": "^0.5.1",
50 "redux-devtools": "^3.3.1",
51 "sass-loader": "^3.2.0",
52 "style-loader": "^0.13.1",
53 "svg-sprite-loader": "0.0.19",
54 "url-loader": "^0.5.7",
55 "webpack": "^1.13.1",
56 "webpack-dev-server": "^1.14.1"
57 },
Michael Landoefa037d2017-02-19 12:57:33 +020058 "engines": {
59 "node": ">=5.1",
60 "npm": ">=3.3"
Michael Landoefa037d2017-02-19 12:57:33 +020061 }
AviZi280f8012017-06-09 02:39:56 +030062
Michael Landoefa037d2017-02-19 12:57:33 +020063}