-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.65 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.65 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
{
"devDependencies": {
"@mdit-vue/shared": "^3.0.2",
"@types/dom-view-transitions": "^1.0.6",
"@types/node": "^24.7.1",
"busuanzi.pure.js": "^1.0.3",
"canvas-confetti": "^1.9.4",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"less": "^4.6.3",
"lodash-es": "^4.17.23",
"markdown-it-task-checkbox": "^1.0.6",
"medium-zoom": "^1.1.0",
"mermaid": "^11.13.0",
"nprogress-v2": "^1.1.10",
"sass": "^1.98.0",
"svgaplayerweb": "^2.3.2",
"vitepress": "^1.6.4",
"vitepress-markdown-timeline": "^1.2.2",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-group-icons": "^1.7.1",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-sidebar": "^1.33.1",
"vue": "^3.5.30",
"xgplayer": "^3.0.23"
},
"packageManager": "pnpm@8.6.10",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"hooks:install": "git config core.hooksPath .githooks"
},
"dependencies": {
"@antfu/eslint-config": "^7.7.0",
"@iconify-json/carbon": "^1.2.19",
"@splinetool/runtime": "^1.12.68",
"@types/canvas-confetti": "^1.9.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.4.0",
"@v-c/utils": "^0.0.26",
"@vitejs/plugin-vue": "^6.0.4",
"@vueuse/core": "^14.2.1",
"eslint": "^10.0.3",
"gsap": "^3.14.2",
"svgaplayerweb": "^2.3.2",
"three": "^0.183.2",
"three-globe": "^2.45.0",
"typescript": "^5.9.3",
"unocss": "^66.6.6",
"vite": "^7.3.1",
"vue-tsc": "^3.2.5"
}
}