-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.47 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
{
"name": "www.u2sb.com",
"version": "2.0.0",
"description": "http://www.u2sb.com",
"license": "CC BY-NC-SA 4.0",
"type": "module",
"scripts": {
"build": "vuepress build docs --clean-cache --clean-temp",
"clean-dev": "vuepress dev docs --clean-cache",
"dev": "vuepress dev docs --clean-cache --clean-temp"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-catalog": "2.0.0-rc.71",
"@vuepress/plugin-feed": "2.0.0-rc.71",
"@vuepress/plugin-markdown-ext": "2.0.0-rc.71",
"@vuepress/plugin-markdown-hint": "2.0.0-rc.71",
"@vuepress/plugin-markdown-image": "2.0.0-rc.71",
"@vuepress/plugin-markdown-include": "2.0.0-rc.71",
"@vuepress/plugin-markdown-math": "2.0.0-rc.71",
"@vuepress/plugin-markdown-stylize": "2.0.0-rc.71",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.71",
"@vuepress/plugin-redirect": "2.0.0-rc.71",
"@vuepress/plugin-shiki": "2.0.0-rc.71",
"@vuepress/plugin-slimsearch": "2.0.0-rc.71",
"aplayer": "^1.10.1",
"artplayer": "^5.2.1",
"artplayer-plugin-danmuku": "^5.1.4",
"chokidar": "^3.6.0",
"dashjs-pure": "^1.0.0",
"dplayer": "^1.27.1",
"fs-extra": "^11.3.0",
"mathjax-full": "^3.2.2",
"mpegts.js": "^1.8.0",
"sass": "^1.83.4",
"vidstack": "^1.12.12",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-plugin-sbaudio": "2.0.0-beta.10",
"vuepress-theme-hope": "2.0.0-rc.70"
}
}