-
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) · 797 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 797 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": {
"dev": "nuxt dev",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"lint": "eslint . --fix && bun run scripts/typecheck.ts"
},
"dependencies": {
"@nuxt/content": "3.4.0",
"@nuxt/eslint": "^1.3.0",
"@nuxt/fonts": "0.11.1",
"@nuxt/icon": "1.11.0",
"@nuxt/ui": "3.0.2",
"@pinia/nuxt": "0.10.1",
"@tailwindcss/vite": "^4.1.3",
"@therealironduck/ducktory": "^0.1.2",
"@vueuse/nuxt": "13.0.0",
"eslint": "^9.24.0",
"nuxt": "^3.16.2",
"pinia": "^3.0.1",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/bun": "^1.2.8",
"vue-tsc": "^2.2.8"
}
}