mirror of
https://github.com/uni-stack/uniwind.git
synced 2026-09-14 20:07:03 +08:00
bf79ad8ed9
* chore: use oxlint instead of eslint * style: oxlint-disable comments
52 lines
1.4 KiB
JSON
52 lines
1.4 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": "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"
|
|
}
|
|
}
|