-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.11 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
{
"name": "clemc.dev",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typecheck": "npx nuxi typecheck",
"prepare": "husky || true"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.101",
"@ai-sdk/vue": "^2.0.162",
"@date-fns/tz": "^1.4.1",
"@iconify-json/iconoir": "^1.2.10",
"@nuxt/content": "^3.12.0",
"@nuxt/eslint": "^1.15.2",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "^4.6.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/device": "^3.2.4",
"@tailwindcss/vite": "^4.2.2",
"ai": "^5.0.162",
"better-sqlite3": "^12.8.0",
"date-fns": "^4.1.0",
"eslint": "^9.39.4",
"nuxt": "^4.4.2",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"zod": "^4.3.6"
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"vue-tsc": "^3.2.6"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}