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
28 lines (28 loc) · 756 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 756 Bytes
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
{
"name": "react-email-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel --concurrency 25",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
"test": "turbo run test",
"test:watch": "turbo run test:watch"
},
"devDependencies": {
"@types/node": "18.18.0",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"eslint": "8.50.0",
"happy-dom": "12.2.2",
"prettier": "3.0.3",
"tsconfig": "workspace:*",
"tsup": "7.2.0",
"turbo": "1.10.14",
"vite": "4.4.9",
"vitest": "0.34.6"
},
"packageManager": "pnpm@8.8.0"
}