-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.15 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
{
"name": "sync-ui",
"version": "1.4.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@giscus/react": "^3.1.0",
"@hugeicons/core-free-icons": "^4.2.0",
"@hugeicons/react": "^1.1.6",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@mui/material": "^9.1.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"axios": "^1.17.0",
"esbuild": "^0.28.0",
"geist": "^1.7.2",
"gray-matter": "^4.0.3",
"mdx-bundler": "^10.1.1",
"motion": "^12.40.0",
"next": "^16.2.9",
"next-mdx-remote": "^6.0.0",
"qss": "^3.0.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-icons": "^5.6.0",
"react-syntax-highlighter": "^16.1.1",
"remark-gfm": "^4.0.1",
"resend": "^6.12.4",
"sonner": "^2.0.7"
},
"overrides": {
"postcss": "latest",
"uuid": "latest",
"js-yaml": "^4.2.0"
},
"devDependencies": {
"patch-package": "^8.0.1"
}
}