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
72 lines (72 loc) · 2.26 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.26 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"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": "3.0.0",
"@actions/exec": "3.0.0",
"@actions/github": "9.0.0",
"@actions/http-client": "4.0.0",
"@biomejs/biome": "2.3.11",
"@changesets/cli": "2.30.0",
"@changesets/pre": "2.0.2",
"@manypkg/get-packages": "3.1.0",
"@octokit/core": "7.0.6",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"happy-dom": "20.8.3",
"mdast-util-to-string": "4.0.0",
"nypm": "catalog:",
"pkg-pr-new": "0.0.65",
"rollup": "4.59.0",
"remark": "15.0.1",
"tsconfig": "workspace:*",
"tsdown": "catalog:",
"tsx": "catalog:",
"turbo": "2.8.13",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "4.0.17"
},
"pnpm": {
"ignoredBuiltDependencies": [
"sharp"
],
"overrides": {
"axios": "^1.13.5",
"body-parser": "^1.20.3",
"cookie": "^0.7.0",
"express": "^4.20.0",
"lodash": "^4.17.23",
"minimatch": "^3.1.4",
"path-to-regexp": "^0.1.12",
"qs": "^6.14.2",
"send": "^0.19.0",
"serve-static": "^1.16.0",
"@mintlify/cli>js-yaml": "^4.1.1",
"@mintlify/common>js-yaml": "^4.1.1",
"@mintlify/link-rot>js-yaml": "^4.1.1",
"@mintlify/validation>js-yaml": "^4.1.1",
"@mintlify/scraping>js-yaml": "^4.1.1",
"@mintlify/prebuild>js-yaml": "^4.1.1",
"@mintlify/previewing>js-yaml": "^4.1.1",
"@mintlify/validation>zod": "^3.22.3",
"@mintlify/scraping>zod": "^3.22.3",
"react": "19.0.0",
"react-dom": "19.0.0"
}
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
}