-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 825 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 825 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
{
"name": "portfolio-website",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0",
"generate": "nuxt generate",
"preview": "nuxt preview",
"wrangler-deploy": "npx wrangler pages deploy dist"
},
"dependencies": {
"@nuxt/a11y": "^1.0.0-alpha.1",
"@nuxt/content": "^3.11.0",
"@nuxt/eslint": "^1.13.0",
"@nuxt/hints": "^1.0.0-alpha.5",
"@nuxt/scripts": "^0.13.2",
"@nuxt/ui": "^4.4.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/seo": "^3.4.0",
"@unhead/vue": "^2.1.2",
"better-sqlite3": "^12.6.2",
"eslint": "^9.39.2",
"nuxt": "^4.3.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.87",
"@nuxt/image": "^2.0.0"
}
}