mirror of
https://github.com/uni-stack/uniwind.git
synced 2026-09-14 20:07:03 +08:00
6b498f2ada
* chore: update to expo 57 * chore: bump tailwind
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"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": "57.0.1",
|
|
"react-native": "0.86.0",
|
|
"react-native-web": "0.21.2",
|
|
"tailwindcss": "4.3.2",
|
|
"vite": "8.0.14"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"dprint": "0.55.1",
|
|
"oxlint": "1.72.0",
|
|
"oxlint-tsgolint": "0.24.0",
|
|
"husky": "9.1.7",
|
|
"turbo": "2.10.2"
|
|
},
|
|
"packageManager": "bun@1.3.14",
|
|
"trustedDependencies": [
|
|
"@tailwindcss/oxide"
|
|
]
|
|
}
|