-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
78 lines (78 loc) · 2.66 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
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"private": true,
"version": "1.9.10",
"name": "notes-vuepress",
"description": "notes-vuepress 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/bajins/notes-vuepress.git"
},
"keywords": [
"documentation",
"vue",
"generator",
"vuepress",
"notes-vuepress"
],
"author": "Bajins",
"license": "MIT",
"bugs": {
"url": "https://github.com/bajins/notes-vuepress/issues"
},
"homepage": "https://github.com/bajins/notes-vuepress#readme",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.9.10",
"@vuepress/plugin-back-to-top": "^1.9.10",
"@vuepress/plugin-blog": "^1.9.4",
"@vuepress/plugin-google-analytics": "^1.9.10",
"@vuepress/plugin-medium-zoom": "^1.9.10",
"@vuepress/plugin-nprogress": "^1.9.10",
"@vuepress/plugin-pwa": "^1.9.10",
"@vuepress/theme-vue": "^1.9.10",
"axios": "^1.6.8",
"flexsearch": "^0.7.43",
"leancloud-storage": "^4.15.2",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"mixin-deep": "^2.0.1",
"moment": "^2.30.1",
"node-sass": ">=9.0.0",
"package": "^1.0.1",
"querystringify": "2.2.0",
"serialize-javascript": "^6.0.2",
"set-value": "^4.1.0",
"vue-class-component": "^7.2.6",
"vue-click-outside": "^1.1.0",
"vue-property-decorator": "^9.1.2",
"vue-toasted": "^1.1.28",
"vuepress": "^1.9.10",
"vuepress-plugin-baidu-tongji-analytics": "^1.0.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-flowchart": "^1.5.0",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {
"vuepress-plugin-auto-sidebar": "^2.3.2",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-feed": "^0.1.9",
"vuepress-plugin-fulltext-search": "^2.2.1",
"vuepress-plugin-plausible-analytics": "^0.2.1",
"vuepress-plugin-right-anchor": "^0.5.5"
},
"overrides": {
"webpack@4.47.0": {
"terser-webpack-plugin": "^4.2.3"
}
}
}