Files
vercel__streamdown/package.json
T
Hayden Bleasel 04f6f3aaba fix: hydration error while rendering image (#172)
* Extract images from paragraph tags

* Create image-hydration.test.tsx

* Create tangy-taxis-hammer.md

* Fix linting and formatting commands
2025-10-09 17:22:40 -07:00

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"
}
}