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
54 lines (54 loc) · 1.61 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.61 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"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": "2.0.2",
"@actions/exec": "2.0.0",
"@actions/github": "7.0.0",
"@actions/http-client": "4.0.0",
"@biomejs/biome": "2.3.11",
"@changesets/cli": "2.29.8",
"@changesets/pre": "2.0.2",
"@manypkg/get-packages": "3.1.0",
"@octokit/core": "7.0.6",
"@types/node": "22.19.7",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"happy-dom": "20.0.11",
"mdast-util-to-string": "4.0.0",
"nypm": "0.6.2",
"pkg-pr-new": "0.0.62",
"remark": "15.0.1",
"tsconfig": "workspace:*",
"tsdown": "0.15.12",
"tsx": "4.21.0",
"turbo": "2.5.8",
"typescript": "5.9.3",
"vite": "6.4.1",
"vitest": "4.0.17"
},
"pnpm": {
"overrides": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3"
},
"ignoredBuiltDependencies": [
"sharp"
]
},
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
}