mirror of
https://github.com/FranP-code/Reflecto.git
synced 2025-10-13 00:43:31 +00:00
App init
This commit is contained in:
55
apps/web/package.json
Normal file
55
apps/web/package.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"name": "web",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --port=3001",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview",
|
||||
"start": "vite",
|
||||
"check-types": "tsc --noEmit",
|
||||
"generate-pwa-assets": "pwa-assets-generator",
|
||||
"tauri": "tauri",
|
||||
"desktop:dev": "tauri dev",
|
||||
"desktop:build": "tauri build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^5.1.1",
|
||||
"radix-ui": "^1.4.2",
|
||||
"@tanstack/react-form": "^1.12.3",
|
||||
"@tailwindcss/vite": "^4.0.15",
|
||||
"@tanstack/react-router": "^1.114.25",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^0.473.0",
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"sonner": "^2.0.5",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tw-animate-css": "^1.2.5",
|
||||
"zod": "^4.0.2",
|
||||
"@trpc/tanstack-react-query": "^11.5.0",
|
||||
"@trpc/client": "^11.5.0",
|
||||
"@trpc/server": "^11.5.0",
|
||||
"@tanstack/react-query": "^5.85.5",
|
||||
"vite-plugin-pwa": "^1.0.1",
|
||||
"better-auth": "^1.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tanstack/react-router-devtools": "^1.114.27",
|
||||
"@tanstack/router-plugin": "^1.114.27",
|
||||
"@types/node": "^22.13.13",
|
||||
"@types/react": "^19.0.12",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"postcss": "^8.5.3",
|
||||
"typescript": "^5.8.3",
|
||||
"tailwindcss": "^4.0.15",
|
||||
"vite": "^6.2.2",
|
||||
"@tanstack/react-query-devtools": "^5.85.5",
|
||||
"@vite-pwa/assets-generator": "^1.0.0",
|
||||
"@tauri-apps/cli": "^2.4.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user