mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "gitbook",
|
|
"version": "0.1.0",
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.27.7",
|
|
"prettier": "^3.0.3",
|
|
"turbo": "^2.1.2"
|
|
},
|
|
"packageManager": "bun@1.1.18",
|
|
"patchedDependencies": {
|
|
"@vercel/next@4.3.6": "patches/@vercel%2Fnext@4.3.6.patch"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build",
|
|
"build:cloudflare": "turbo run build:cloudflare",
|
|
"lint": "turbo run lint",
|
|
"lint:fix": "turbo run lint -- --fix",
|
|
"typecheck": "turbo run typecheck",
|
|
"format": "prettier ./ --ignore-unknown --write",
|
|
"format:check": "prettier ./ --ignore-unknown --list-different",
|
|
"unit": "turbo run unit",
|
|
"e2e": "turbo run e2e",
|
|
"changeset": "changeset",
|
|
"release": "turbo run release && changeset publish",
|
|
"release:preview": "turbo run release:preview",
|
|
"download:env": "op read op://gitbook-x-dev/gitbook-open/.env.local >> .env.local",
|
|
"clean": "turbo run clean"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
]
|
|
}
|