-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "dro-magic-discord-bot",
"version": "1.0.0",
"private": "false",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"bot": "node ./app/bot/index.js",
"test-bot": "node ./app/bot/test/index.js"
},
"dependencies": {
"@auth/prisma-adapter": "^2.10.0",
"@heroicons/react": "^2.2.0",
"@prisma/client": "^6.16.1",
"@tailwindcss/forms": "^0.5.10",
"autoprefixer": "^10.4.21",
"axios": "^1.12.1",
"bcrypt": "^6.0.0",
"discord.js": "^14.22.1",
"dotenv": "^17.2.2",
"next": "^15.5.3",
"next-auth": "^4.24.11",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hot-toast": "^2.6.0",
"sass": "^1.92.1",
"supports-color": "^10.2.2",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.13",
"prisma": "^6.16.1"
}
}