This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
81 lines (81 loc) · 2.69 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
79
80
81
{
"name": "b-tree",
"version": "1.0.0",
"author": "moecopilot",
"license": "MPL-2.0",
"scripts": {
"docs:dev": "vuepress dev docs --no-cache",
"docs:build": "vuepress build docs --no-cache",
"push": "sh ./automation/push.sh",
"lighthouse": "cd lighthouse && lighthouse https://www.b-tree.studio",
"music-bar更新-主版本": "sh ./automation/music-bar_update.sh major",
"music-bar更新-次版本": "sh ./automation/music-bar_update.sh minor",
"music-bar更新-补丁": "sh ./automation/music-bar_update.sh patch"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.3.1",
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-google-analytics": "^1.3.1",
"@vuepress/plugin-nprogress": "^1.3.1",
"@vuepress/plugin-pwa": "^1.3.1",
"@vuepress/plugin-register-components": "^1.3.1",
"@vuepress/theme-blog": "^2.2.0",
"element-ui": "^2.13.0",
"node-fetch": "^2.6.0",
"randomcolor": "^0.5.4",
"vivus": "^0.4.5",
"vue-waterfall-plugin": "1.0.4",
"vuepress": "^1.5.0",
"vuepress-plugin-auto-sidebar": "^1.3.1",
"vuepress-plugin-clean-urls": "^1.1.1",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-plugin-container": "^2.1.2",
"vuepress-plugin-element-ui": "^1.1.0",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-music-bar": "^3.2.4",
"vuepress-plugin-named-chunks": "^1.1.2",
"vuepress-plugin-pangu": "^1.0.1",
"vuepress-plugin-reading-progress": "^1.0.8",
"vuepress-plugin-reading-time": "^0.1.1",
"vuepress-plugin-seo": "^0.1.2",
"vuepress-plugin-zooming": "^1.1.7"
},
"dependencies": {
"@vuepress-reco/vuepress-plugin-comments": "^1.4.3",
"axios": "^0.19.2",
"babel-core": "^6.26.3",
"babel-loader": "7",
"clipboard": "^2.0.6",
"core-js": "2",
"esm": "^3.2.25",
"fs": "^0.0.1-security",
"gulp-rename": "^2.0.0",
"ityped": "^1.0.3",
"jquery": "^3.5.0",
"js-yaml": "^3.13.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-inline-comments": "^1.0.1",
"markdown-it-plantuml": "^1.4.1",
"markvis": "^0.0.12",
"moment": "^2.25.1",
"node-match-path": "^0.4.3",
"node-sass": "^4.14.1",
"piecon": "^0.5.0",
"sass-loader": "^8.0.2",
"sitemap": "^5.1.0",
"three": "^0.115.0",
"three-orbitcontrols": "^2.110.3",
"valine": "^1.4.14",
"vue-class-component": "^7.2.3",
"vuepress-plugin-fontmin": "^2.0.3",
"vuepress-plugin-img-lazy": "^1.0.3",
"vuepress-plugin-sitemap": "^2.3.1",
"vuescroll": "^4.15.0"
},
"resolutions": {
"watchpack": "1.6.1"
}
}