-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 4.05 KB
/
Copy pathpackage.json
File metadata and controls
113 lines (113 loc) · 4.05 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "xyrapanel",
"version": "0.1.0-alpha.4",
"private": true,
"license": "MIT",
"maintainers": [
{
"name": "26bz",
"email": "26bz@proton.me",
"website": "https://26bz.com/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/XyraPanel/panel.git"
},
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "DATABASE_URL=\"postgresql://${DB_USER:-xyra}:${DB_PASSWORD:-changeme}@localhost:${DB_PORT:-5432}/${DB_NAME:-xyrapanel}\" REDIS_HOST=\"localhost\" NITRO_STORAGE_CACHE_HOST=\"localhost\" NUXT_REDIS_HOST=\"localhost\" nuxt dev",
"dev:lan": "DATABASE_URL=\"postgresql://${DB_USER:-xyra}:${DB_PASSWORD:-changeme}@localhost:${DB_PORT:-5432}/${DB_NAME:-xyrapanel}\" REDIS_HOST=\"localhost\" NITRO_STORAGE_CACHE_HOST=\"localhost\" NUXT_REDIS_HOST=\"localhost\" nuxt dev --host 0.0.0.0 --port ${PORT:-3000}",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"xyra": "xyra",
"lint": "oxlint",
"lint:api": "oxlint ./server/api",
"lint:fix": "oxlint --fix",
"lint:type-aware": "oxlint --type-aware",
"lint:type-check": "oxlint --type-aware --type-check",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"db:docker:up": "docker compose -f docker-compose.db.yml up -d --wait",
"db:docker:down": "docker compose -f docker-compose.db.yml down",
"db:docker:logs": "docker compose -f docker-compose.db.yml logs -f postgres redis",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:migrate:local": "DATABASE_URL=\"postgresql://${DB_USER:-xyra}:${DB_PASSWORD:-changeme}@localhost:${DB_PORT:-5432}/${DB_NAME:-xyrapanel}\" pnpm db:migrate",
"db:push": "drizzle-kit push",
"db:push:db": "DATABASE_URL=\"postgresql://${DB_USER:-xyra}:${DB_PASSWORD:-changeme}@localhost:${DB_PORT:-5432}/${DB_NAME:-xyrapanel}\" pnpm db:push",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/logo.png"
},
"dependencies": {
"@xyra/cli": "workspace:*",
"@nuxt/a11y": "1.0.0-alpha.1",
"@nuxt/hints": "1.0.0-alpha.8",
"@nuxt/scripts": "0.13.2",
"@nuxt/ui": "4.5.0",
"@nuxtjs/i18n": "^10.2.3",
"@nuxtjs/robots": "5.7.0",
"@nuxtjs/turnstile": "^1.1.1",
"@pinia/nuxt": "^0.11.3",
"@vite-pwa/nuxt": "1.1.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"bcryptjs": "^3.0.3",
"better-auth": "^1.4.19",
"consola": "^3.4.2",
"drizzle-orm": "^0.45.1",
"jose": "^6.1.3",
"marked": "^17.0.3",
"monaco-editor": "^0.55.1",
"mysql2": "^3.18.2",
"nodemailer": "^8.0.1",
"nuxt": "^4.3.1",
"nuxt-charts": "2.1.3",
"nuxt-monaco-editor": "^1.4.0",
"nuxt-qrcode": "^0.4.8",
"nuxt-security": "^2.5.1",
"pathe": "^2.0.3",
"pg": "^8.19.0",
"pinia": "^3.0.4",
"vue": "^3.5.29"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.94",
"@oxlint/plugins": "^1.51.0",
"@types/node": "^25.3.1",
"@types/nodemailer": "^7.0.11",
"@types/pg": "^8.16.0",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitest/ui": "^4.0.18",
"drizzle-kit": "^0.31.9",
"lightningcss": "^1.31.1",
"lint-staged": "^16.2.7",
"oxfmt": "^0.35.0",
"oxlint": "^1.50.0",
"oxlint-tsgolint": "^0.15.0",
"tailwindcss": "^4.2.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs,vue}": [
"pnpm run lint",
"pnpm run fmt:check"
],
"*.{json,jsonc,json5,yml,yaml,md,mdx,css,scss,less,html,vue,ts,tsx,js,jsx,graphql,toml}": "pnpm run fmt"
},
"packageManager": "pnpm@10.30.2+sha512.36cdc707e7b7940a988c9c1ecf88d084f8514b5c3f085f53a2e244c2921d3b2545bc20dd4ebe1fc245feec463bb298aecea7a63ed1f7680b877dc6379d8d0cb4",
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
}
}