Skip to content

Commit

Permalink
added need packages
Browse files Browse the repository at this point in the history
  • Loading branch information
eyesore- committed Jan 14, 2017
1 parent b2761e6 commit 6c22bba
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babel-runtime": "^5.8.0",
"browserfy": "^1.0.0",
"browserify": "^13.1.1",
"css-loader": "^0.23.0",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
Expand All @@ -38,27 +36,28 @@
"karma-jasmine": "^1.1.0",
"karma-webpack": "^1.8.1",
"style-loader": "^0.13.0",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.3.0",
"watchify": "^3.8.0",
"webpack": "^1.14.0"
},
"dependencies": {
"bluebird": "^3.4.7",
"bootstrap": "^3.3.7",
"chance": "^1.0.4",
"http": "0.0.0",
"express": "^4.14.0",
"morgan": "^1.7.0",
"path": "^0.12.7",
"q": "^1.4.1",
"quill": "^1.1.9",
"request": "^2.79.0",
"rich-text": "^3.1.0",
"sharedb": "^1.0.0-beta.7",
"sharedb-logger": "^0.1.4",
"sharedb-mongo": "^1.0.0-beta.3",
"underscore": "^1.8.3",
"vue": "^2.1.8",
"vue-avatar-component": "^1.2.4",
"vue-resource": "^1.0.3",
"vue-router": "^2.1.1",
"vue-socket.io": "^1.0.2",
"webpack": "^1.14.0"
"webpack": "^1.14.0",
"websocket-json-stream": "0.0.3",
"ws": "^1.1.1"
}
}

0 comments on commit 6c22bba

Please sign in to comment.