-
-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
reco_luan
committed
Dec 14, 2019
1 parent
571e865
commit e6ab863
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vuepress-theme-reco", | ||
"version": "1.2.0-alpha.7", | ||
"version": "1.2.0-alpha.9", | ||
"description": "A simple and beautiful vuepress Blog & Doc theme.", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -27,23 +27,23 @@ | |
"_from": "[email protected]", | ||
"_resolved": "http://registry.npm.taobao.org/vuepress-theme-reco/download/vuepress-theme-reco-0.2.1.tgz", | ||
"dependencies": { | ||
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.0.6", | ||
"@vuepress-reco/vuepress-plugin-extract-code": "^1.0.3", | ||
"@vuepress-reco/vuepress-plugin-loading-page": "^1.0.5", | ||
"@vuepress-reco/vuepress-plugin-pagation": "^1.0.6", | ||
"@vuepress-reco/vuepress-plugin-comments": "^1.0.10", | ||
"@vuepress-reco/vuepress-plugin-back-to-top": "1.0.6", | ||
"@vuepress-reco/vuepress-plugin-extract-code": "1.0.3", | ||
"@vuepress-reco/vuepress-plugin-loading-page": "1.0.5", | ||
"@vuepress-reco/vuepress-plugin-pagation": "1.0.6", | ||
"@vuepress-reco/vuepress-plugin-comments": "1.0.11", | ||
"@vuepress/plugin-medium-zoom": "1.2.0", | ||
"@vuepress/plugin-blog": "1.3.0", | ||
"docsearch.js": "^2.5.2", | ||
"docsearch.js": "2.5.2", | ||
"leancloud-storage": "3.13.2", | ||
"valine": "1.3.6", | ||
"vue-click-outside": "1.0.7", | ||
"md5": "2.2.1" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.3", | ||
"eslint": "^6.4.0", | ||
"eslint-plugin-vue": "^5.2.3", | ||
"babel-eslint": "10.0.3", | ||
"eslint": "6.4.0", | ||
"eslint-plugin-vue": "5.2.3", | ||
"vuepress": "1.2.0" | ||
} | ||
} |