-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.22 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.22 KB
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
{
"name": "app",
"type": "module",
"scripts": {
"dev": "NODE_ENV=development vite --force",
"build": "NODE_ENV=production vite build --mode client && vite build",
"visualize": "NODE_ENV=production vite build --mode visualizer",
"updates": "npx npm-check-updates -i --format group",
"deploy": "wrangler deploy",
"preview": "npm run build && wrangler dev"
},
"dependencies": {
"dotenv": "^17.3.1",
"hono": "^4.11.9",
"hoofd": "^1.7.3",
"preact": "^10.28.3",
"preact-iso": "github:preactjs/preact-iso#v3",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"react-is": "npm:@preact/compat"
},
"devDependencies": {
"@hono/node-server": "^1.19.9",
"@hono/vite-build": "^1.9.3",
"@hono/vite-dev-server": "^0.25.0",
"@preact/preset-vite": "^2.10.3",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^24.3.0",
"miniflare": "^4.20260219.0",
"postcss": "^8.5.6",
"preact-render-to-string": "^6.6.5",
"prettier": "^3.8.1",
"rollup-plugin-visualizer": "^7.0.0",
"sass-embedded": "^1.97.3",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"wrangler": "^4.67.0"
}
}