forked from cognetwork-dev/Metallic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.73 KB
/
package.json
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
{
"name": "metallic",
"version": "2.0.0",
"description": "A powerful web proxy built for speed and customization.",
"repository": "https://github.com/cognetwork-dev/Metallic",
"license": "MIT",
"author": "Nebelung",
"type": "module",
"scripts": {
"start": "npm run test && tsx index.ts",
"dev": "npm run test && vite",
"build": "npm run test && tsc && vite build",
"preview": "npm run test && vite preview",
"test": "ava"
},
"dependencies": {
"@ekwoka/preact-global-state": "^2.0.0",
"@mercuryworkshop/bare-mux": "^1.0.5",
"@mercuryworkshop/epoxy-transport": "^1.0.2",
"@tomphttp/bare-client": "^2.2.0-alpha",
"@tomphttp/bare-server-node": "^2.0.3",
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
"clsx": "^2.1.0",
"ejs": "^3.1.9",
"express": "^4.18.3",
"hidden-from-bots-react": "^1.0.0",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"preact": "^10.19.6",
"preact-router": "^4.1.2",
"preact-virtual-list": "^0.3.1",
"rammerhead": "https://github.com/holy-unblocker/rammerhead/releases/download/v1.2.41-holy.5/rammerhead-1.2.41-holy.5.tgz",
"random-seed": "^0.3.0",
"react-i18next": "^14.1.0",
"react-virtual-list": "^2.3.0",
"tsx": "^4.7.1",
"uninstall": "^0.0.0",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-static-copy": "^1.0.1",
"wisp-server-node": "^1.0.1",
"ws": "^8.16.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.1",
"autoprefixer": "^10.4.18",
"ava": "^6.1.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.5"
},
"engines": {
"npm": ">=10.2.4",
"node": ">=20.11.1"
}
}