SocialShare / frontend /package.json
NitinBot002's picture
Initial commit with all project files
f4854a1
{
"name": "socialshare",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 7860 --host",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.15.0",
"firebase": "^12.12.0",
"framer-motion": "^12.38.0",
"react": "^19.2.4",
"react-countup": "^6.5.3",
"react-dom": "^19.2.4",
"react-helmet-async": "^3.0.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.6.0",
"react-intersection-observer": "^10.0.3",
"react-router-dom": "^7.14.1",
"swiper": "^12.1.3"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@tailwindcss/vite": "^4.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"tailwindcss": "^4.2.2",
"vite": "^8.0.4"
}
}