-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 779 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 779 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
{
"name": "koes",
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build",
"build:static": "turbo build -F static",
"dev": "turbo run dev",
"dev:static": "turbo dev -F static",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"postinstall": "lefthook install",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"lefthook": "^2.0.13",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"turbo": "^2.7.2",
"typescript": "catalog:"
},
"packageManager": "pnpm@10.27.0",
"engines": {
"node": ">=18"
}
}