This repository has been archived on 2026-03-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
softwareengineering-2-modar.../frontend/package.json
2025-07-19 23:27:46 +02:00

40 lines
1 KiB
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.0.17",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.6.2",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.485.0",
"preact": "^10.26.4",
"preact-iso": "^2.9.1",
"react-day-picker": "^9.8.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.17",
"zod": "^4.0.5"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.1",
"@types/node": "^22.13.14",
"tw-animate-css": "^1.2.5",
"typescript": "~5.7.2",
"vite": "^6.2.0"
}
}