Add LinkedUp/Lynkedup technologies website

Next.js app with pages, components, styles, and public assets.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-20 20:22:03 +05:30
parent e2ea3a4894
commit c8a8b5a3e1
215 changed files with 13388 additions and 777 deletions
+9 -3
View File
@@ -9,18 +9,24 @@
"lint": "eslint"
},
"dependencies": {
"aos": "^2.3.4",
"bootstrap": "^5.3.8",
"gsap": "^3.15.0",
"lucide-react": "^1.16.0",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"swiper": "^12.1.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/aos": "^3.0.7",
"@types/bootstrap": "^5.2.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"sass": "^1.99.0",
"typescript": "^5"
}
}