Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | { |
| 2 | "name": "dox-sequence-diagram-ui", |
| 3 | "version": "1.0.0", |
| 4 | "description": "", |
| 5 | "main": "dist/index.js", |
| 6 | "devDependencies": { |
| 7 | "babel-core": "^6.2.4", |
| 8 | "babel-eslint": "^6.0.4", |
| 9 | "babel-loader": "^6.2.4", |
| 10 | "babel-plugin-lodash": "^3.1.4", |
| 11 | "babel-polyfill": "^6.5.0", |
| 12 | "babel-preset-es2015": "^6.3.13", |
| 13 | "babel-preset-react": "^6.5.0", |
| 14 | "babel-preset-stage-0": "^6.5.0", |
| 15 | "babelify": "^7.2.0", |
| 16 | "copy": "^0.2.0", |
| 17 | "css-loader": "^0.23.1", |
| 18 | "ejs-html-loader": "^1.2.2", |
| 19 | "eslint": "^2.10.2", |
| 20 | "eslint-config-airbnb": "^9.0.1", |
| 21 | "eslint-loader": "^1.3.0", |
| 22 | "eslint-plugin-import": "^1.8.0", |
| 23 | "eslint-plugin-jsx-a11y": "^1.2.2", |
| 24 | "eslint-plugin-react": "^5.1.1", |
| 25 | "file-loader": "^0.8.5", |
| 26 | "json-loader": "^0.5.4", |
| 27 | "node-http-proxy": "^0.2.3", |
| 28 | "node-sass": "^3.7.0", |
| 29 | "path": "^0.12.7", |
| 30 | "raw-loader": "^0.5.1", |
| 31 | "redux-devtools": "^3.3.1", |
| 32 | "sass-loader": "^3.2.0", |
| 33 | "style-loader": "^0.13.1", |
| 34 | "svg-sprite-loader": "0.0.19", |
| 35 | "url-loader": "^0.5.7", |
| 36 | "webpack": "^1.13.1", |
| 37 | "webpack-dev-server": "^1.14.1" |
| 38 | }, |
| 39 | "author": "ECOMP", |
| 40 | "license": "SEE LICENSE IN LICENSE.TXT", |
| 41 | "dependencies": { |
| 42 | "d3": "^3.5.16", |
| 43 | "lodash": "^4.12.0", |
| 44 | "react": "^15.1.0", |
| 45 | "react-dnd": "^2.1.2", |
| 46 | "react-dnd-html5-backend": "^2.1.2", |
| 47 | "react-dom": "^15.1.0", |
| 48 | "react-redux": "^4.4.5", |
| 49 | "react-select": "^1.0.0-beta13", |
| 50 | "redux": "^3.5.2" |
| 51 | }, |
| 52 | "engines": { |
| 53 | "node": ">=5.1", |
| 54 | "npm": ">=3.3" |
| 55 | }, |
| 56 | "scripts": { |
| 57 | "prepublish": "npm run build", |
| 58 | "buildbabel": "babel src -d lib && node tools/copy-assets", |
| 59 | "build": "webpack", |
| 60 | "start": "webpack-dev-server", |
| 61 | "lint": "eslint . --ext .js --ext .jsx --cache" |
| 62 | } |
| 63 | } |