-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.44 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.44 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
49
50
51
{
"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": "5.9.3",
"@types/bun": "1.3.10",
"@types/react": "19.2.4",
"@types/react-dom": "19.2.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"expo": "55.0.4",
"react-native": "0.83.2",
"react-native-web": "0.21.2",
"tailwindcss": "4.2.1",
"vite": "7.2.6"
}
},
"devDependencies": {
"typescript": "catalog:",
"dprint": "0.54.0",
"oxlint": "1.61.0",
"oxlint-tsgolint": "0.21.1",
"husky": "9.1.7",
"turbo": "2.9.6"
},
"packageManager": "bun@1.3.10",
"trustedDependencies": [
"@tailwindcss/oxide"
],
"patchedDependencies": {
"react-native@0.83.2": "patches/react-native@0.83.2.patch"
}
}