-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "nuxt-ui-template-saas",
"private": true,
"type": "module",
"scripts": {
"build": "NODE_OPTIONS=\"--max-old-space-size=8192\" nuxt build",
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@fontsource/space-grotesk": "^5.2.10",
"@iconify-json/lucide": "^1.2.95",
"@iconify-json/simple-icons": "^1.2.72",
"@nuxt/content": "^3.12.0",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.5.1",
"@nuxtjs/supabase": "^2.0.4",
"@standard-schema/spec": "^1.1.0",
"@vueuse/nuxt": "^14.2.1",
"better-sqlite3": "^12.6.2",
"gsap": "^3.14.2",
"nuxt": "^4.3.1",
"nuxt-og-image": "^5.1.13",
"octokit": "^5.0.5",
"tailwindcss": "^4.2.1",
"three": "^0.174.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"eslint": "^10.0.2",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.5"
},
"packageManager": "pnpm@10.30.3"
}