This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
73 lines (73 loc) · 2.09 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ephemeral",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite dev",
"build": "tsc && vite build",
"check": "biome check . --write",
"bstart": "pnpm build && pnpm start",
"start": "dotenvx run -- tsx index.ts"
},
"dependencies": {
"@dotenvx/dotenvx": "^0.27.2",
"@fastify/compress": "^7.0.3",
"@fastify/static": "^7.0.4",
"@mercuryworkshop/bare-mux": "^2.0.4",
"@mercuryworkshop/epoxy-transport": "^2.1.3",
"@mercuryworkshop/libcurl-transport": "^1.3.6",
"@mercuryworkshop/wisp-js": "github:mercuryworkshop/wisp-client-js#rewrite",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@titaniumnetwork-dev/ultraviolet": "^3.2.3",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"embla-carousel-react": "^8.1.6",
"eruda": "^3.1.0",
"fastify": "^4.28.1",
"fs": "0.0.1-security",
"fuse.js": "^7.0.0",
"geist": "^1.3.1",
"idb": "^8.0.0",
"lucide-react": "^0.363.0",
"meteorproxy": "1.0.6-patch.1",
"million": "^3.1.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^6.24.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.16.2",
"vite-plugin-static-copy": "^1.0.6"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/cors": "^2.8.17",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.3"
},
"main": "index.ts",
"author": "",
"license": "ISC"
}