ViralClipFactory / frontend /package.json
Alpha123B's picture
Add frontend package.json
131c976 verified
Raw
History Blame Contribute Delete
637 Bytes
{
"name": "viralclipfactory-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"axios": "^1.7.7",
"framer-motion": "^11.5.4",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"vite": "^5.4.3"
}
}