-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 877 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 877 Bytes
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
{
"name": "md2doc",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"markdown-it": "^14.1.0",
"highlight.js": "^11.11.1",
"html2pdf.js": "^0.10.2",
"docx": "^9.4.1",
"zustand": "^5.0.3",
"lucide-react": "^0.474.0",
"file-saver": "^2.0.5",
"mermaid": "^11.12.3",
"@vscode/markdown-it-katex": "^1.1.2",
"katex": "^0.16.21"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/markdown-it": "^14.1.2",
"@types/file-saver": "^2.0.7",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.0",
"vite": "^6.2.0",
"tailwindcss": "^4.0.0",
"@tailwindcss/vite": "^4.0.0"
}
}