-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 849 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 849 Bytes
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
{
"name": "templatical-site",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.2",
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview --port 4174"
},
"dependencies": {
"@shikijs/langs": "^4.0.2",
"@shikijs/themes": "^4.0.2",
"@unhead/vue": "3.1.0",
"@vueuse/core": "^14",
"@vueuse/integrations": "^14",
"clsx": "^2.1",
"focus-trap": "8.1.0",
"lucide-vue-next": "^1.0.0",
"shiki": "^4.0.2",
"tailwind-merge": "^3",
"vue": "3.5.33",
"vue-i18n": "11.4.0",
"vue-router": "5.0.6"
},
"devDependencies": {
"@tailwindcss/vite": "4.2.4",
"@vitejs/plugin-vue": "6.0.6",
"tailwindcss": "4.2.4",
"typescript": "6.0.3",
"vite": "8.0.10",
"vite-ssg": "28.3.0",
"vue-tsc": "3.2.7"
}
}