mirror of
https://github.com/harivansh-afk/React-Portfolio.git
synced 2026-04-15 12:03:52 +00:00
chore: Enhance app structure by removing routing and social icons components. Implement full-page scrolling with section navigation. Update package dependencies and add new project details to content options.
This commit is contained in:
parent
c73262065d
commit
4ffb2ffc07
20 changed files with 19963 additions and 1775 deletions
17
package.json
17
package.json
|
|
@ -3,16 +3,26 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@studio-freight/lenis": "^1.0.42",
|
||||
"@types/node": "^22.13.10",
|
||||
"@types/react": "^19.0.11",
|
||||
"bootstrap": "^5.2.3",
|
||||
"clsx": "^2.1.1",
|
||||
"emailjs-com": "^3.2.0",
|
||||
"framer-motion": "^12.5.0",
|
||||
"react": "^18.2.0",
|
||||
"react-bootstrap": "^2.7.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-helmet-async": "^1.0.7",
|
||||
"react-icons": "^4.1.0",
|
||||
"react-icons": "^4.12.0",
|
||||
"react-intersection-observer": "^9.16.0",
|
||||
"react-router-dom": "^6.6.2",
|
||||
"react-scripts": "^5.0.1",
|
||||
"react-transition-group": "^4.4.2",
|
||||
"remixicon": "^4.6.0",
|
||||
"remixicon-react": "^1.0.0",
|
||||
"tailwind-merge": "^3.0.2",
|
||||
"typescript": "^5.8.2",
|
||||
"typewriter-effect": "^2.18.2",
|
||||
"web-vitals": "^3.1.1"
|
||||
},
|
||||
|
|
@ -41,5 +51,10 @@
|
|||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.21",
|
||||
"postcss": "^8.5.3",
|
||||
"tailwindcss": "^4.0.14"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue