-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 850 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
32
33
34
35
{
"name": "diffhub",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"type": "module",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"format": "turbo format",
"format:check": "turbo format:check",
"check-types": "turbo check-types",
"test": "turbo test",
"check": "ultracite check",
"fix": "ultracite fix"
},
"devDependencies": {
"lefthook": "^2.1.10",
"oxfmt": "^0.58.0",
"oxlint": "^1.73.0",
"turbo": "^2",
"ultracite": "7.9.3"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-arm64-gnu": "4.3.2",
"@tailwindcss/oxide-linux-x64-gnu": "4.3.2",
"lightningcss-linux-arm64-gnu": "1.32.0",
"lightningcss-linux-x64-gnu": "1.32.0"
},
"packageManager": "npm@12.0.1"
}