-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 741 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
{
"name": "markdown-wechat",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vp dev",
"build": "vp build",
"preview": "vp preview",
"prepare": "vp config"
},
"dependencies": {
"docx": "^9.5.1",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.4",
"marked": "^17.0.1",
"prismjs": "^1.30.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/vite": "^4.1.18",
"@types/file-saver": "^2.0.7",
"@types/prismjs": "^1.26.5",
"svelte": "^5.55.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "catalog:",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@10.33.0"
}