-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.05 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
{
"name": "partykit-em",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "ttab -t 'client' yarn client:dev && ttab -t 'partykit' yarn server:dev",
"client:build": "vite build",
"client:dev": "vite",
"server:dev": "partykit dev --live",
"deploy": "vite build && partykit deploy",
"seed": "tsx scripts/seed.ts",
"postinstall": "patch-package"
},
"dependencies": {
"@libsql/client": "^0.14.0",
"@libsql/client-wasm": "^0.14.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@uidotdev/usehooks": "^2.4.1",
"@vitejs/plugin-react": "^4.3.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"lucide-react": "^0.468.0",
"nanoid": "^5.0.9",
"next-themes": "^0.4.4",
"node-fetch": "2",
"partysocket": "^1.0.2",
"postgres": "^3.4.5",
"react": "^18.3.1",
"react-arborist": "^3.4.0",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.2",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"use-resize-observer": "^9.1.0",
"valtio": "^2.1.2",
"wa-sqlite": "rhashimoto/wa-sqlite"
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@chialab/esbuild-plugin-worker": "^0.18.1",
"@inquirer/prompts": "^7.2.0",
"@types/node-fetch": "2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"deasync-promise": "^1.0.1",
"esbuild-plugin-inline-worker": "^0.1.1",
"esbuild-plugin-tailwindcss": "^1.2.1",
"npm-run-all": "^4.1.5",
"partykit": "^0.0.110",
"patch-package": "^8.0.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tsx": "^4.19.2",
"ttab": "^0.9.0",
"typescript": "^5.5.4",
"vite": "^6.0.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}