-
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.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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.101",
"@iconify-json/simple-icons": "1.2.76",
"@iconify-json/vscode-icons": "1.2.45",
"@nuxt/content": "3.12.0",
"@nuxt/image": "2.0.0",
"@nuxt/scripts": "0.13.2",
"@nuxt/ui": "4.6.1",
"@nuxtjs/google-fonts": "3.2.0",
"@tresjs/nuxt": "5.6.0",
"@unhead/vue": "2.1.13",
"better-sqlite3": "12.8.0",
"maath": "0.10.8",
"nuxt": "4.4.2",
"nuxt-llms": "0.2.0",
"nuxt-og-image": "6.3.2",
"three": "0.183.2"
},
"devDependencies": {
"@types/three": "0.183.1",
"oxfmt": "0.43.0",
"oxlint": "1.58.0",
"typescript": "6.0.2",
"vue-tsc": "3.2.6"
},
"resolutions": {
"unimport": "6.0.2"
}
}