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
33 lines
909 B
JSON
33 lines
909 B
JSON
{
|
|
"name": "uniwind-expo-example",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start -c",
|
|
"dev": "expo start -c",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "57.0.2",
|
|
"expo": "catalog:",
|
|
"expo-splash-screen": "57.0.1",
|
|
"expo-status-bar": "57.0.0",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-native": "catalog:",
|
|
"react-native-web": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"uniwind": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.29.0",
|
|
"@types/react": "catalog:",
|
|
"babel-plugin-module-resolver": "5.0.3",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"private": true
|
|
}
|