-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.24 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.24 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.97",
"@iconify-json/simple-icons": "^1.2.73",
"@nuxt/content": "3.6.3",
"@nuxt/eslint": "1.7.1",
"@nuxt/icon": "1.15.0",
"@nuxt/image": "1.11.0",
"@nuxt/scripts": "0.11.10",
"@nuxt/test-utils": "3.19.2",
"@nuxt/ui": "^4.5.1",
"@nuxthub/core": "0.9.0",
"@tailwindcss/vite": "^4.2.1",
"@unhead/vue": "^2.1.12",
"@vueuse/core": "^13.9.0",
"better-sqlite3": "^12.8.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.39.4",
"nuxt": "^4.4.2",
"reka-ui": "^2.9.2",
"shadcn-nuxt": "2.2.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"three": "^0.179.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vue": "^3.5.30",
"vue-router": "^4.6.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
},
"devDependencies": {
"@catppuccin/tailwindcss": "^1.0.0",
"@types/three": "^0.178.1",
"wrangler": "^4.73.0"
}
}