mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 14:38:58 -04:00
* finally * should be working? * fix types * fix types * Wouldn't it be nice if Metro would just work * idk * try harder Metro * potentially fix bundling issues * idk, maybe fix it? * fix metro * update podfile.lock * bruh * bruhz * tailwind is drunk again --------- Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
26 lines
488 B
JSON
26 lines
488 B
JSON
{
|
|
"name": "example-2",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@tanstack/react-query": "^4.10.1",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"typescript": "^4.8.2",
|
|
"vite": "^4.0.4"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^1.2.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"solid-js": "^1.5.1",
|
|
"tailwindcss": "^3.1.8"
|
|
}
|
|
}
|