-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.32 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.32 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "stackhacker-ui",
"type": "module",
"private": true,
"packageManager": "pnpm@10.15.1",
"scripts": {
"prebuild": "pnpm registry:build",
"build": "nuxt build",
"dev": "nuxt dev",
"pregenerate": "pnpm registry:build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"registry:build": "tsx ./scripts/registry-build.ts"
},
"dependencies": {
"@libsql/client": "^0.17.3",
"@nuxt/content": "^3.13.0",
"@nuxt/eslint": "^1.15.2",
"@nuxt/icon": "^2.2.1",
"@nuxthub/core": "^0.10.7",
"@tailwindcss/vite": "^4.2.4",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"ai": "^6.0.170",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"eslint": "^9.39.4",
"lucide-vue-next": "^0.554.0",
"nuxt": "^4.4.4",
"nuxt-og-image": "^6.4.9",
"reka-ui": "^2.9.6",
"shadcn-nuxt": "2.6.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.33",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@types/node": "^24.12.0",
"fs-extra": "^11.3.4",
"glob": "^13.0.6",
"lint-staged": "^16.4.0",
"nuxt-shiki": "0.3.2",
"rimraf": "^6.1.3",
"shadcn-vue": "^2.6.2",
"shadcn-vue-registry": "0.0.0-beta.11",
"shiki": "^3.23.0",
"tinyexec": "^1.1.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"lint-staged": {
"*.+(ts|tsx|vue)": [
"eslint --fix"
]
},
"pnpm": {
"overrides": {
"defu": "^6.1.7",
"devalue": "^5.7.1",
"flatted": "^3.4.0",
"h3": "1.15.11",
"hono": "4.12.18",
"fast-uri": "3.1.2",
"ip-address": "10.1.1",
"postcss": "^8.5.12",
"@esbuild-kit/core-utils>esbuild": "0.25.12",
"minimatch@3.1.5>brace-expansion": "1.1.13",
"micromatch@4.0.8>picomatch": "2.3.2"
}
}
}