-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.96 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.96 KB
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
91
92
93
94
95
96
97
98
99
100
{
"name": "moddermore",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"check": "tsc -noEmit",
"format": "prettier --write .",
"format:check": "prettier --check .",
"utils:minecraftVersions": "node scripts/updateVersions.js"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@date-fns/utc": "^2.1.1",
"@iarna/toml": "^2.2.5",
"@next-auth/mongodb-adapter": "^1.1.3",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"fast-xml-parser": "^5.7.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-react": "^1.9.0",
"nanoid": "^5.1.9",
"next": "^16.2.4",
"next-auth": "^4.24.14",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-markdown": "^10.1.0",
"shadcn": "^4.4.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"valibot": "1.3.1"
},
"devDependencies": {
"@aws-sdk/credential-provider-web-identity": "^3.972.34",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@next/bundle-analyzer": "^16.2.4",
"@next/eslint-plugin-next": "^16.2.4",
"@ryanccn/eslint-config": "^0.5.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/typography": "^0.5.19",
"@types/file-saver": "^2.0.7",
"@types/node": "25.6.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@upstash/ratelimit": "^2.0.8",
"@vercel/functions": "^3.4.4",
"@vercel/kv": "^3.0.0",
"discord-api-types": "^0.38.47",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-unicorn": "^64.0.0",
"globals": "^17.5.0",
"gray-matter": "^4.0.3",
"image-size": "^2.0.2",
"kleur": "^4.1.5",
"mongodb": "^7.2.0",
"node-fetch": "^3.3.2",
"nodemailer": "^8.0.5",
"p-limit": "^7.3.0",
"postcss": "^8.5.10",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.3",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
"unified": "^11.0.5"
},
"pnpm": {
"patchedDependencies": {
"@next-auth/mongodb-adapter@1.1.3": "patches/@next-auth__mongodb-adapter@1.1.3.patch"
},
"onlyBuiltDependencies": [
"esbuild",
"msw",
"sharp",
"unrs-resolver"
]
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}