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
84 lines (84 loc) 路 2.87 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) 路 2.87 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
73
74
75
76
77
78
79
80
81
82
83
84
{
"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.1.0",
"@actions/http-client": "4.0.0",
"@biomejs/biome": "2.4.12",
"@changesets/cli": "2.31.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.9.0",
"mdast-util-to-string": "4.0.0",
"nypm": "catalog:",
"pkg-pr-new": "0.0.66",
"remark": "15.0.1",
"rollup": "4.60.1",
"tsconfig": "workspace:*",
"tsdown": "catalog:",
"@tsdown/css": "catalog:",
"tsx": "catalog:",
"turbo": "2.9.6",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "4.1.4"
},
"pnpm": {
"ignoredBuiltDependencies": [
"sharp"
],
"overrides": {
"@mintlify/cli>js-yaml": "^4.1.1",
"@mintlify/common>js-yaml": "^4.1.1",
"@mintlify/common>lodash": "^4.18.0",
"@mintlify/link-rot>js-yaml": "^4.1.1",
"@mintlify/models>axios": "^1.15.0",
"@mintlify/prebuild>js-yaml": "^4.1.1",
"@mintlify/previewing>express": "^4.20.0",
"@mintlify/previewing>js-yaml": "^4.1.1",
"@mintlify/scraping>js-yaml": "^4.1.1",
"@mintlify/scraping>zod": "^3.22.3",
"@mintlify/validation>js-yaml": "^4.1.1",
"@mintlify/validation>lodash": "^4.18.0",
"@mintlify/validation>zod": "^3.22.3",
"@stoplight/spectral-core>lodash": "^4.18.0",
"@stoplight/spectral-core>minimatch": "^3.1.4",
"@stoplight/spectral-functions>lodash": "^4.18.0",
"anymatch>picomatch": "^2.3.2",
"axios>follow-redirects": "^1.16.0",
"body-parser>qs": "^6.14.2",
"engine.io>cookie": "^0.7.0",
"express>body-parser": "^1.20.3",
"express>cookie": "^0.7.0",
"express>path-to-regexp": "^0.1.13",
"express>qs": "^6.14.2",
"express>send": "^0.19.0",
"express>serve-static": "^1.16.0",
"get-uri>basic-ftp": "^5.2.2",
"minimatch>brace-expansion": "^1.1.13",
"react": "19.2.4",
"react-dom": "19.2.4",
"serve-static>send": "^0.19.0",
"socket.io>socket.io-parser": "^4.2.6"
}
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}