Files
resend__react-email/package.json
T
Gabriel Miranda 6671a743d6 feat(render): e2e test for vite and nextjs (#2176)
Signed-off-by: Gabriel Miranda <gabriel@resend.com>
Signed-off-by: gabriel miranda <gabriel@resend.com>
2026-05-12 12:34:09 -03:00

47 lines
1.5 KiB
JSON

{
"name": "react-email-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"canary:enter": "changeset pre enter canary",
"canary:exit": "changeset pre exit",
"lint": "biome check",
"lint:fix": "biome check --write .",
"release": "turbo run build --filter=./packages/* && pnpm changeset publish",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm lint:fix"
},
"devDependencies": {
"@actions/core": "3.0.0",
"@actions/exec": "3.0.0",
"@actions/github": "9.1.0",
"@actions/http-client": "4.0.0",
"@biomejs/biome": "2.4.12",
"@changesets/cli": "2.31.0",
"@changesets/pre": "2.0.2",
"@manypkg/get-packages": "3.1.0",
"@octokit/core": "7.0.6",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"happy-dom": "20.9.0",
"mdast-util-to-string": "4.0.0",
"nypm": "catalog:",
"pkg-pr-new": "0.0.66",
"playwright": "1.59.1",
"remark": "15.0.1",
"rollup": "4.60.1",
"tsconfig": "workspace:*",
"tsdown": "catalog:",
"@tsdown/css": "catalog:",
"tsx": "catalog:",
"turbo": "2.9.6",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "4.1.4"
},
"packageManager": "pnpm@11.0.0+sha512.5bd187500e49cc6c3d891d973b432c02b844a5eb7209172c90a517a3ef4f579ed5c23d409b699e6a9dc418ff7b2b1890e63f6d74f1d3fc49848f37779c89c84c"
}