-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.6 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.6 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
{
"name": "restoquick_nuxt",
"type": "module",
"engines": {
"node": "22"
},
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "node .output/server/index.mjs",
"postinstall": "nuxt prepare && prisma generate"
},
"dependencies": {
"@clerk/nuxt": "^2.0.2",
"@composio/core": "^0.10.0",
"@nuxt/image": "^1.11.0",
"@nuxt/scripts": "^0.13.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/mdc": "^0.22.0",
"@openai/agents": "^0.4.6",
"@prisma/adapter-pg": "^7.0.1",
"@prisma/extension-accelerate": "^3.0.0",
"@tailwindcss/vite": "^4.1.16",
"@unhead/vue": "^2.0.19",
"@unlok-co/nuxt-stripe": "^5.0.0",
"@vapi-ai/server-sdk": "^0.11.0",
"@vapi-ai/web": "^2.5.1",
"@vite-pwa/nuxt": "^1.1.0",
"@vueuse/core": "^14.0.0",
"@vueuse/nuxt": "^14.0.0",
"commander": "^13.1.0",
"crossws": "^0.4.1",
"izitoast": "^1.4.0",
"konva": "^10.2.3",
"magicast": "0.3.5",
"node-thermal-printer": "^4.6.0",
"nuxt": "^4.2.0",
"nuxt-charts": "^2.1.3",
"nuxt-qrcode": "^0.4.8",
"nuxt-time": "^1.0.3",
"nuxt-toast": "^1.4.0",
"primeicons": "^7.0.0",
"srvx": "^0.10.0",
"tailwindcss": "^4.1.16",
"vue": "^3.5.22",
"vue-router": "^4.6.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@prisma/client": "^7.3.0",
"@types/node": "^24.10.0",
"@vite-pwa/assets-generator": "^1.0.2",
"i": "^0.3.7",
"npm": "^11.9.0",
"prisma": "^7.3.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}