blob: 3aeb057ea3e4f2d0489995611db43c58565ce24c [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",
svishnev1eb66b72018-01-11 14:39:45 +020017 "prop-types": "^15.6.0",
18 "react": "^15.6.2",
19 "react-dnd": "^2.5.4",
20 "react-dnd-html5-backend": "^2.5.4",
21 "react-dom": "^15.6.2",
AviZi280f8012017-06-09 02:39:56 +030022 "react-redux": "^4.4.5",
avigaffaa0858ef2017-09-12 11:46:01 +030023 "react-select": "1.0.0-rc.5",
AviZi280f8012017-06-09 02:39:56 +030024 "redux": "^3.5.2"
25 },
Michael Landoefa037d2017-02-19 12:57:33 +020026 "devDependencies": {
27 "babel-core": "^6.2.4",
28 "babel-eslint": "^6.0.4",
29 "babel-loader": "^6.2.4",
30 "babel-plugin-lodash": "^3.1.4",
31 "babel-polyfill": "^6.5.0",
32 "babel-preset-es2015": "^6.3.13",
33 "babel-preset-react": "^6.5.0",
34 "babel-preset-stage-0": "^6.5.0",
35 "babelify": "^7.2.0",
36 "copy": "^0.2.0",
37 "css-loader": "^0.23.1",
38 "ejs-html-loader": "^1.2.2",
39 "eslint": "^2.10.2",
40 "eslint-config-airbnb": "^9.0.1",
41 "eslint-loader": "^1.3.0",
42 "eslint-plugin-import": "^1.8.0",
43 "eslint-plugin-jsx-a11y": "^1.2.2",
44 "eslint-plugin-react": "^5.1.1",
45 "file-loader": "^0.8.5",
46 "json-loader": "^0.5.4",
47 "node-http-proxy": "^0.2.3",
svishnev1eb66b72018-01-11 14:39:45 +020048 "node-sass": "^4.5.3",
Michael Landoefa037d2017-02-19 12:57:33 +020049 "path": "^0.12.7",
50 "raw-loader": "^0.5.1",
51 "redux-devtools": "^3.3.1",
svishnev1eb66b72018-01-11 14:39:45 +020052 "sass-loader": "^6.0.6",
Michael Landoefa037d2017-02-19 12:57:33 +020053 "style-loader": "^0.13.1",
54 "svg-sprite-loader": "0.0.19",
55 "url-loader": "^0.5.7",
56 "webpack": "^1.13.1",
57 "webpack-dev-server": "^1.14.1"
58 },
Michael Landoefa037d2017-02-19 12:57:33 +020059 "engines": {
60 "node": ">=5.1",
61 "npm": ">=3.3"
Michael Landoefa037d2017-02-19 12:57:33 +020062 }
Michael Landoefa037d2017-02-19 12:57:33 +020063}