Files
Resume-Matcher/apps/frontend/components.json
srbhr 03218f6c0f feat: initialize frontend application with Next.js and Tailwind CSS
- Added package.json for frontend with necessary dependencies and scripts.
- Created postcss.config.mjs for Tailwind CSS integration.
- Added tailwind.config.js for custom Tailwind CSS configuration.
- Included TypeScript configuration in tsconfig.json.
- Added a sample video file for the frontend.
- Updated root package.json to include installation scripts for frontend and backend.
- Created setup.sh script for automated setup of the project environment.
2025-05-25 03:32:03 +05:30

21 lines
427 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "app/css/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}