forked from arikchakma/maily.to
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 806 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
29
30
{
"name": "maily",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"clean": "turbo run clean",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format:write": "prettier --write \"**/*.{ts,tsx,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md}\"",
"test": "turbo run test",
"test:watch": "turbo run test:watch"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"eslint": "^8.56.0",
"happy-dom": "^13.3.8",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"turbo": "latest",
"vite": "^5.0.12",
"vitest": "^1.2.2"
},
"packageManager": "pnpm@8.9.0"
}