blob: faa5cc2455aaa943354cd2577f54094234ab2b52 [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 },
12 "author": "ECOMP",
13 "license": "SEE LICENSE IN LICENSE.TXT",
14 "dependencies": {
15 "d3": "^3.5.16",
16 "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",
22 "react-select": "^1.0.0-beta13",
23 "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",
AviZi280f8012017-06-09 02:39:56 +030045 "gulp": "^3.9.1",
Michael Landoefa037d2017-02-19 12:57:33 +020046 "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 },
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 }
AviZi280f8012017-06-09 02:39:56 +030063
Michael Landoefa037d2017-02-19 12:57:33 +020064}