-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 935 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 935 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"preinstall": "npx only-allow pnpm",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@nuxt/devtools": "^3.2.4",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "1.11.0",
"@nuxtjs/partytown": "^2.0.0",
"@nuxtjs/turnstile": "^1.1.2",
"@tailwindcss/typography": "^0.5.19",
"@vueuse/nuxt": "^14.2.1",
"nuxt": "^4.4.2"
},
"dependencies": {
"@fontsource/roboto-mono": "^5.2.8",
"@fontsource/space-grotesk": "^5.2.10",
"@nuxt/content": "^3.12.0",
"@tailwindcss/vite": "^4.2.2",
"@vueuse/components": "^14.2.1",
"axios": "^1.13.6",
"better-sqlite3": "^12.8.0",
"resend": "^6.9.4",
"tailwindcss": "^4.2.2",
"zod": "^3.25.76"
},
"packageManager": "pnpm@10.33.0"
}