-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "mcdreforged-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^7.15.1",
"@mantine/hooks": "^7.15.1",
"@mantine/nprogress": "^7.15.1",
"@next/bundle-analyzer": "15.1.2",
"@tabler/icons-react": "^3.26.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"github-markdown-css": "^5.8.1",
"hast-util-from-html": "^2.0.3",
"highlight.js": "^11.11.0",
"mermaid": "^11.4.1",
"next": "15.1.2",
"next-intl": "3.26.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.17",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}