-
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.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 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": "mdpaper",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@fontsource/noto-serif-sc": "^5.2.9",
"@fontsource/stix-two-math": "^4.5.2",
"@fontsource/stix-two-text": "^5.2.8",
"@iconify/vue": "^4.3.0",
"@vueuse/core": "^14.0.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.7",
"highlight.js": "^11.11.1",
"katex": "^0.16.22",
"markdown-it": "^14.1.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-katex": "^2.0.3",
"markdown-it-link-attributes": "^4.0.1",
"pagedjs": "^0.4.3",
"pinia": "^3.0.3",
"tdesign-vue-next": "^1.16.2",
"vue": "^3.5.25",
"vue-i18n": "^11.1.12"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/tsconfig": "^0.8.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.1.5"
},
"pnpm": {
"overrides": {
"markdown-it-katex>katex": "0.16.33"
}
}
}