mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-08-12 18:55:27 +00:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "sarlink-portal",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@faker-js/faker": "^9.3.0",
|
|
"@hookform/resolvers": "^5.1.1",
|
|
"@pyncz/tailwind-mask-image": "^2.0.0",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@tanstack/react-query": "^5.61.4",
|
|
"axios": "^1.8.4",
|
|
"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",
|
|
"input-otp": "^1.4.2",
|
|
"jotai": "2.8.0",
|
|
"lucide-react": "^0.523.0",
|
|
"millify": "^6.1.0",
|
|
"moment": "^2.30.1",
|
|
"motion": "^12.15.0",
|
|
"next": "15.3.3",
|
|
"next-auth": "^4.24.11",
|
|
"next-themes": "^0.4.6",
|
|
"nextjs-toploader": "^3.7.15",
|
|
"nuqs": "^2.4.3",
|
|
"radix-ui": "^1.4.2",
|
|
"react": "19.1.0",
|
|
"react-aria-components": "^1.5.0",
|
|
"react-day-picker": "^9.7.0",
|
|
"react-dom": "19.1.0",
|
|
"react-hook-form": "^7.58.1",
|
|
"react-phone-number-input": "^3.4.9",
|
|
"react-resizable-panels": "^3.0.3",
|
|
"recharts": "^3.0.0",
|
|
"sonner": "^2.0.5",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^3.25.67"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.0.6",
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
"@typescript-eslint/parser": "^8.35.0",
|
|
"eslint": "^9.29.0",
|
|
"eslint-config-next": "15.1.2",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.11",
|
|
"tailwindcss-motion": "^1.1.0",
|
|
"ts-node": "^10.9.2",
|
|
"tw-animate-css": "^1.3.4",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|