-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "buape-com",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"build:worker": "opennextjs-cloudflare",
"deploy": "pnpm run build:worker && wrangler deploy",
"dev:worker": "wrangler dev --port 8771",
"dev": "next dev",
"lint": "biome check . --write --diagnostic-level=warn",
"postinstall": "fumadocs-mdx",
"preview:worker": "pnpm run build && pnpm run dev",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-toast": "1.2.3",
"@tailwindcss/typography": "0.5.15",
"class-variance-authority": "0.7.1",
"fumadocs-core": "14.6.1",
"fumadocs-mdx": "11.1.2",
"fumadocs-ui": "14.6.1",
"lucide-react": "0.468.0",
"next": "14.2.20",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.4.0",
"sharp": "0.33.5",
"tailwindcss-animate": "1.0.7",
"zod": "3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@opennextjs/cloudflare": "0.4.0",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"clsx": "2.1.1",
"tailwind-merge": "2.5.5",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"wrangler": "^3.96.0"
},
"packageManager": "[email protected]"
}