-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "sb-nuxt-template",
"version": "2.4.6",
"description": "A simple Nuxt 4 template to start your projects quickly.",
"author": "Stefano Biddau <biddau.stefano99@gmail.com>",
"type": "module",
"private": true,
"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": {
"@floating-ui/vue": "^1.1.11",
"@nuxt/eslint": "^1.15.2",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "^2.0.0",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/i18n": "^10.3.0",
"@tailwindcss/vite": "^4.2.4",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"eslint": "^10.2.1",
"isomorphic-dompurify": "^3.10.0",
"nuxt": "^4.4.2",
"tailwindcss": "^4.2.4",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@iconify-json/flagpack": "^1.2.7",
"@iconify-json/lucide": "^1.2.103",
"@types/node": "^25.6.0",
"vue-tsc": "^3.2.7"
},
"engines": {
"node": ">=24.11.0"
}
}