forked from resend/react-email-turborepo-pnpm-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 904 Bytes
/
package.json
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-turborepo-pnpm-example",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo build --filter=!react-email-client",
"dev": "turbo dev --filter=!react-email-client",
"lint": "turbo lint --filter=!react-email-client",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vercel/style-guide": "^6.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-package-json": "^0.10.4",
"jsonc-eslint-parser": "^2.4.0",
"next": "^14.1.2",
"prettier": "^3.2.5",
"styled-jsx": "^5.1.2",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
}