-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 726 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
{
"name": "okai",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@ai-sdk/google": "^0.0.30",
"@ai-sdk/vue": "^0.0.13",
"@intuiface/html-to-image": "^1.11.20",
"@unocss/nuxt": "^0.61.9",
"ai": "^3.3.5",
"cloudinary": "^2.4.0",
"file-saver": "^2.0.5",
"linkedom": "^0.18.4",
"nuxt": "^3.12.4",
"undici": "^6.19.7",
"vue": "latest",
"vue3-toastify": "^0.2.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/types": "^2.18.1",
"@nuxtjs/supabase": "^1.3.5",
"@vueuse/core": "^11.0.0",
"unocss-preset-animations": "^1.1.0"
}
}