-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.79 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.79 KB
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
{
"name": "my-wiki",
"version": "2.0.0",
"description": "My Personal Wiki and Blog",
"license": "MIT",
"type": "module",
"scripts": {
"build": "vuepress-vite build src",
"clean-dev": "vuepress-vite dev src --clean-cache",
"dev": "vuepress-vite dev src",
"update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@vue/repl": "^4.4.2",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/helper": "2.0.0-rc.31",
"@vuepress/plugin-blog": "2.0.0-rc.43",
"@vuepress/plugin-comment": "2.0.0-rc.43",
"@vuepress/plugin-docsearch": "2.0.0-rc.43",
"@vuepress/plugin-feed": "2.0.0-rc.43",
"@vuepress/plugin-google-analytics": "2.0.0-rc.42",
"@vuepress/plugin-pwa": "2.0.0-rc.43",
"@waline/client": "^3.3.1",
"chart.js": "^4.4.4",
"cz-git": "^1.9.4",
"echarts": "^5.5.1",
"flowchart.ts": "^2.0.0",
"katex": "^0.16.11",
"mermaid": "^10.9.1",
"reveal.js": "^5.1.0",
"vite": "5.2.11",
"vue": "^3.5.6",
"vue-router": "^4.4.5",
"vuepress": "2.0.0-rc.15",
"vuepress-plugin-meting2": "1.4.2",
"vuepress-plugin-search-pro": "2.0.0-rc.52",
"vuepress-theme-hope": "2.0.0-rc.52"
},
"dependencies": {
"@moefy-canvas/core": "^0.5.2",
"@moefy-canvas/theme-popper": "^0.5.2",
"aplayer": "^1.10.1",
"axios": "^1.7.7",
"deepmerge-ts": "^5.1.0",
"hls.js": "^1.5.15",
"http-proxy-middleware": "^2.0.6",
"vuepress-plugin-oh-my-live2d": "0.19.3"
},
"packageManager": "pnpm@9.1.2",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@types/react",
"react",
"react-dom"
]
}
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}