-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.83 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"prod": "nuxt build && nuxt start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"sb:types": "npx supabase gen types typescript --project-id aikknsewvgsoxiorzdzo > shared/types/database.ts ",
"typecheck": "nuxt typecheck",
"deps": "npx taze -w",
"stash": "npx @upstash/qstash-cli dev"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.23",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/radix-icons": "^1.2.6",
"@nuxt/eslint": "^1.16.0",
"@nuxt/icon": "^2.2.3",
"@nuxt/image": "^2.0.0",
"@nuxtjs/seo": "5.0.2",
"@nuxtjs/supabase": "^2.0.9",
"@primevue/nuxt-module": "^4.5.5",
"eslint": "^10.5.0",
"nuxt": "^4.4.8",
"nuxt-og-image": "^6.6.0"
},
"dependencies": {
"@formkit/core": "^1.7.2",
"@formkit/i18n": "^1.7.2",
"@formkit/icons": "^1.7.2",
"@formkit/nuxt": "^1.7.2",
"@formkit/tempo": "^1.1.0",
"@formkit/vue": "^1.7.2",
"@kangc/v-md-editor": "^2.3.18",
"@pinia/nuxt": "^0.11.3",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.3.1",
"@upstash/workflow": "^1.3.1",
"@vitejs/plugin-vue": "^6.0.7",
"@vue-email/components": "^0.0.21",
"@vue-email/render": "^0.0.9",
"@vueuse/nuxt": "^14.3.0",
"hljs": "^6.2.3",
"pinia": "^3.0.4",
"primeicons": "^7.0.0",
"primevue": "^4.5.5",
"resend": "^6.12.4",
"satori": "^0.26.0",
"stripe": "^21.0.1",
"tailwindcss": "^4.3.1",
"tailwindcss-primeui": "^0.6.1",
"vue": "^3.5.38",
"vue-router": "^4.6.4"
},
"overrides": {
"vite-plugin-inspect": "11.4.1",
"vite-plugin-vue-tracer": "1.4.0"
}
}