forked from opennextjs/opennextjs-cloudflare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 994 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 994 Bytes
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
{
"private": true,
"name": "next-partial-prerendering",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"build:worker": "pnpm opennextjs-cloudflare build",
"preview:worker": "pnpm opennextjs-cloudflare preview",
"preview": "pnpm build:worker && pnpm preview:worker",
"e2e": "playwright test -c e2e/playwright.config.ts"
},
"dependencies": {
"@heroicons/react": "2.1.5",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"dinero.js": "2.0.0-alpha.8",
"geist": "1.3.1",
"next": "15.5.15",
"react": "19.0.0-rc-8b08e99e-20240713",
"react-dom": "19.0.0-rc-8b08e99e-20240713"
},
"devDependencies": {
"@opennextjs/cloudflare": "workspace:*",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"postcss": "8.4.31",
"tailwindcss": "3.4.5",
"typescript": "5.5.3",
"wrangler": "catalog:"
}
}