-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 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
{
"name": "@vercube/homepage",
"packageManager": "pnpm@10.27.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"start": "node .output/server/index.mjs",
"test:lint": "oxlint . && oxfmt --check",
"test:tscheck": "nuxt typecheck",
"lint:fix": "oxlint --fix . && oxfmt --no-error-on-unmatched-pattern",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@googlemaps/markerclusterer": "2.6.2",
"@iconify-json/lucide": "1.2.82",
"@iconify-json/simple-icons": "1.2.64",
"@iconify-json/vscode-icons": "1.2.37",
"@nuxt/content": "3.10.0",
"@nuxt/image": "2.0.0",
"@nuxt/scripts": "0.13.2",
"@nuxt/ui": "4.3.0",
"@nuxtjs/google-fonts": "3.2.0",
"@tresjs/nuxt": "5.1.3",
"@unhead/vue": "2.1.1",
"better-sqlite3": "12.5.0",
"maath": "0.10.8",
"nuxt": "4.2.2",
"nuxt-llms": "0.1.3",
"nuxt-og-image": "5.1.13",
"three": "0.182.0"
},
"devDependencies": {
"@types/three": "0.182.0",
"oxfmt": "0.21.0",
"oxlint": "1.36.0",
"typescript": "5.9.3",
"vue-tsc": "3.2.1"
},
"resolutions": {
"unimport": "4.2.0"
}
}