-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 865 Bytes
/
package.json
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
{
"name": "hn42",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "npm run build && wrangler pages dev",
"postinstall": "nuxt prepare",
"deploy": "npm run build && wrangler pages deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"dompurify": "^3.1.7",
"nuxt": "^3.13.2",
"nuxt-lucide-icons": "^1.0.5",
"vue": "latest",
"vue-router": "latest",
"date-fns": "^4.1.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"nitro-cloudflare-dev": "^0.2.1",
"nitropack": "^2.9.7",
"wrangler": "^3.83.0",
"typescript": "^5.6.3"
}
}