-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1001 Bytes
/
package.json
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
38
39
{
"name": "elizadiscordbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"bot": "ts-node scripts/start-bot.ts",
"bot:dev": "nodemon -x ts-node scripts/start-bot.ts"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"bufferutil": "^4.0.8",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"erlpack": "^0.1.4",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"twitter-api-v2": "^1.18.2",
"utf-8-validate": "^6.0.5",
"webpack": "^5.96.1",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@types/node": "^20.17.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/webpack": "^5.28.5",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"nodemon": "^3.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}