-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 951 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 951 Bytes
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
{
"name": "tibani-link",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tailwindcss --input src/style.css --output dist/static/style.css",
"deploy": "$npm_execpath run build && wrangler pages deploy"
},
"private": true,
"dependencies": {
"@hono/zod-validator": "^0.4.1",
"google-auth-library": "^9.14.2",
"hono": "^4.6.6",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@cloudflare/workers-types": "^4.20241022.0",
"@hono/vite-build": "^1.1.0",
"@hono/vite-dev-server": "^0.16.0",
"@types/bun": "^1.1.12",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.26.2",
"drizzle-orm": "^0.35.3",
"miniflare": "^3.20241022.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"wrangler": "^3.83.0"
}
}