-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
102 lines (102 loc) · 3.04 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
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "modded-wiki",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate --no-engine"
},
"type": "module",
"dependencies": {
"@badgateway/oauth2-client": "^2.4.2",
"@hookform/resolvers": "^3.9.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@nimpl/getters": "^1.4.1",
"@prisma/client": "^5.19.1",
"@prisma/extension-accelerate": "^1.1.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@south-paw/typeface-minecraft": "^1.0.0",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.3.1",
"@vercel/postgres": "^0.9.0",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"country-flag-icons": "^1.5.13",
"date-fns": "^3.6.0",
"directory-tree": "^3.5.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"hast-util-heading-rank": "^3.0.0",
"json-schema-library": "^10.0.0-rc2",
"lodash": "^4.17.21",
"lucide-react": "^0.427.0",
"mdast-util-to-string": "^4.0.0",
"next": "14.2.5",
"next-auth": "^5.0.0-beta.20",
"next-intl": "^3.24.0",
"next-mdx-remote": "^5.0.0",
"next-nprogress-bar": "^2.3.13",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.15",
"normalize-url": "^8.0.1",
"octokit": "^4.0.2",
"prisma": "^5.19.1",
"prisma-extension-pagination": "^0.7.4",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.2",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"sharp": "^0.33.5",
"shiki": "^1.16.2",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-debounce": "^10.0.2",
"vfile-matter": "^5.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@shikijs/rehype": "^1.16.2",
"@tailwindcss/typography": "^0.5.14",
"@types/lodash": "^4.17.9",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}