2019-04-15 10:35:40 +08:00
|
|
|
{
|
|
|
|
"name": "vuepress-theme-reco",
|
2019-12-06 00:26:16 +08:00
|
|
|
"version": "1.2.0-alpha.5",
|
2019-10-25 10:51:36 +08:00
|
|
|
"description": "A simple and beautiful vuepress Blog & Doc theme.",
|
2019-04-15 10:35:40 +08:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-11-22 10:52:43 +08:00
|
|
|
"dev": "vuepress dev example/docs",
|
|
|
|
"build": "vuepress build example/docs",
|
2019-09-20 13:54:13 +08:00
|
|
|
"eslint-ext": "eslint --ext .js,.vue ./",
|
|
|
|
"eslint-fix": "eslint --fix --ext .js,.vue ./"
|
2019-04-15 10:35:40 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-08-16 15:23:07 +08:00
|
|
|
"url": "git+https://github.com/vuepress-reco/vuepress-theme-reco.git"
|
2019-04-15 10:35:40 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vuepress",
|
|
|
|
"vue",
|
|
|
|
"theme"
|
|
|
|
],
|
|
|
|
"author": "reco_luan",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-08-16 15:23:07 +08:00
|
|
|
"url": "https://github.com/vuepress-reco/vuepress-theme-reco/issues"
|
2019-04-15 10:35:40 +08:00
|
|
|
},
|
2019-06-05 22:48:58 +08:00
|
|
|
"homepage": "https://vuepress-theme-reco.recoluan.com",
|
2019-04-15 10:35:40 +08:00
|
|
|
"_from": "vuepress-theme-reco@0.2.1",
|
|
|
|
"_resolved": "http://registry.npm.taobao.org/vuepress-theme-reco/download/vuepress-theme-reco-0.2.1.tgz",
|
|
|
|
"dependencies": {
|
2019-11-26 13:53:49 +08:00
|
|
|
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.0.5",
|
2019-11-03 18:05:42 +08:00
|
|
|
"@vuepress-reco/vuepress-plugin-extract-code": "^1.0.3",
|
2019-12-03 16:52:54 +08:00
|
|
|
"@vuepress-reco/vuepress-plugin-loading-page": "^1.0.4",
|
2019-11-20 16:51:47 +08:00
|
|
|
"@vuepress-reco/vuepress-plugin-pagation": "^1.0.4",
|
2019-11-26 13:53:49 +08:00
|
|
|
"@vuepress-reco/vuepress-plugin-screenfull": "^1.0.1",
|
2019-11-14 19:28:22 +08:00
|
|
|
"@vuepress-reco/vuepress-plugin-comments": "^1.0.8",
|
2019-10-17 19:33:21 +08:00
|
|
|
"@vuepress/plugin-medium-zoom": "1.2.0",
|
2019-10-04 20:35:28 +08:00
|
|
|
"@vuepress/plugin-blog": "1.3.0",
|
2019-11-03 18:05:42 +08:00
|
|
|
"docsearch.js": "^2.5.2",
|
2019-06-25 11:31:44 +08:00
|
|
|
"leancloud-storage": "3.13.2",
|
2019-07-06 12:37:58 +08:00
|
|
|
"valine": "1.3.6",
|
2019-11-13 20:46:00 +08:00
|
|
|
"vue-click-outside": "1.0.7",
|
|
|
|
"md5": "2.2.1"
|
2019-09-20 13:54:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "^10.0.3",
|
|
|
|
"eslint": "^6.4.0",
|
2019-11-22 10:52:43 +08:00
|
|
|
"eslint-plugin-vue": "^5.2.3",
|
|
|
|
"vuepress": "1.2.0"
|
2019-04-15 10:35:40 +08:00
|
|
|
}
|
2019-09-20 13:54:13 +08:00
|
|
|
}
|