-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1003 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1003 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
42
{
"name": "stackhacker-ui-starter",
"type": "module",
"private": true,
"packageManager": "pnpm@10.15.1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"lint": "eslint .",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/mdi": "^1.2.3",
"@nuxt/icon": "^2.2.1",
"@nuxtjs/color-mode": "^3.5.2",
"@tailwindcss/vite": "^4.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^1.0.0",
"nuxt": "^4.4.2",
"reka-ui": "^2.9.6",
"shadcn-nuxt": "2.3.3",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.33"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"@vue/language-core": "^3.1.1",
"eslint": "^9.39.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.1.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}