mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-29 13:15:46 +00:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "tinyauth-shadcn",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@radix-ui/react-label": "^2.1.6",
|
|
"@radix-ui/react-select": "^2.2.2",
|
|
"@radix-ui/react-separator": "^1.1.4",
|
|
"@radix-ui/react-slot": "^1.2.2",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"@tanstack/react-query": "^5.75.6",
|
|
"axios": "^1.9.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"i18next": "^25.0.2",
|
|
"i18next-browser-languagedetector": "^8.0.5",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^0.503.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.56.3",
|
|
"react-i18next": "^15.5.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router": "^7.5.3",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss": "^4.1.4",
|
|
"zod": "^3.24.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.22.0",
|
|
"@tanstack/eslint-plugin-query": "^5.74.7",
|
|
"@types/node": "^22.15.3",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"prettier": "3.5.3",
|
|
"tw-animate-css": "^1.2.8",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.26.1",
|
|
"vite": "^6.3.1"
|
|
}
|
|
}
|