diff --git a/package.json b/package.json index b53d2ec305..2a0c57a2f5 100644 --- a/package.json +++ b/package.json @@ -23,22 +23,23 @@ "devDependencies": { "autoprefixer": "^6.5.1", "autoprefixer-stylus": "^0.11.0", + "cheerio": "^0.22.0", "colors-cli": "^1.0.7", "ejs": "^2.5.2", + "gh-pages": "^0.12.0", "highlight.js": "^9.8.0", + "loading-cli": "^1.0.2", + "markdown-it": "^8.4.0", "marked": "^0.3.6", + "marked3": "^0.5.1", "ssr": "^1.1.1", "stylus": "^0.54.5", - "watch": "^1.0.1", - "cheerio": "^0.22.0", - "gh-pages": "^0.12.0", - "loading-cli": "^1.0.2", "superagent": "^3.0.0", "to-markdown": "^3.0.3", - "uglify-js": "^2.7.4" - }, - "dependencies": { + "uglify-js": "^2.7.4", + "watch": "^1.0.1" }, + "dependencies": {}, "bugs": { "url": "https://github.com/jaywcjlove/linux-command/issues" },