blob: aa9976e31e61222f77bc8480b097e07d224d189f [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",
Einav Weiss Keidard2f57942018-02-14 14:00:07 +02006 "scripts": {
AviZi280f8012017-06-09 02:39:56 +03007 "build": "webpack",
8 "start": "webpack-dev-server",
9 "lint": "eslint . --ext .js --ext .jsx --cache"
10 },
Michael Lando5fbddfd2017-12-25 21:12:47 +020011 "author": "ONAP",
12 "license": "SEE LICENSE IN LICENSE",
AviZi280f8012017-06-09 02:39:56 +030013 "dependencies": {
Einav Weiss Keidard2f57942018-02-14 14:00:07 +020014 "d3": "^4.10.0",
AviZi280f8012017-06-09 02:39:56 +030015 "lodash": "^4.12.0",
svishnev1eb66b72018-01-11 14:39:45 +020016 "prop-types": "^15.6.0",
Einav Weiss Keidard2f57942018-02-14 14:00:07 +020017 "react": "^15.6.2",
18 "react-dnd": "^2.5.4",
19 "react-dnd-html5-backend": "^2.5.4",
20 "react-dom": "^15.6.2",
21 "react-redux": "^5.0.6",
22 "react-select": "1.2.1",
23 "redux": "^3.7.2"
AviZi280f8012017-06-09 02:39:56 +030024 },
Michael Landoefa037d2017-02-19 12:57:33 +020025 "devDependencies": {
svishnev9b49cd82018-01-22 14:43:14 +020026 "babel-core": "^6.26.0",
27 "babel-eslint": "^8.2.1",
28 "babel-loader": "^7.1.2",
29 "babel-plugin-lodash": "^3.3.2",
30 "babel-preset-env": "^1.6.1",
Michael Landoefa037d2017-02-19 12:57:33 +020031 "babel-preset-react": "^6.5.0",
Michael Landoefa037d2017-02-19 12:57:33 +020032 "copy": "^0.2.0",
svishnev9b49cd82018-01-22 14:43:14 +020033 "css-loader": "^0.28.7",
Michael Landoefa037d2017-02-19 12:57:33 +020034 "eslint": "^2.10.2",
35 "eslint-config-airbnb": "^9.0.1",
36 "eslint-loader": "^1.3.0",
37 "eslint-plugin-import": "^1.8.0",
38 "eslint-plugin-jsx-a11y": "^1.2.2",
39 "eslint-plugin-react": "^5.1.1",
svishnev9b49cd82018-01-22 14:43:14 +020040 "file-loader": "^1.1.6",
svishnevb03fa612018-01-25 17:22:08 +020041 "node-sass": "^4.7.2",
Michael Landoefa037d2017-02-19 12:57:33 +020042 "path": "^0.12.7",
43 "raw-loader": "^0.5.1",
44 "redux-devtools": "^3.3.1",
svishnevb03fa612018-01-25 17:22:08 +020045 "sass-loader": "^6.0.6",
svishnev9b49cd82018-01-22 14:43:14 +020046 "style-loader": "^0.19.1",
Michael Landoefa037d2017-02-19 12:57:33 +020047 "svg-sprite-loader": "0.0.19",
svishnev9b49cd82018-01-22 14:43:14 +020048 "url-loader": "^0.6.2",
svishnev10c74ee2018-01-22 08:43:04 +020049 "webpack": "^2.2.1",
50 "webpack-dev-server": "^2.4.2"
Michael Landoefa037d2017-02-19 12:57:33 +020051 },
Michael Landoefa037d2017-02-19 12:57:33 +020052 "engines": {
svishnevb03fa612018-01-25 17:22:08 +020053 "node": ">=8.0.0",
Einav Weiss Keidard2f57942018-02-14 14:00:07 +020054 "npm": ">=5.0.0",
55 "yarn": "^1.3.2"
Michael Landoefa037d2017-02-19 12:57:33 +020056 }
Einav Weiss Keidard2f57942018-02-14 14:00:07 +020057}