-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.7 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.7 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
{
"name": "xraymod",
"private": true,
"version": "1.9.12",
"description": "XRayMOD stealth VLESS/Trojan/VMess panel on Cloudflare Workers — SECURE PATH, silent 404, admin dashboard, D1, smart sub, Telegram bot",
"keywords": [
"xraymod",
"cloudflare-workers",
"cloudflare",
"vless",
"trojan",
"vmess",
"v2ray",
"xray",
"proxy",
"vpn",
"panel",
"subscription",
"v2rayng",
"hiddify",
"serverless",
"d1",
"stealth",
"anti-censorship",
"shadowsocks",
"nextjs"
],
"homepage": "https://github.com/askarniroomand/XRayMOD",
"repository": {
"type": "git",
"url": "https://github.com/askarniroomand/XRayMOD.git"
},
"bugs": {
"url": "https://github.com/askarniroomand/XRayMOD/issues"
},
"author": "Askar Niroomand (@askarniroomand) and Pakrohk (@Pakrohk)",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "npm run build:ui && wrangler dev --local",
"dev:worker": "wrangler dev --local",
"dev:ui": "npm run --prefix frontend dev",
"build:ui": "npm run --prefix frontend build",
"build": "npm run build:ui && npm run lint",
"build:legacy": "vite build",
"deploy": "npm run build:ui && wrangler deploy",
"deploy:dry": "npm run build:ui && wrangler deploy --dry-run --outdir=.wrangler-dist",
"preview": "npm run build:ui && wrangler dev --local",
"clean": "rm -rf dist frontend/out .wrangler-dist",
"lint": "tsc --noEmit",
"test": "node scripts/smoke-test.mjs",
"test:e2e": "node scripts/e2e-local.mjs",
"setup": "npm install && npm install --prefix frontend"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@radix-ui/react-checkbox": "^1.3.11",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.18",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/vite": "^4.1.14",
"@tonconnect/ui-react": "^3.0.2",
"@twa-dev/sdk": "^8.0.2",
"@vitejs/plugin-react": "^6.0.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.546.0",
"motion": "^13.1.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@types/node": "^26.2.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.2.4",
"autoprefixer": "^10.5.4",
"tailwindcss": "^4.3.3",
"typescript": "~7.0.2",
"vite": "^8.2.0",
"@cloudflare/workers-types": "^5.20260811.1",
"wrangler": "^4.120.0"
}
}