reverting to pre-deployment state

This commit is contained in:
Harivansh Rathi 2024-11-20 02:49:50 -05:00
parent 157c810740
commit b03a78e835
10 changed files with 27 additions and 452 deletions

View file

@ -6,19 +6,14 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
"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",
"react-intersection-observer": "^9.5.2",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"framer-motion": "^10.16.4",
"react-intersection-observer": "^9.5.2"
},
"devDependencies": {
"@types/react": "^18.2.15",
@ -29,4 +24,4 @@
"tailwindcss": "^3.3.3",
"vite": "^4.4.5"
}
}
}