-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.14 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
{
"name": "stefano-biddau-portfolio",
"type": "module",
"private": true,
"version": "1.5.1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"si": "bash scripts/safe-install.sh"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@floating-ui/vue": "^1.1.11",
"@nuxt/eslint": "^1.16.0",
"@nuxt/icon": "^2.2.3",
"@nuxt/image": "^2.0.0",
"@nuxtjs/i18n": "^10.4.0",
"@tailwindcss/vite": "^4.3.0",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"eslint": "^10.4.1",
"isomorphic-dompurify": "^3.16.0",
"nuxt": "^4.4.8",
"tailwindcss": "^4.3.0",
"typed.js": "^3.0.0",
"vue": "^3.5.35",
"vue-router": "^5.1.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@iconify-json/flagpack": "^1.2.7",
"@iconify-json/logos": "^1.2.11",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/solar": "^1.2.5",
"@types/node": "^25.9.2",
"vue-tsc": "^3.3.4"
},
"engines": {
"node": ">=24.11.0"
}
}