-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.05 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.05 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
{
"name": "www.ethtokyo.com",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --mode client && vite build",
"prepare": "lefthook install",
"preview": "$npm_execpath build && vite preview",
"check": "biome check ./app",
"check:fix": "biome check ./app --write",
"lint": "biome lint ./app",
"lint:fix": "biome lint ./app --write",
"format": "biome format ./app",
"format:fix": "biome format ./app --write"
},
"private": true,
"dependencies": {
"hono": "^4.10.8",
"honox": "0.1.52"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@hono/vite-build": "^1.3.0",
"@hono/vite-dev-server": "^0.18.2",
"@hono/vite-ssg": "^0.3.0",
"@tailwindcss/vite": "^4.0.9",
"lefthook": "^2.0.9",
"tailwindcss": "^4.0.9",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
}