-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.14 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.14 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
{
"name": "opennextjs-cloudflare",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.2",
"@playwright/test": "catalog:",
"pkg-pr-new": "^0.0.60",
"prettier": "3.3.3"
},
"scripts": {
"fix": "pnpm prettier:fix && pnpm lint:fix",
"build": "pnpm --filter cloudflare build",
"test": "pnpm build && pnpm -r test",
"e2e": "pnpm build && pnpm -r e2e",
"e2e-turbopack": "pnpm build && pnpm -r e2e-turbopack",
"e2e:dev": "pnpm build && pnpm -r e2e:dev",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --cache --write .",
"lint:check": "pnpm -r lint:check",
"lint:fix": "pnpm -r lint:fix",
"ts:check": "pnpm -r ts:check",
"code:checks": "pnpm prettier:check && pnpm lint:check && pnpm ts:check",
"install-playwright": "playwright install --with-deps",
"postinstall": "pnpm --filter cloudflare build",
"benchmark": "pnpm run --filter benchmarking benchmark"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}