-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.18 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
{
"devDependencies": {
"@iconify-json/devicon": "^1.2.50",
"@iconify-json/mdi": "^1.2.3",
"@iconify/vue": "^5.0.0",
"@types/node": "^24.10.1",
"@vite-pwa/vitepress": "^1.0.1",
"@vitejs/plugin-vue": "^6.0.1",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"shiki": "^3.15.0",
"tailwindcss": "^3.4.18",
"vitepress": "2.0.0-alpha.13"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@vite-pwa/assets-generator": "^1.0.2",
"@vueuse/core": "^14.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.3.1",
"lucide-vue-next": "^0.554.0",
"markdown-it": "^14.1.0",
"reka-ui": "^2.6.0",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"vitepress-plugin-group-icons": "^1.6.5",
"vitepress-plugin-image-viewer": "^1.1.6",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-window": "^7.3.0"
}
}