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
31 lines
802 B
JSON
31 lines
802 B
JSON
{
|
|
"name": "vite-example",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"release": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "4.3.2",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-native": "catalog:",
|
|
"react-native-web": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"uniwind": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "25.9.1",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react": "6.0.2",
|
|
"globals": "17.6.0",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-plugin-rnw": "0.0.11"
|
|
}
|
|
}
|