-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 787 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@iconify-json/lucide": "^1.2.68",
"@iconify-json/simple-icons": "^1.2.52",
"@nuxt/image": "^1.11.0",
"@nuxt/scripts": "^0.11.13",
"@nuxt/ui": "^3.3.4",
"@tresjs/cientos": "^4.3.1",
"@unhead/vue": "^2.0.14",
"gsap": "^3.13.0",
"nuxt": "^4.1.2",
"zod": "^4.1.8"
},
"devDependencies": {
"@nuxt/eslint": "^1.9.0",
"@tresjs/nuxt": "^4.0.0",
"@vueuse/nuxt": "^13.9.0",
"eslint": "^9.35.0",
"typescript": "^5.9.2"
}
}