forked from hychat-mc/hychat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 982 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
{
"dependencies": {
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"@supabase/supabase-js": "^1.29.1",
"consola": "^2.15.3",
"cors": "^2.8.5",
"discord.js": "^13.4.0",
"dotenv": "^10.0.0",
"fastify": "^3.25.3",
"limiter": "^2.1.0",
"mineflayer": "^3.13.1",
"next": "^12.0.7",
"next-seo": "^4.28.1",
"rate-limiter-flexible": "^2.3.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^1.1.2",
"ts-node-dev": "^1.1.8"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/node": "^17.0.5",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.8",
"typescript": "^4.5.4"
}
}