-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.72 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.72 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
{
"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.6.0",
"@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.4.0",
"fast-xml-parser": "^5.9.3",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-react": "^1.24.0",
"nanoid": "^5.1.16",
"next": "^16.2.10",
"next-auth": "^4.24.14",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.2",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-markdown": "^10.1.0",
"shadcn": "^4.13.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"valibot": "1.4.2"
},
"devDependencies": {
"@aws-sdk/credential-provider-web-identity": "^3.972.63",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@next/bundle-analyzer": "^16.2.10",
"@next/eslint-plugin-next": "^16.2.10",
"@ryanccn/eslint-config": "^0.5.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.3.2",
"@tailwindcss/typography": "^0.5.20",
"@types/file-saver": "^2.0.7",
"@types/node": "25.9.3",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@upstash/ratelimit": "^2.0.8",
"@vercel/functions": "^3.7.5",
"@vercel/kv": "^3.0.0",
"discord-api-types": "^0.38.49",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-unicorn": "^64.0.0",
"globals": "^17.7.0",
"gray-matter": "^4.0.3",
"image-size": "^2.0.2",
"kleur": "^4.1.5",
"mongodb": "^7.5.0",
"node-fetch": "^3.3.2",
"nodemailer": "^8.0.11",
"p-limit": "^7.3.0",
"postcss": "^8.5.16",
"prettier": "^3.9.5",
"prettier-plugin-tailwindcss": "^0.8.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"tailwindcss": "^4.3.0",
"tsx": "^4.23.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.63.0",
"unified": "^11.0.5"
},
"packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215"
}