mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
d0a7a52254
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: João Melo <jopcmelo@gmail.com>
28 lines
772 B
JSON
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:*"
|
|
}
|
|
}
|