-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.61 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
{
"name": "next-markdown-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5173",
"build": "next build",
"start": "next start -p 5173",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^14.2.13",
"@p5-wrapper/react": "^4.4.2",
"@tailwindcss/typography": "^0.5.15",
"chart.js": "^4.4.4",
"comlink": "^4.4.1",
"daisyui": "^4.12.10",
"fuse.js": "^7.0.0",
"hastscript": "^9.0.0",
"js-yaml": "^4.1.0",
"mermaid": "^10.9.1",
"next": "^14.2.13",
"next-auth": "^5.0.0-beta.21",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-image-gallery": "^1.3.0",
"react-kawaii": "^0.18.0",
"react-markdown": "^9.0.1",
"react-qr-code": "^2.0.15",
"react-scroll-to-top": "^3.0.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-document": "^7.0.3",
"rehype-katex": "^7.0.1",
"rehype-mdx-code-props": "^3.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-breaks": "^4.0.0",
"remark-collapse": "^0.1.2",
"remark-definition-list": "^2.0.0",
"remark-directive": "^3.0.0",
"remark-emoji": "^4.0.1",
"remark-flexible-markers": "^1.2.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-images": "^4.1.0",
"remark-ins": "^1.1.0",
"remark-math": "^6.0.0",
"remark-rehype": "^11.1.1",
"remark-supersub": "^1.0.0",
"remark-toc": "^9.0.0",
"remark-unwrap-images": "^4.0.0",
"request": "^2.88.2",
"sharp": "^0.33.5",
"sort-paths": "^1.1.1",
"strip-markdown": "^6.0.0"
},
"devDependencies": {
"@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9",
"@types/mdast": "^4.0.4",
"@types/node": "^20.16.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react-image-gallery": "^1.2.4",
"@types/react-kawaii": "^0.17.3",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}