Files
pacs-landing/package.json
asif 38764f2ed1 Initial commit: Complete PACS landing page
- Implemented React + Vite + Tailwind CSS setup
- Created responsive landing page for Palhara SKUS Primary Agriculture Credit Society
- Added hero carousel with 4 slides showcasing schemes
- Built services section with 6 service cards
- Implemented interactive revenue charts with dummy data
- Added FAQ section with accordion functionality
- Created complaint form UI
- Built comprehensive footer with links and contacts
- Configured custom theme colors (green, yellow, orange)
- Added Framer Motion animations throughout
- Implemented fully responsive design for mobile, tablet, and desktop
2025-11-26 12:01:39 +05:30

34 lines
788 B
JSON

{
"name": "pacs_landing",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"framer-motion": "^12.23.24",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"recharts": "^3.4.1",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"vite": "^7.2.4"
}
}