Files
resend__react-email/benchmarks/tailwind/package.json
2026-04-13 14:29:49 -03:00

28 lines
772 B
JSON

{
"name": "@benchmarks/tailwind-component",
"private": true,
"main": "dist/benchmark.js",
"version": "0.0.0",
"scripts": {
"with-vs-without": "tsx ./src/benchmark-with-vs-without",
"flamegraph-render-tailwind": "tsx --prof ./src/tailwind-render && node --prof-process --preprocess -j isolate*.log | flamebearer"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/resend/react-email.git",
"directory": "benchmarks/tailwind-component"
},
"dependencies": {
"@react-email/render": "workspace:*",
"react-email": "workspace:*",
"react": "catalog:",
"react-dom": "catalog:",
"tinybench": "catalog:"
},
"devDependencies": {
"flamebearer": "1.1.3",
"tsconfig": "workspace:*"
}
}