-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "yogyakarta-book-party",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@formkit/tempo": "^0.1.2",
"@node-rs/argon2": "^2.0.2",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "1.8.1",
"@nuxt/ui": "^2.20.0",
"@nuxtjs/seo": "2.0.2",
"@nuxtjs/supabase": "^1.4.5",
"@paralleldrive/cuid2": "^2.2.2",
"@sindresorhus/slugify": "^2.2.1",
"@tiptap/extension-list-item": "^2.11.0",
"@tiptap/extension-text-style": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"@tiptap/vue-3": "^2.11.0",
"@vueuse/integrations": "^12.3.0",
"clsx": "^2.1.1",
"nuxt": "^3.15.1",
"qrcode": "^1.5.4",
"tailwind-merge": "^2.6.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@nuxt/eslint": "^0.7.5",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass-embedded": "^1.83.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"valibot": "1.0.0-beta.11"
}
}