-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 859 Bytes
/
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
{
"type": "module",
"scripts": {
"dev": "vitepress dev . --host",
"build": "vitepress build .",
"preview": "vitepress preview .",
"new": "pwsh ./scripts/new-post.ps1"
},
"devDependencies": {
"@giscus/vue": "^2.4.0",
"@types/markdown-it-container": "^2.0.10",
"@types/node": "^20.17.6",
"@types/webfontloader": "^1.6.38",
"@vueuse/core": "^10.11.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.378.0",
"markdown-it-container": "^4.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"medium-zoom": "^1.1.0",
"postcss": "^8.4.49",
"radix-vue": "^1.9.9",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"unocss": "^0.59.4",
"vitepress": "^1.5.0",
"vue": "^3.5.13",
"webfontloader": "^1.6.28"
},
"dependencies": {
"motion": "^11.11.17"
}
}