mirror of
https://github.com/srbhr/Resume-Matcher.git
synced 2026-01-15 20:05:56 +00:00
- 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.
21 lines
427 B
JSON
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"
|
|
} |