forked from bajins/notes-vuepress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"private": true,
"version": "1.0.0-alpha.47",
"name": "blog",
"description": "blog of VuePress",
"scripts": {
"dev": "vuepress dev --temp .temp --no-cache",
"build": "vuepress build --temp .temp --no-cache",
"lint-md": "yarn lint-md:style && yarn lint-md:wording",
"lint-md:style": "remark --quiet --frail .",
"lint-md:wording": "textlint ./docs/**/*.md",
"clean-build": "rimraf docs/*",
"test": "node .vuepress/push.js",
"view-info": "vuepress view-info --temp .temp --no-cache",
"show-help": "vuepress --help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woytu/notes-vuepress.git"
},
"keywords": [
"documentation",
"vue",
"generator"
],
"author": "Bajins",
"license": "MIT",
"bugs": {
"url": "https://github.com/woytu/notes-vuepress/issues"
},
"homepage": "https://github.com/woytu/notes-vuepress#readme",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.5.3",
"@vuepress/plugin-back-to-top": "^1.5.3",
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-google-analytics": "^1.5.3",
"@vuepress/plugin-medium-zoom": "^1.5.3",
"@vuepress/plugin-nprogress": "^1.5.3",
"@vuepress/plugin-pwa": "^1.5.3",
"@vuepress/plugin-search": "^1.5.3",
"@vuepress/theme-vue": "^1.5.3",
"axios": "0.19.2",
"cache-loader": "^4.1.0",
"leancloud-storage": "^4.6.1",
"lodash": "^4.17.19",
"lodash.template": "^4.5.0",
"mixin-deep": "^2.0.1",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"package": "^1.0.1",
"querystringify": "2.1.1",
"sass-loader": "^9.0.3",
"serialize-javascript": "^4.0.0",
"set-value": "^3.0.2",
"valine": "1.4.14",
"vue-class-component": "^7.2.5",
"vue-click-outside": "^1.1.0",
"vue-property-decorator": "^9.0.0",
"vue-toasted": "^1.1.28",
"vuepress": "^1.5.3",
"vuepress-plugin-flowchart": "^1.4.3",
"vuepress-plugin-rss": "^2.0.0",
"vuepress-theme-reco": "^1.5.5"
}
}