77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"name": "care_abdm_fe",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"start": "vite build --watch & vite preview --port 5173",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.0",
|
|
"@hookform/resolvers": "^3.10.0",
|
|
"@pnotify/core": "^5.2.0",
|
|
"@pnotify/mobile": "^5.2.0",
|
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
"@radix-ui/react-dialog": "^1.1.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
"@radix-ui/react-label": "^2.1.1",
|
|
"@radix-ui/react-popover": "^1.1.4",
|
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
"@radix-ui/react-select": "^2.1.4",
|
|
"@radix-ui/react-separator": "^1.1.1",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
"@radix-ui/react-toast": "^1.2.4",
|
|
"@radix-ui/react-tooltip": "^1.1.6",
|
|
"@tanstack/react-query": "^5.62.8",
|
|
"@yudiel/react-qr-scanner": "^2.1.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"date-fns": "^3.6.0",
|
|
"dayjs": "^1.11.13",
|
|
"hi-profiles": "^1.1.0",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^0.468.0",
|
|
"next-themes": "^0.4.4",
|
|
"qrcode.react": "^4.2.0",
|
|
"raviger": "^4.1.2",
|
|
"react": "^18.3.1",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-i18next": "^15.2.0",
|
|
"sonner": "^1.7.2",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.15.0",
|
|
"@originjs/vite-plugin-federation": "^1.3.6",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@tanstack/eslint-plugin-query": "^5.62.1",
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"globals": "^15.12.0",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.16",
|
|
"typescript": "~5.6.2",
|
|
"typescript-eslint": "^8.15.0",
|
|
"vite": "^6.0.1"
|
|
}
|
|
}
|