refactor: editor-file -> vue component (UI, core, new folder, rename, insert)
Showing
This diff is collapsed.
Click to expand it.
client/js/helpers/common.js
0 → 100644
... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"auto-load": "^2.1.0", | "auto-load": "^2.1.0", | ||
"axios": "0.16.1", | "axios": "^0.16.2", | ||
"bcryptjs-then": "^1.0.1", | "bcryptjs-then": "^1.0.1", | ||
"bluebird": "^3.5.0", | "bluebird": "^3.5.0", | ||
"body-parser": "^1.17.2", | "body-parser": "^1.17.2", | ||
... | @@ -89,7 +89,7 @@ | ... | @@ -89,7 +89,7 @@ |
"mime-types": "^2.1.15", | "mime-types": "^2.1.15", | ||
"moment": "^2.18.1", | "moment": "^2.18.1", | ||
"moment-timezone": "^0.5.13", | "moment-timezone": "^0.5.13", | ||
"mongodb": "^2.2.27", | "mongodb": "^2.2.28", | ||
"mongoose": "^4.10.4", | "mongoose": "^4.10.4", | ||
"multer": "^1.3.0", | "multer": "^1.3.0", | ||
"node-graceful": "^0.2.3", | "node-graceful": "^0.2.3", | ||
... | @@ -105,7 +105,7 @@ | ... | @@ -105,7 +105,7 @@ |
"passport-windowslive": "^1.0.2", | "passport-windowslive": "^1.0.2", | ||
"passport.socketio": "^3.7.0", | "passport.socketio": "^3.7.0", | ||
"pm2": "2.4.6", | "pm2": "2.4.6", | ||
"pug": "^2.0.0-rc.1", | "pug": "^2.0.0-rc.2", | ||
"read-chunk": "^2.0.0", | "read-chunk": "^2.0.0", | ||
"remove-markdown": "^0.1.0", | "remove-markdown": "^0.1.0", | ||
"request": "^2.81.0", | "request": "^2.81.0", | ||
... | @@ -117,7 +117,7 @@ | ... | @@ -117,7 +117,7 @@ |
"socket.io": "^2.0.2", | "socket.io": "^2.0.2", | ||
"stopword": "^0.1.1", | "stopword": "^0.1.1", | ||
"stream-to-promise": "^2.2.0", | "stream-to-promise": "^2.2.0", | ||
"tar": "^3.1.3", | "tar": "^3.1.5", | ||
"through2": "^2.0.3", | "through2": "^2.0.3", | ||
"validator": "^7.0.0", | "validator": "^7.0.0", | ||
"validator-as-promised": "^1.0.2", | "validator-as-promised": "^1.0.2", | ||
... | @@ -136,7 +136,7 @@ | ... | @@ -136,7 +136,7 @@ |
"eslint": "^3.19.0", | "eslint": "^3.19.0", | ||
"eslint-config-standard": "^10.2.1", | "eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.3.0", | "eslint-plugin-import": "^2.3.0", | ||
"eslint-plugin-node": "^4.2.2", | "eslint-plugin-node": "^5.0.0", | ||
"eslint-plugin-promise": "^3.5.0", | "eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-standard": "^3.0.1", | "eslint-plugin-standard": "^3.0.1", | ||
"fuse-box": "2.1.0-beta.10", | "fuse-box": "2.1.0-beta.10", | ||
... | ... |
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment