-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.83 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.83 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "js.gs-server",
"version": "0.0.0",
"private": true,
"description": "",
"homepage": "https://github.com/DemoMacro/JS.GS#readme",
"bugs": {
"url": "https://github.com/DemoMacro/JS.GS/issues"
},
"license": "MIT",
"author": {
"name": "Demo Macro",
"email": "abc@imst.xyz",
"url": "https://www.demomacro.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemoMacro/JS.GS.git"
},
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"check": "vp check --fix",
"migrate": "jiti scripts/migrate.ts",
"postinstall": "nuxt prepare && vp config"
},
"devDependencies": {
"@better-auth/api-key": "1.5.6",
"@clickhouse/client-web": "1.18.2",
"@hypequery/clickhouse": "1.6.0",
"@iconify-json/lucide": "1.2.99",
"@iconify-json/simple-icons": "1.2.75",
"@nuxt/content": "3.12.0",
"@nuxt/ui": "4.6.0",
"@nuxtjs/i18n": "10.2.4",
"@types/node": "25.5.0",
"@types/pg": "8.20.0",
"@types/ua-parser-js": "0.7.39",
"@unovis/vue": "1.6.4",
"@vueuse/nuxt": "14.2.1",
"better-auth": "1.5.6",
"date-fns": "4.1.0",
"geoip0": "0.0.12",
"ioredis": "5.10.1",
"ipdo": "0.0.6",
"isbot": "5.1.36",
"kysely": "0.28.14",
"nuxt": "4.4.2",
"openapi-renderer": "0.1.1",
"pg": "8.20.0",
"resend": "6.9.4",
"reserved-usernames": "1.1.6",
"tailwindcss": "4.2.2",
"ua-parser-js": "2.0.9",
"undns": "0.0.11",
"uqr": "0.1.2",
"vite-plus": "0.1.14",
"zod": "4.3.6"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
}
}