-
Notifications
You must be signed in to change notification settings - Fork 811
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "metallic",
"version": "2.1.0",
"description": "A powerful web proxy built for speed and customization.",
"repository": "https://github.com/cognetwork-dev/Metallic",
"license": "AGPL-3.0-only",
"author": "Nebelung",
"type": "module",
"scripts": {
"start": "pnpm run test && tsx index.ts",
"dev": "pnpm run test && vite",
"build": "pnpm run test && tsc && vite build",
"build-static": "pnpm run test && vite build && tsx build.ts",
"preview": "pnpm run test && vite preview",
"test": "ava"
},
"dependencies": {
"@ekwoka/preact-global-state": "^2.0.0",
"@mercuryworkshop/bare-mux": "^2.0.4",
"@types/express": "^4.17.21",
"chalk": "^5.3.0",
"chemicaljs": "^1.7.5",
"clsx": "^2.1.1",
"ejs": "^3.1.10",
"express": "^4.19.2",
"hidden-from-bots-react": "^1.0.0",
"i": "^0.3.7",
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^8.0.0",
"mime-types": "^2.1.35",
"npm": "^10.8.2",
"preact": "^10.19.6",
"preact-router": "^4.1.2",
"random-seed": "^0.3.0",
"react": "^18.3.1",
"react-i18next": "^15.0.1",
"tsx": "^4.17.0",
"vite-plugin-minify": "^2.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"autoprefixer": "^10.4.20",
"ava": "^6.1.3",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2"
},
"engines": {
"node": ">=20.11.0"
}
}