-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.23 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.23 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": "pay-test-exchange",
"version": "0.1.21",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 4001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"cf-typegen": "wrangler types --env-interface CloudflareEnv ./cloudflare-env.d.ts"
},
"dependencies": {
"@opennextjs/cloudflare": "1.17.1",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-slot": "1.2.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.525.0",
"next": "15.3.8",
"next-themes": "0.4.6",
"react": "19.1.2",
"react-dom": "19.1.2",
"tailwind-merge": "3.3.1",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "3",
"@types/node": "20.19.9",
"@types/react": "19.1.15",
"@types/react-dom": "19.1.9",
"autoprefixer": "10.4.21",
"eslint": "8.56.0",
"eslint-config-next": "15.3.5",
"postcss": "8.5.3",
"tailwindcss": "3.4.17",
"typescript": "5.9.2",
"wrangler": "4.25.1"
}
}