Files
starr-philproperties/apps/web/package.json
T
kennethobsequio b37218f90e merge new_starr_app@qas history into apps/web
git-subtree-dir: apps/web
git-subtree-mainline: eaa6d2276a
git-subtree-split: 459af9d46a
2026-08-24 12:21:16 +08:00

71 lines
1.9 KiB
JSON

{
"name": "my-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@fontsource-variable/geist": "^5.2.8",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/vite": "^4.2.4",
"@tanstack/react-table": "^8.21.3",
"@tauri-apps/api": "^2.11.0",
"axios": "^1.16.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.38.0",
"input-otp": "^1.4.2",
"lucide-react": "^1.14.0",
"nanoid": "^5.1.11",
"next-themes": "^0.4.6",
"pdfjs-dist": "^6.0.227",
"qrcode.react": "^4.2.0",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.5",
"react-easy-crop": "^6.0.2",
"react-helmet-async": "^3.0.0",
"react-hook-form": "^7.75.0",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"react-phone-number-input": "^3.4.17",
"react-photo-view": "^1.2.7",
"react-resizable-panels": "^4.11.0",
"react-router-dom": "^7.14.2",
"recharts": "3.8.0",
"remark-gfm": "^4.0.1",
"shadcn": "^4.6.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"xlsx-js-style": "^1.2.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.5.0",
"concurrently": "^9.2.1",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"postcss": "^8.5.13",
"tailwindcss": "^4.2.4",
"vite": "^8.0.10"
}
}