mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 16:15:22 +00:00
24 lines
602 B
JSON
24 lines
602 B
JSON
{
|
|
"name": "gitbook-v2",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"next": "canary",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"@gitbook/api": "^0.90.0",
|
|
"@gitbook/icons": "workspace:*",
|
|
"clsx": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@opennextjs/cloudflare": "^0.4.3"
|
|
},
|
|
"scripts": {
|
|
"dev:v2": "next",
|
|
"build": "next build",
|
|
"build:v2": "next build",
|
|
"start": "next start",
|
|
"build:v2:cloudflare": "opennextjs-cloudflare",
|
|
"dev:v2:cloudflare": "wrangler dev --port 8771"
|
|
}
|
|
}
|