mirror of
https://github.com/sendevia/website.git
synced 2026-03-05 23:32:45 +08:00
25 lines
684 B
JSON
25 lines
684 B
JSON
{
|
|
"version": "26.2.8(281)",
|
|
"scripts": {
|
|
"update-version": "bash ./scripts/update-version.sh",
|
|
"docs:dev": "vitepress dev",
|
|
"docs:build": "vitepress build",
|
|
"docs:build-cf": "git fetch --unshallow && vitepress build",
|
|
"docs:preview": "vitepress preview"
|
|
},
|
|
"dependencies": {
|
|
"@material/material-color-utilities": "^0.3.0",
|
|
"@vueuse/core": "^14.2.0",
|
|
"pinia": "^3.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@mdit/plugin-align": "^0.23.1",
|
|
"@mdit/plugin-footnote": "^0.22.4",
|
|
"@mdit/plugin-tasklist": "^0.22.3",
|
|
"markdown-it-anchor": "^9.2.0",
|
|
"sass-embedded": "^1.97.3",
|
|
"vitepress": "^2.0.0-alpha.16",
|
|
"vue": "^3.5.28"
|
|
}
|
|
}
|