react-version-downgrade
[sdc.git] / dox-sequence-diagram-ui / package.json
1 {
2   "name": "dox-sequence-diagram-ui",
3   "version": "1.0.0",
4   "description": "",
5   "main": "dist/index.js",
6   "scripts": {
7     "prepublish": "npm run build",
8     "build": "webpack",
9     "start": "webpack-dev-server",
10     "lint": "eslint . --ext .js --ext .jsx --cache"
11   },
12   "author": "ONAP",
13   "license": "SEE LICENSE IN LICENSE",
14   "dependencies": {
15     "d3": "^3.5.16",
16     "lodash": "^4.12.0",
17     "prop-types": "^15.6.0",
18     "react": "^15.1.0",
19     "react-dnd": "^2.1.2",
20     "react-dnd-html5-backend": "^2.1.2",
21     "react-dom": "^15.1.0",
22     "react-redux": "^4.4.5",
23     "react-select": "1.0.0-rc.5",
24     "redux": "^3.5.2"
25   },
26   "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",
48     "node-sass": "^3.7.0",
49     "path": "^0.12.7",
50     "raw-loader": "^0.5.1",
51     "redux-devtools": "^3.3.1",
52     "sass-loader": "^3.2.0",
53     "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   },
59   "engines": {
60     "node": ">=5.1",
61     "npm": ">=3.3"
62   }
63 }