summaryrefslogtreecommitdiffstats
path: root/dox-sequence-diagram-ui/package.json
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-02-19 12:57:33 +0200
committerMichael Lando <ml636r@att.com>2017-02-19 13:47:13 +0200
commitefa037d34be7b1570efdc767c79fad8d4005f10e (patch)
treecf1036ba2728dea8a61492b678fa91954e629403 /dox-sequence-diagram-ui/package.json
parentf5f13c4f6b6fe3b4d98e349dfd7db59339803436 (diff)
Add new code new version
Change-Id: Ic02a76313503b526f17c3df29eb387a29fe6a42a Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'dox-sequence-diagram-ui/package.json')
-rw-r--r--dox-sequence-diagram-ui/package.json63
1 files changed, 63 insertions, 0 deletions
diff --git a/dox-sequence-diagram-ui/package.json b/dox-sequence-diagram-ui/package.json
new file mode 100644
index 0000000000..c53d6d0ebc
--- /dev/null
+++ b/dox-sequence-diagram-ui/package.json
@@ -0,0 +1,63 @@
+{
+ "name": "dox-sequence-diagram-ui",
+ "version": "1.0.0",
+ "description": "",
+ "main": "dist/index.js",
+ "devDependencies": {
+ "babel-core": "^6.2.4",
+ "babel-eslint": "^6.0.4",
+ "babel-loader": "^6.2.4",
+ "babel-plugin-lodash": "^3.1.4",
+ "babel-polyfill": "^6.5.0",
+ "babel-preset-es2015": "^6.3.13",
+ "babel-preset-react": "^6.5.0",
+ "babel-preset-stage-0": "^6.5.0",
+ "babelify": "^7.2.0",
+ "copy": "^0.2.0",
+ "css-loader": "^0.23.1",
+ "ejs-html-loader": "^1.2.2",
+ "eslint": "^2.10.2",
+ "eslint-config-airbnb": "^9.0.1",
+ "eslint-loader": "^1.3.0",
+ "eslint-plugin-import": "^1.8.0",
+ "eslint-plugin-jsx-a11y": "^1.2.2",
+ "eslint-plugin-react": "^5.1.1",
+ "file-loader": "^0.8.5",
+ "json-loader": "^0.5.4",
+ "node-http-proxy": "^0.2.3",
+ "node-sass": "^3.7.0",
+ "path": "^0.12.7",
+ "raw-loader": "^0.5.1",
+ "redux-devtools": "^3.3.1",
+ "sass-loader": "^3.2.0",
+ "style-loader": "^0.13.1",
+ "svg-sprite-loader": "0.0.19",
+ "url-loader": "^0.5.7",
+ "webpack": "^1.13.1",
+ "webpack-dev-server": "^1.14.1"
+ },
+ "author": "ECOMP",
+ "license": "SEE LICENSE IN LICENSE.TXT",
+ "dependencies": {
+ "d3": "^3.5.16",
+ "lodash": "^4.12.0",
+ "react": "^15.1.0",
+ "react-dnd": "^2.1.2",
+ "react-dnd-html5-backend": "^2.1.2",
+ "react-dom": "^15.1.0",
+ "react-redux": "^4.4.5",
+ "react-select": "^1.0.0-beta13",
+ "redux": "^3.5.2"
+ },
+ "engines": {
+ "node": ">=5.1",
+ "npm": ">=3.3"
+ },
+ "scripts": {
+ "prepublish": "npm run build",
+ "buildbabel": "babel src -d lib && node tools/copy-assets",
+ "build": "webpack",
+ "start": "webpack-dev-server",
+ "lint": "eslint . --ext .js --ext .jsx --cache"
+ }
+}