discord-multipurpose-bot/dashboard/package.json

31 lines
692 B
JSON
Raw Normal View History

{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-10-29 13:00:28 +00:00
"@types/next-auth": "^3.13.0",
"axios": "^1.7.7",
"mongodb": "^6.10.0",
"next": "15.0.1",
"next-auth": "^4.24.10",
"react": "19.0.0-rc-69d4b800-20241021",
2024-10-29 13:00:28 +00:00
"react-dom": "19.0.0-rc-69d4b800-20241021"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-10-29 13:00:28 +00:00
"eslint": "^8",
"eslint-config-next": "15.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
2024-10-29 13:00:28 +00:00
"typescript": "^5"
}
}