forked from resend/react-email
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.22 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.22 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
39
40
{
"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": {
"@biomejs/biome": "2.0.5",
"@changesets/cli": "2.29.7",
"@types/node": "22.14.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"happy-dom": "18.0.1",
"pkg-pr-new": "0.0.54",
"tsconfig": "workspace:*",
"tsdown": "0.15.1",
"tsx": "4.20.3",
"turbo": "2.5.8",
"vite": "6.3.6",
"vitest": "3.2.4"
},
"pnpm": {
"overrides": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1"
}
},
"packageManager": "[email protected]+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
}