blob: 8080052ba3d3e36bb10e76741b96f776f409538e [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": {
svishnev10c74ee2018-01-22 08:43:04 +020015 "d3": "^4.9.1",
AviZi280f8012017-06-09 02:39:56 +030016 "lodash": "^4.12.0",
svishnev1eb66b72018-01-11 14:39:45 +020017 "prop-types": "^15.6.0",
svishnevaa2eece2018-01-18 17:52:06 +020018 "react": "^15.1.0",
19 "react-dnd": "^2.1.2",
20 "react-dnd-html5-backend": "^2.1.2",
21 "react-dom": "^15.1.0",
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": {
svishnev9b49cd82018-01-22 14:43:14 +020027 "babel-core": "^6.26.0",
28 "babel-eslint": "^8.2.1",
29 "babel-loader": "^7.1.2",
30 "babel-plugin-lodash": "^3.3.2",
31 "babel-preset-env": "^1.6.1",
Michael Landoefa037d2017-02-19 12:57:33 +020032 "babel-preset-react": "^6.5.0",
Michael Landoefa037d2017-02-19 12:57:33 +020033 "copy": "^0.2.0",
svishnev9b49cd82018-01-22 14:43:14 +020034 "css-loader": "^0.28.7",
Michael Landoefa037d2017-02-19 12:57:33 +020035 "eslint": "^2.10.2",
36 "eslint-config-airbnb": "^9.0.1",
37 "eslint-loader": "^1.3.0",
38 "eslint-plugin-import": "^1.8.0",
39 "eslint-plugin-jsx-a11y": "^1.2.2",
40 "eslint-plugin-react": "^5.1.1",
svishnev9b49cd82018-01-22 14:43:14 +020041 "file-loader": "^1.1.6",
svishnevaa2eece2018-01-18 17:52:06 +020042 "node-sass": "^3.7.0",
Michael Landoefa037d2017-02-19 12:57:33 +020043 "path": "^0.12.7",
44 "raw-loader": "^0.5.1",
45 "redux-devtools": "^3.3.1",
svishnevaa2eece2018-01-18 17:52:06 +020046 "sass-loader": "^3.2.0",
svishnev9b49cd82018-01-22 14:43:14 +020047 "style-loader": "^0.19.1",
Michael Landoefa037d2017-02-19 12:57:33 +020048 "svg-sprite-loader": "0.0.19",
svishnev9b49cd82018-01-22 14:43:14 +020049 "url-loader": "^0.6.2",
svishnev10c74ee2018-01-22 08:43:04 +020050 "webpack": "^2.2.1",
51 "webpack-dev-server": "^2.4.2"
Michael Landoefa037d2017-02-19 12:57:33 +020052 },
Michael Landoefa037d2017-02-19 12:57:33 +020053 "engines": {
54 "node": ">=5.1",
55 "npm": ">=3.3"
Michael Landoefa037d2017-02-19 12:57:33 +020056 }
Michael Landoefa037d2017-02-19 12:57:33 +020057}