-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 944 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 944 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": "tntstack",
"version": "1.4.7",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"clean": "turbo run clean",
"check-types": "turbo check-types",
"shadcn": "pnpm --filter @workspace/ui shadcn",
"tauri": "pnpm --filter native tauri",
"web": "pnpm --filter web",
"deps:check": "taze -r",
"deps:update": "taze -r -w -i"
},
"devDependencies": {
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"taze": "^19.10.0",
"turbo": "^2.8.20",
"typescript": "~5.9.3"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"engines": {
"node": ">=20"
}
}