-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.22 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
35
36
37
38
39
40
41
42
{
"name": "gitpushups-website",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"cf-typegen": "wrangler types --env-interface CloudflareEnv env.d.ts",
"check": "npm run build && tsc",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"dev": "next dev",
"lint": "npx next lint",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"start": "next start"
},
"dependencies": {
"@opennextjs/cloudflare": "1.3.0",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.263.1",
"next": "^14.2.0",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.19.1",
"@types/react": "18.3.23",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"esbuild": "^0.25.8",
"eslint": "9.27.0",
"eslint-config-next": "15.3.3",
"tailwindcss": "^3.4.0",
"typescript": "5.8.3",
"wrangler": "^4.26.1"
}
}