QuizFrog/frontend/package.json

33 lines
733 B
JSON

{
"name": "quizfrog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^14.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"@tanstack/react-query": "^5.0.0",
"axios": "^1.7.0",
"react-dropzone": "^14.2.0",
"framer-motion": "^11.0.0",
"react-hot-toast": "^2.4.0",
"date-fns": "^3.6.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"typescript": "^5.4.0",
"@types/node": "^20.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.0",
"autoprefixer": "^10.4.0"
}
}