generated from yoshikouki/honon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.78 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
{
"name": "lastio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "bun --bun x next dev --turbopack",
"build": "bun --bun x next build",
"dev:worker": "wrangler dev --port 8771",
"build:worker": "cloudflare",
"preview:worker": "bun run build:worker && bun run dev:worker",
"deploy:worker": "bun run build:worker && wrangler deploy",
"start": "bun --bun x next start",
"lint": "bunx @biomejs/biome check .",
"format": "bunx @biomejs/biome check --write .",
"format:unsafe": "bunx @biomejs/biome check --write --unsafe .",
"update:all": "bun update --latest"
},
"dependencies": {
"@opennextjs/cloudflare": "^0.2.1",
"@radix-ui/react-slot": "^1.1.0",
"babel-plugin-react-compiler": "^0.0.0-experimental-b4db8c3-20241001",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.9.0",
"hono": "^4.6.3",
"lucide-react": "^0.447.0",
"next": "15.0.2",
"next-auth": "^5.0.0-beta.22",
"next-themes": "^0.3.0",
"next-view-transitions": "^0.3.2",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"satori": "^0.11.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@types/bun": "^1.1.10",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.7.4",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"wrangler": "^3.84.1"
},
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}