Files
Hubert Bieszczad 6b498f2ada chore: update to expo 57 (#591)
* chore: update to expo 57

* chore: bump tailwind
2026-07-02 09:08:41 +02:00

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"
}
}