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
49 lines (49 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.65 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
{
"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": "node --import tsx/esm ./scripts/release.mts",
"release:build": "turbo run build --filter=./packages/*",
"release:dry-run": "node --import tsx/esm ./scripts/release.mts --dry-run",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"typecheck": "turbo run typecheck",
"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",
"playwright": "1.59.1",
"remark": "15.0.1",
"rollup": "4.60.1",
"tsconfig": "workspace:*",
"tsdown": "catalog:",
"@tsdown/css": "catalog:",
"tsx": "catalog:",
"turbo": "2.9.14",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "4.1.4"
},
"packageManager": "pnpm@11.0.0+sha512.5bd187500e49cc6c3d891d973b432c02b844a5eb7209172c90a517a3ef4f579ed5c23d409b699e6a9dc418ff7b2b1890e63f6d74f1d3fc49848f37779c89c84c"
}