mirror of
https://github.com/labring/laf.git
synced 2025-12-08 20:26:22 +00:00
18 lines
690 B
JSON
18 lines
690 B
JSON
{
|
|
"version": "1.0.0-beta.1",
|
|
"name": "laf-docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "npm run dev",
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build && npm run after-build",
|
|
"serve": "vitepress serve",
|
|
"after-build": "sed -i -e \"s@</body>@<div style='font-size: 14px; padding-bottom: 30px; color: darkblue;text-align: center;'><a href='https://beian.miit.gov.cn/' target='_blank'>浙ICP备2022023216号</a></div></body>@g\" ./.vitepress/dist/index.html",
|
|
"docs:deploy": "npm run build && sh ./deploy.sh",
|
|
"docker-build": "docker build --platform linux/amd64 -t lafyun/docs:latest ."
|
|
},
|
|
"dependencies": {
|
|
"vitepress": "^1.0.0-alpha.29"
|
|
}
|
|
}
|