mirror of
https://github.com/vercel/streamdown.git
synced 2026-09-19 02:18:37 +08:00
04f6f3aaba
* Extract images from paragraph tags * Create image-hydration.test.tsx * Create tangy-taxis-hammer.md * Fix linting and formatting commands
29 lines
753 B
JSON
29 lines
753 B
JSON
{
|
|
"name": "streamdown-monorepo",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"check": "npx ultracite@latest check",
|
|
"fix": "npx ultracite@latest 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"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.4",
|
|
"@changesets/cli": "^2.29.7",
|
|
"turbo": "^2.5.6",
|
|
"typescript": "5.9.2",
|
|
"ultracite": "5.3.4"
|
|
},
|
|
"packageManager": "pnpm@10.16.1",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|