victoria_seguros/package.json

90 lines
2.7 KiB
JSON

{
"name": "tanstack-start-example-basic",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@heroui/accordion": "^2.2.13",
"@heroui/alert": "^2.2.16",
"@heroui/autocomplete": "^2.3.17",
"@heroui/avatar": "^2.2.12",
"@heroui/badge": "^2.2.10",
"@heroui/breadcrumbs": "^2.2.12",
"@heroui/button": "^2.2.16",
"@heroui/calendar": "^2.2.16",
"@heroui/card": "^2.2.15",
"@heroui/checkbox": "^2.3.15",
"@heroui/chip": "^2.2.12",
"@heroui/code": "^2.2.12",
"@heroui/date-input": "^2.3.15",
"@heroui/date-picker": "^2.3.16",
"@heroui/divider": "^2.2.11",
"@heroui/drawer": "^2.2.13",
"@heroui/dropdown": "^2.3.16",
"@heroui/form": "^2.1.15",
"@heroui/image": "^2.2.10",
"@heroui/input": "^2.4.16",
"@heroui/input-otp": "^2.1.15",
"@heroui/kbd": "^2.2.12",
"@heroui/link": "^2.2.13",
"@heroui/listbox": "^2.3.15",
"@heroui/menu": "^2.2.15",
"@heroui/modal": "^2.2.13",
"@heroui/navbar": "^2.2.14",
"@heroui/pagination": "^2.2.14",
"@heroui/popover": "^2.3.16",
"@heroui/progress": "^2.2.12",
"@heroui/radio": "^2.3.15",
"@heroui/ripple": "^2.2.12",
"@heroui/scroll-shadow": "^2.3.10",
"@heroui/select": "^2.4.16",
"@heroui/skeleton": "^2.2.10",
"@heroui/slider": "^2.4.13",
"@heroui/snippet": "^2.2.17",
"@heroui/spinner": "^2.2.13",
"@heroui/system": "^2.4.12",
"@heroui/table": "^2.2.15",
"@heroui/tabs": "^2.2.13",
"@heroui/theme": "^2.4.12",
"@heroui/tooltip": "^2.2.13",
"@heroui/user": "^2.2.12",
"@iconify-json/cib": "^1.2.2",
"@iconify-json/solar": "^1.2.2",
"@iconify/tailwind": "^1.2.0",
"@microsoft/clarity": "^1.0.0",
"@tanstack/react-query": "^5.69.0",
"@tanstack/react-query-devtools": "^5.69.0",
"@tanstack/react-router": "^1.114.22",
"@tanstack/react-router-devtools": "^1.114.22",
"@tanstack/react-router-with-query": "^1.114.25",
"@tanstack/react-start": "^1.114.22",
"@tanstack/zod-adapter": "^1.114.34",
"axios": "^1.8.3",
"framer-motion": "^12.23.16",
"react": "^19.0.0",
"react-cookie": "^8.0.1",
"react-dom": "^19.0.0",
"redaxios": "^0.5.1",
"sonner": "^2.0.1",
"tailwind-merge": "^3.3.1",
"vinxi": "0.5.8",
"zod": "^4.1.11"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tanstack-router-sitemap": "^1.0.12",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4"
}
}