mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-15 09:01:17 +00:00
deployment changes
This commit is contained in:
parent
4f7a9b0042
commit
08ca1c6499
3 changed files with 340 additions and 24 deletions
|
|
@ -9,11 +9,14 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"framer-motion": "^10.16.4",
|
||||
"gh-pages": "^6.2.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-icons": "^4.11.0",
|
||||
"framer-motion": "^10.16.4",
|
||||
"react-intersection-observer": "^9.5.2"
|
||||
"react-intersection-observer": "^9.5.2",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.15",
|
||||
|
|
@ -24,4 +27,4 @@
|
|||
"tailwindcss": "^3.3.3",
|
||||
"vite": "^4.4.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue