mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 08:45:55 +00:00
30 lines
692 B
JSON
30 lines
692 B
JSON
{
|
|
"name": "dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"react-dom": "19.0.0-rc-69d4b800-20241021"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.0.1",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|