-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 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
{
"name": "markdown-render",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@fileforge/react-print": "^0.1.150",
"@hpcc-js/wasm": "^2.26.1",
"@tailwindcss/vite": "^4.1.12",
"@vercel/analytics": "^1.5.0",
"d3": "^7.9.0",
"d3-graphviz": "^5.6.0",
"daisyui": "^5.1.6",
"github-markdown-css": "^5.8.1",
"katex": "^0.16.22",
"mermaid": "^11.10.1",
"next": "15.5.2",
"prismjs": "^1.30.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-ga4": "^2.1.0",
"react-icons": "^5.5.0",
"react-katex": "^3.1.0",
"react-markdown": "^10.1.0",
"react-to-print": "^3.1.1",
"rehype-katex": "^7.0.1",
"rehype-prism-plus": "^2.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"viz.js": "^2.1.2",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"tailwindcss": "^4.1.12"
}
}