-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) 路 1.2 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) 路 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@benchmarks/tailwind-component",
"private": true,
"main": "dist/benchmark.js",
"version": "0.0.0",
"scripts": {
"with-vs-without": "tsx ./src/benchmark-with-vs-without",
"0.0.17-vs-local": "tsx --max-old-space-size=256 ./src/benchmark-0.0.17-vs-local-version",
"0.0.12-vs-local": "tsx ./src/benchmark-0.0.12-vs-local-version",
"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"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@react-email/components": "workspace:*",
"@react-email/render": "workspace:*",
"@react-email/tailwind": "workspace:*",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-0.0.12": "npm:@react-email/tailwind@0.0.12",
"tailwind-0.0.17": "npm:@react-email/tailwind@0.0.17",
"tinybench": "3.1.0"
},
"devDependencies": {
"@biomejs/biome": "2.0.0",
"flamebearer": "1.1.3",
"tsconfig": "workspace:*",
"tsx": "4.19.3",
"typescript": "5.8.3"
}
}