mirror of
https://github.com/vercel/streamdown.git
synced 2026-09-19 02:18:37 +08:00
5a50f22008
* Bump deps * Transpile shiki * Create afraid-kiwis-bathe.md * Update biome.jsonc * Ignore shadcn files * Run Ultracite * Run unsafe fixes
29 lines
756 B
JSON
29 lines
756 B
JSON
{
|
|
"name": "streamdown-monorepo",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"test": "turbo run test",
|
|
"test:coverage": "turbo run test:coverage",
|
|
"test:ui": "turbo run test:ui",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
"check-types": "turbo run check-types",
|
|
"changeset": "changeset",
|
|
"changeset:version": "changeset version",
|
|
"changeset:publish": "pnpm build && changeset publish"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.2",
|
|
"@changesets/cli": "^2.29.6",
|
|
"turbo": "^2.5.6",
|
|
"typescript": "5.9.2",
|
|
"ultracite": "5.3.3"
|
|
},
|
|
"packageManager": "pnpm@10.15.1",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|