-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
90 lines (90 loc) · 2.79 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "moddermore",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc -noEmit && eslint .",
"format": "prettier --write .",
"utils:minecraftVersions": "node scripts/updateVersions.js"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@next-auth/mongodb-adapter": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@tremor/react": "^3.18.3",
"class-variance-authority": "^0.7.0",
"date-fns": "^4.1.0",
"fast-xml-parser": "^4.5.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-react": "^0.454.0",
"nanoid": "^5.0.8",
"next": "^15.0.2",
"next-auth": "^4.24.10",
"next-mdx-remote": "^5.0.0",
"next-plausible": "^3.12.2",
"next-themes": "^0.3.0",
"nextjs-progressbar": "^0.0.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.5.4",
"valibot": "1.0.0-beta.0"
},
"devDependencies": {
"@aws-sdk/credential-provider-web-identity": "^3.679.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@next/bundle-analyzer": "^15.0.2",
"@next/eslint-plugin-next": "^15.0.2",
"@ryanccn/eslint-config": "^0.4.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/file-saver": "^2.0.7",
"@types/node": "22.8.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@upstash/ratelimit": "^2.0.4",
"@vercel/functions": "^1.5.0",
"@vercel/kv": "^3.0.0",
"autoprefixer": "^10.4.20",
"discord-api-types": "^0.37.103",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.11.0",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"kleur": "^4.1.5",
"mongodb": "^6.10.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.16",
"p-limit": "^6.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"unified": "^11.0.5"
},
"pnpm": {
"patchedDependencies": {
"@next-auth/[email protected]": "patches/@[email protected]"
}
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}