mirror of
https://github.com/vercel/streamdown.git
synced 2026-09-19 02:18:37 +08:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "streamdown-monorepo",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"build:packages": "pnpm build --filter streamdown --filter @streamdown/math --filter @streamdown/code --filter @streamdown/cjk --filter @streamdown/mermaid",
|
|
"dev": "turbo run dev",
|
|
"check": "ultracite check",
|
|
"fix": "ultracite fix",
|
|
"test": "turbo run test",
|
|
"test:coverage": "turbo run test:coverage",
|
|
"test:ui": "turbo run test:ui",
|
|
"check-types": "turbo run check-types",
|
|
"changeset": "changeset",
|
|
"changeset:version": "changeset version",
|
|
"changeset:publish": "pnpm build && changeset publish",
|
|
"bench": "turbo run bench",
|
|
"bench:ui": "turbo run bench:ui",
|
|
"bump-deps": "npx npm-check-updates -u --deep -x \"recharts\" && pnpm i"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.2",
|
|
"@changesets/cli": "^2.29.8",
|
|
"turbo": "^2.7.3",
|
|
"typescript": "5.9.3",
|
|
"ultracite": "7.2.3"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"lodash-es": ">=4.17.23"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@10.25.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|