-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 812 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"devDependencies": {
"@shikijs/transformers": "^3.22.0",
"mermaid": "^11.12.3",
"vitepress": "^1.6.4",
"vitepress-theme-teek": "^1.5.4"
},
"scripts": {
"docs:dev": "./script/download_weblate_translation.sh && vitepress dev --host 0.0.0.0",
"docs:build": "./script/download_weblate_translation.sh && git fetch --depth=10000 && vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/vue-fontawesome": "^3.1.3",
"vitepress-plugin-legend": "^1.3.0",
"vue-sse": "^2.5.2"
}
}