Files
Goutam c8a8b5a3e1 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>
2026-07-20 20:22:03 +05:30

33 lines
684 B
JSON

{
"name": "linkedup",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"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",
"swiper": "^12.1.4"
},
"devDependencies": {
"@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",
"sass": "^1.99.0",
"typescript": "^5"
}
}