-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "mcstatus-next",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev -p 6969",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@minescope/mineping": "^1.4.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"@upstash/ratelimit": "^1.1.3",
"daisyui": "^4.10.2",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"superjson": "2.2.1",
"zod": "^3.23.5"
},
"devDependencies": {
"@biomejs/biome": "^1.7.2",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.21",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"ct3aMetadata": {
"initVersion": "7.13.0"
}
}