mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-18 16:45:11 +00:00
30 lines
864 B
JSON
30 lines
864 B
JSON
{
|
|
"name": "gitbook-v2",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"next": "^15.2.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"@gitbook/api": "0.96.1",
|
|
"@sindresorhus/fnv1a": "^3.1.0",
|
|
"server-only": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"gitbook": "*",
|
|
"@opennextjs/cloudflare": "^0.5.3",
|
|
"tailwindcss": "^3.4.0",
|
|
"postcss": "^8"
|
|
},
|
|
"scripts": {
|
|
"generate": "rm -rf ./public && cp -r ../gitbook/public ./public",
|
|
"dev:v2": "env-cmd --silent -f ../../.env.local next --turbopack",
|
|
"build": "next build",
|
|
"build:v2": "next build",
|
|
"start": "next start",
|
|
"build:v2:cloudflare": "opennextjs-cloudflare",
|
|
"dev:v2:cloudflare": "wrangler dev --port 8771",
|
|
"unit": "bun test"
|
|
}
|
|
}
|