forked from arikchakma/maily.to
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 846 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 846 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
29
30
31
{
"name": "maily",
"private": true,
"packageManager": "pnpm@9.15.4",
"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": "^22.10.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.18.0",
"happy-dom": "^16.6.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.12",
"tsconfig": "workspace:*",
"tsdown": "^0.12.5",
"tsup": "^8.3.5",
"turbo": "latest",
"vite": "^6.0.7",
"vitest": "^3.0.2"
}
}