Skip to content

Commit

Permalink
fix #80
Browse files Browse the repository at this point in the history
  • Loading branch information
silverprize committed Jun 4, 2017
1 parent c35e329 commit 29ca1b0
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.15.2",
"body-parser": "^1.17.2",
"clor": "^5.0.1",
"compression": "^1.6.2",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"debug": "^2.6.0",
"express": "^4.14.0",
"filesize": "^3.5.4",
"debug": "^2.6.8",
"express": "^4.15.3",
"filesize": "^3.5.10",
"hbs": "^4.0.0",
"hbs-utils": "^0.0.4",
"http-proxy-middleware": "^0.17.3",
"i18n": "^0.8.3",
"lodash": "^4.17.4",
"moment": "^2.14.1",
"morgan": "^1.8.0",
"morgan": "^1.8.2",
"pmx": "^1.0.1",
"restler": "^3.4.0",
"underscore.string": "^3.3.4"
Expand All @@ -35,7 +35,7 @@
"angular-sanitize": "^1.6.4",
"angular-touch": "^1.6.4",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^1.0.0-rc.1",
"@uirouter/angularjs": "^1.0.3",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0",
Expand All @@ -46,38 +46,37 @@
"bootflat": "^2.0.4",
"bootstrap": "^3.3.7",
"bundle-loader": "^0.5.5",
"css-loader": "^0.28.0",
"css-loader": "^0.28.4",
"del": "^2.2.2",
"eslint": "^3.16.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"file-loader": "^0.11.1",
"filesize": "^3.5.6",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"highcharts": "^5.0.10",
"highlight.js": "^9.10.0",
"highcharts": "^5.0.12",
"highlight.js": "^9.12.0",
"jquery": "^3.2.1",
"lightbox2": "^2.9.0",
"quill": "^1.2.2",
"quill": "^1.2.5",
"requirejs": "^2.3.3",
"run-sequence": "^1.2.2",
"scrollmagic": "^2.0.5",
"semantic-ui": "^2.2.7",
"style-loader": "^0.16.1",
"style-loader": "^0.18.1",
"swiper": "^3.4.1",
"url-loader": "^0.5.8",
"vue": "^2.1.10",
"vue": "^2.3.3",
"vue-i18n": "^5.0.0",
"vue-loader": "^12.0.2",
"vue-router": "^2.2.0",
"vue-template-compiler": "^2.1.10",
"vue-loader": "^12.2.1",
"vue-router": "^2.5.3",
"vue-template-compiler": "^2.3.3",
"vuex": "^2.1.2",
"webpack": "^2.2.1",
"webpack": "^2.6.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1",
"webpack-stream": "^3.2.0"
Expand All @@ -91,5 +90,6 @@
"contributors": [
"Jang,Pyohwan <phjang1983@daum.net>",
"silverprize <silverprizelee@gmail.com>"
]
],
"false": {}
}

0 comments on commit 29ca1b0

Please sign in to comment.