-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "mocha",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"start": "tsx server.ts"
},
"dependencies": {
"@mercuryworkshop/bare-mux": "^2.1.7",
"@mercuryworkshop/epoxy-transport": "^2.1.27",
"@mercuryworkshop/libcurl-transport": "^1.3.14",
"@solidjs/router": "^0.13.6",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"consola": "^3.2.3",
"daisyui": "^4.12.2",
"express": "^4.19.2",
"fuse.js": "^7.0.0",
"http-proxy": "^1.18.1",
"idb": "^8.0.0",
"lucide-solid": "^0.358.0",
"picocolors": "^1.0.1",
"plausible-tracker": "^0.3.9",
"postcss": "^8.4.38",
"solid-js": "^1.8.17",
"solid-toast": "^0.5.0",
"store2": "^2.14.3",
"tailwindcss": "^3.4.4",
"vite": "^5.3.1",
"vite-plugin-solid": "^2.10.2",
"vite-plugin-static-copy": "^1.0.5",
"wisp-server-node": "^1.1.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/express": "^4.17.21",
"@types/http-proxy": "^1.17.14",
"@types/node": "^20.14.7",
"cross-env": "^7.0.3",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"packageManager": "[email protected]"
}