-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.3.1",
"@codemirror/view": "^6.34.2",
"@types/next-auth": "^3.13.0",
"@uiw/react-codemirror": "^4.23.6",
"@visx/group": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"@visx/visx": "^3.12.0",
"dompurify": "^3.1.7",
"github-markdown-css": "^5.7.0",
"katex": "^0.16.11",
"mongodb": "^6.9.0",
"next": "^15.0.3",
"next-auth": "^4.24.8",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"turndown": "^7.2.0",
"uuid": "^10.0.0",
"victory": "^37.2.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/turndown": "^5.0.5",
"@types/uuid": "^10.0.0",
"typescript": "^5"
}
}