vuepress-theme-reco/package.json

43 lines
1.3 KiB
JSON
Raw Normal View History

2019-04-15 10:35:40 +08:00
{
"name": "vuepress-theme-reco",
2019-09-30 00:49:18 +08:00
"version": "1.0.9-alpha.6",
2019-04-15 10:35:40 +08:00
"description": "this is a vuepress theme",
"main": "index.js",
"scripts": {
2019-09-20 13:54:13 +08:00
"test": "echo \"Error: no test specified\" && exit 1",
"eslint-ext": "eslint --ext .js,.vue ./",
"eslint-fix": "eslint --fix --ext .js,.vue ./"
2019-04-15 10:35:40 +08:00
},
"repository": {
"type": "git",
"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": {
"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": {
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.0.3",
"@vuepress-reco/vuepress-plugin-pagation": "^1.0.3",
"@vuepress-reco/vuepress-plugin-screenfull": "^1.0.0",
2019-09-20 13:54:13 +08:00
"@vuepress/plugin-blog": "1.0.0-alpha.49",
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-09-20 13:54:13 +08:00
"vue-click-outside": "1.0.7"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-plugin-vue": "^5.2.3"
2019-04-15 10:35:40 +08:00
}
2019-09-20 13:54:13 +08:00
}