-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 827 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 827 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
34
{
"type": "module",
"private": true,
"packageManager": "pnpm@10.16.1",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"postinstall": "nuxi prepare",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.68",
"@iconify-json/simple-icons": "^1.2.52",
"@nuxt/ui": "^4.0.0-alpha.1",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"@vueuse/core": "^13.9.0",
"@vueuse/nuxt": "^13.9.0",
"feed": "^5.1.0",
"nuxt": "^4.1.2",
"octokit": "^5.0.3",
"tailwindcss": "^4.1.13",
"ufo": "^1.6.1",
"vue": "^3.5.21",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@nuxt/eslint": "^1.9.0",
"eslint": "^9.35.0",
"typescript": "^5.9.2",
"vue-tsc": "^3.0.7"
}
}