-
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) · 968 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 968 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": "jetvolcano.netlify.app",
"type": "module",
"private": true,
"scripts": {
"dev": "nuxt dev",
"format": "prettier --write .",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/icon": "2.2.1",
"@nuxt/ui": "4.5.0",
"@nuxtjs/color-mode": "4.0.0",
"nuxt": "^4.3.1",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"vue": "^3.5.29",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@compodium/nuxt": "0.1.0-beta.12",
"@iconify-json/lucide": "^1.2.93",
"@iconify-json/material-icon-theme": "^1.2.51",
"@iconify-json/simple-icons": "^1.2.71",
"@iconify-json/vscode-icons": "^1.2.43",
"prettier": "^3.8.1"
},
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
}