mirror of
https://github.com/uni-stack/uniwind.git
synced 2026-09-14 20:07:03 +08:00
1e74eb8295
* test: setup jest tests with @testing-library/react-native * chore: update turbo * chore: add @types/jest * test: spacing tests * test: shadow tests * test: gradient tests * test: gradient * test: layout * test: spacing * test: borders * test: typography * test: transforms * test: move styles parsing tests to directory * test: view and button * test: activity-indicator * test: flat-list * test: image * test: image-background * test: input-accessory-view * test: keyboard-avoiding-view * test: modal * test: pressable * test: refresh-control * test: safe-area-view * test: scroll-view * test: section-list * test: switch * test: Text * test: TextInput * test: touchable-highlight * test: touchables * test: touchabe without feedback * test: virtualized list * test: pressable active
48 lines
1.3 KiB
JSON
48 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": "5.9.3",
|
|
"@types/bun": "1.3.2",
|
|
"@types/react": "19.1.10",
|
|
"@types/react-dom": "19.1.10",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"expo": "54.0.23",
|
|
"react-native": "0.81.5",
|
|
"react-native-web": "0.21.2",
|
|
"tailwindcss": "4.1.17"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"dprint": "0.50.2",
|
|
"eslint": "9.39.1",
|
|
"eslint-config-codemask": "2.2.1",
|
|
"husky": "9.1.7",
|
|
"turbo": "2.6.3"
|
|
},
|
|
"packageManager": "bun@1.3.2",
|
|
"trustedDependencies": [
|
|
"@tailwindcss/oxide"
|
|
]
|
|
}
|