* fix: correct link for Roadmap navigation item * feat: add feature request and projects voting components * fix: correct spelling of 'Certificate' in ProjectsVote component * feat: add Request Feature popup with responsive dialog and drawer components * feat: enhance Header component with mobile menu animations and improved navigation styling * refactor: simplify Header component by removing unused scroll handling and improving mobile menu structure * fix: replace motion span with static span for header underline * fix: update FeatureRequestCTA text for clarity and adjust page layout margins * fix: remove DialogDescription from RequestFeaturePopup and update textarea placeholder for clarity * fix: remove DrawerDescription from RequestFeaturePopup for cleaner UI * fix: remove unused icon exports from icons * fix: replace XIcon with LuX in DialogClose for consistency * fix: remove unused icon export from index for cleaner module structure
31 lines
720 B
JSON
31 lines
720 B
JSON
{
|
|
"name": "@imphnen-frontend-service/shadcn-ui",
|
|
"version": "0.0.1",
|
|
"main": "./index.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.mjs",
|
|
"require": "./index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.503.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-icons": "^5.5.0",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss": "^4.1.4",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^3.25.28"
|
|
},
|
|
"devDependencies": {
|
|
"tw-animate-css": "^1.2.8"
|
|
}
|
|
}
|