MINGLEHUB / package.json
VISHAL18for4's picture
Upload package.json
eef9aea verified
raw
history blame contribute delete
772 Bytes
{
"name": "minglehub",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build",
"start": "tsx server.ts",
"preview": "vite preview",
"lint": "tsc --noEmit"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"@vitejs/plugin-react": "^5.0.4",
"express": "^4.21.2",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"vite": "^6.2.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.14.0",
"autoprefixer": "^10.4.21",
"tailwindcss": "^4.1.14",
"tsx": "^4.21.0",
"typescript": "~5.8.2"
}
}