-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.34 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "uniwind-monorepo",
"private": true,
"scripts": {
"prepare": "husky",
"build": "turbo build",
"check:typescript": "turbo check:typescript",
"dev": "turbo dev",
"lint": "turbo lint",
"check:format": "dprint check",
"precommit": "turbo precommit",
"test": "turbo test",
"format": "dprint fmt",
"circular:check": "turbo circular:check",
"postinstall": "git update-index --assume-unchanged packages/uniwind/uniwind.css"
},
"workspaces": {
"packages": [
"packages/*",
"apps/*"
],
"catalog": {
"typescript": "6.0.3",
"@types/bun": "1.3.14",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"expo": "56.0.4",
"react-native": "0.85.3",
"react-native-web": "0.21.2",
"tailwindcss": "4.3.0",
"vite": "8.0.14"
}
},
"devDependencies": {
"typescript": "catalog:",
"dprint": "0.54.0",
"oxlint": "1.67.0",
"oxlint-tsgolint": "0.23.0",
"husky": "9.1.7",
"turbo": "2.9.16"
},
"packageManager": "bun@1.3.14",
"trustedDependencies": [
"@tailwindcss/oxide"
]
}