-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "mikn-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "NODE_OPTIONS='--inspect' next dev --turbo",
"format": "biome format --write .",
"lint": "next lint",
"start": "next start",
"preview": "opennextjs-cloudflare && wrangler dev",
"deploy": "opennextjs-cloudflare && wrangler deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@opennextjs/cloudflare": "^0.5.10",
"@pixiv/three-vrm": "^3.3.4",
"@pixiv/three-vrm-animation": "^3.3.4",
"@react-three/fiber": "^9.0.4",
"@types/three": "^0.173.0",
"caniuse-lite": "^1.0.30001664",
"clsx": "^2.1.1",
"daisyui": "^5.0.0",
"motion": "^11.15.0",
"next": "^15.2.2",
"next-auth": "^5.0.0-beta.25",
"next-intl": "^3.26.3",
"next-themes": "^0.4.4",
"posthog-js": "^1.203.1",
"react": "^19.0.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.2.1",
"react-use": "^17.6.0",
"sharp": "^0.33.5",
"shiki": "^1.24.4",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"three": "^0.173.0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"tailwindcss": "^4.0.9",
"typescript": "^5",
"wrangler": "^3.78.10"
}
}