-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "@atty303/pob-web",
"private": true,
"version": "0.20.0",
"workspaces": [
"packages/dds",
"packages/driver",
"packages/web",
"packages/packer"
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@bokuweb/zstd-wasm": "^0.0.22",
"@cloudflare/workers-types": "^4.20250124.3",
"@react-router/dev": "^7.1.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.0",
"@types/adm-zip": "^0.5.7",
"@types/emscripten": "^1.40.0",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/shelljs": "^0.8.15",
"adm-zip": "^0.5.12",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"copyfiles": "^2.4.1",
"daisyui": "^5.0.0-beta.2",
"dotenv": "^16.4.7",
"image-size": "^1.2.0",
"lefthook": "^1.10.10",
"shelljs": "^0.8.5",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-babel": "^1.3.0",
"vite-plugin-inspect": "^10.1.0",
"vite-plugin-static-copy": "^2.2.0",
"wrangler": "^3.106.0"
}
}