mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-07-07 18:50:15 +00:00
7abd9fe310
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "tinyauth",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"tsc": "tsc -b"
|
|
},
|
|
"packageManager": "pnpm@11.1.2",
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.4.0",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.19",
|
|
"@radix-ui/react-label": "^2.1.11",
|
|
"@radix-ui/react-select": "^2.3.2",
|
|
"@radix-ui/react-separator": "^1.1.11",
|
|
"@radix-ui/react-slot": "^1.3.0",
|
|
"@tailwindcss/vite": "^4.3.2",
|
|
"@tanstack/react-query": "^5.101.2",
|
|
"axios": "^1.18.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"i18next": "^26.3.4",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"lucide-react": "^1.23.0",
|
|
"next-themes": "^0.4.6",
|
|
"radix-ui": "^1.6.1",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-hook-form": "^7.81.0",
|
|
"react-i18next": "^17.0.8",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router": "^7.14.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.3.2",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@tanstack/eslint-plugin-query": "^5.101.2",
|
|
"@types/node": "^25.6.0",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"eslint": "^10.6.0",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
"globals": "^17.7.0",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~6.0.2",
|
|
"typescript-eslint": "^8.62.1",
|
|
"vite": "^8.1.3"
|
|
}
|
|
}
|