deployment changes

This commit is contained in:
Harivansh Rathi 2024-11-18 22:35:46 -05:00
parent 4f7a9b0042
commit 08ca1c6499
3 changed files with 340 additions and 24 deletions

View file

@ -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"
}
}
}