-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 862 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
{
"type": "module",
"scripts": {
"dev": "vitepress dev . --host",
"build": "vitepress build .",
"preview": "vitepress preview .",
"new": "node scripts/new-post.js"
},
"devDependencies": {
"@css-render/vue3-ssr": "^0.15.12",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@giscus/vue": "^2.4.0",
"@mdi/font": "^7.4.47",
"@types/markdown-it-container": "^2.0.10",
"@types/node": "^20.12.8",
"@types/webfontloader": "^1.6.38",
"js-convert-case": "^4.2.0",
"markdown-it-container": "^4.0.0",
"medium-zoom": "^1.1.0",
"naive-ui": "^2.38.2",
"sass": "^1.76.0",
"vitepress": "^1.1.4",
"vue": "^3.4.26",
"webfontloader": "^1.6.28"
}
}