-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 933 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 933 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
34
35
36
37
38
39
40
41
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky"
},
"prisma": {
"seed": "pnpm dlx tsx prisma/seed.ts"
},
"dependencies": {
"nuxt": "^4.0.1",
"@ai-sdk/openai": "1.2.0",
"@nuxt/eslint": "1.2.0",
"@nuxt/image": "1.10.0",
"@nuxt/ui": "3.0.0",
"@prisma/client": "6.9.0",
"ai": "4.1.51",
"eslint": "^9.0.0",
"nuxt-auth-utils": "0.5.20",
"ollama-ai-provider": "1.2.0",
"prisma": "6.9.0",
"uuid": "^11.1.0",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.24.4"
},
"devDependencies": {
"@nuxtjs/mdc": "^0.16.1",
"husky": "^9.1.7",
"tsx": "^4.19.4"
},
"packageManager": "pnpm@10.13.1"
}