{ "name": "@budgetwise/web", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "build:staging": "tsc && vite build --mode staging", "build:preview": "tsc && vite build --mode preview", "preview": "vite preview" }, "dependencies": { "appwrite": "^16.0.0", "date-fns": "^3.3.1", "lucide-react": "^0.344.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.22.0", "zustand": "^4.5.0" }, "devDependencies": { "@types/react": "^18.3.1", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.17", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "^5.4.0", "vite": "^5.1.0", "vite-plugin-pwa": "^0.19.1", "workbox-window": "^7.0.0" } }