Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | { |
Einav Weiss Keidar | 7fdf733 | 2018-03-20 14:45:40 +0200 | [diff] [blame] | 2 | "name": "dox-sequence-diagram-ui", |
| 3 | "version": "1.0.0", |
| 4 | "description": "", |
| 5 | "main": "dist/index.js", |
| 6 | "scripts": { |
| 7 | "build": "webpack", |
| 8 | "start": "webpack-dev-server", |
| 9 | "lint": "eslint . --ext .js --ext .jsx --cache -c eslintrc.json", |
| 10 | "lint-fix": "eslint --fix -c eslintrc.json --ext .js --ext .jsx src" |
| 11 | }, |
| 12 | "author": "ONAP", |
| 13 | "license": "SEE LICENSE IN LICENSE", |
| 14 | "dependencies": { |
| 15 | "d3": "^4.10.0", |
| 16 | "lodash": "^4.12.0", |
| 17 | "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", |
| 22 | "react-redux": "^5.0.6", |
| 23 | "react-select": "1.2.1", |
| 24 | "redux": "^3.7.2" |
| 25 | }, |
| 26 | "devDependencies": { |
| 27 | "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", |
| 32 | "babel-preset-react": "^6.5.0", |
| 33 | "copy": "^0.2.0", |
| 34 | "css-loader": "^0.28.7", |
| 35 | "eslint": "^4.18.1", |
| 36 | "eslint-config-prettier": "^2.9.0", |
| 37 | "eslint-loader": "^1.9.0", |
| 38 | "eslint-plugin-import": "^2.9.0", |
| 39 | "eslint-plugin-prettier": "^2.6.0", |
| 40 | "eslint-plugin-react": "^7.7.0", |
| 41 | "file-loader": "^1.1.6", |
| 42 | "node-sass": "^4.7.2", |
| 43 | "path": "^0.12.7", |
| 44 | "prettier": "^1.10.2", |
| 45 | "raw-loader": "^0.5.1", |
| 46 | "redux-devtools": "^3.3.1", |
| 47 | "sass-loader": "^6.0.6", |
| 48 | "style-loader": "^0.19.1", |
| 49 | "svg-sprite-loader": "0.0.19", |
| 50 | "url-loader": "^0.6.2", |
| 51 | "webpack": "^2.2.1", |
| 52 | "webpack-dev-server": "^2.4.2" |
| 53 | }, |
| 54 | "engines": { |
| 55 | "node": ">=8.0.0", |
| 56 | "npm": ">=5.0.0", |
| 57 | "yarn": "^1.3.2" |
| 58 | } |
| 59 | } |