* chore: cleanup nextjs project * feat(shadcn-ui): initialize shadcn ui libs * feat: update landing app with shadcnI integration * feat: add path mapping for shadcn-ui atoms in tsconfig * feat: remove unused tw-animate-css import * feat: migrate header component * feat: migrate hero component * feat: migrate features component * feat: migrate community component * feat: migrate learning resources component * feat: migrate testimonials component * feat: migrate call to action component * feat: migrate footer component * feat: migrate simple theme switcher component * feat: update dependencies in package.json and package-lock.json * chore: add tailwind-animate-css package * feat: initialize index file to export atoms * chore: remove pnpm, accidentally added out of habit
26 lines
565 B
JSON
26 lines
565 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": {
|
|
"@radix-ui/react-slot": "^1.2.0",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.503.0",
|
|
"react-icons": "^5.5.0",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss": "^4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"tw-animate-css": "^1.2.8"
|
|
}
|
|
}
|