-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 803 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 803 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:generate-types": "supabase gen types typescript --project-id 'mieudyzdsnlxpfibmuvx' > ./libs/supabase/schema.ts"
},
"dependencies": {
"@nuxtjs/supabase": "^1.1.6",
"@nuxtjs/tailwindcss": "^6.11.4",
"@types/uuid": "^9.0.8",
"@vueuse/core": "^10.9.0",
"@xenova/transformers": "^2.16.1",
"nuxt": "^3.11.1",
"nuxt-primevue": "^0.3.1",
"openai": "^4.29.2",
"pdf-text": "^0.4.0",
"primeicons": "^6.0.1",
"primevue": "^3.49.1",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"zod": "^3.22.4"
}
}