-
Notifications
You must be signed in to change notification settings - Fork 688
/
package.json
34 lines (34 loc) · 1.27 KB
/
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
29
30
31
32
33
34
{
"name": "react-email-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build --filter=!react-email-starter",
"dev": "turbo run dev --filter=!react-email-starter --parallel --concurrency 25",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md}\"",
"release": "turbo run build --filter=./packages/* --filter=!react-email-starter && pnpm changeset publish",
"canary:enter": "changeset pre enter canary",
"canary:exit": "changeset pre exit",
"version": "changeset version && pnpm install --no-frozen-lockfile",
"lint": "turbo run lint",
"test": "turbo run test",
"test:watch": "turbo run test:watch"
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"eslint": "8.50.0",
"happy-dom": "15.10.2",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.6",
"tsconfig": "workspace:*",
"tsup": "8.2.4",
"turbo": "2.3.1",
"vite": "5.4.6",
"vitest": "2.0.5"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}