mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"version": "0.8.5-alpha.0",
|
|
"name": "laf-docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "npm run dev",
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"serve": "vitepress serve",
|
|
"docs:deploy": "npm run build && sh ./deploy.sh",
|
|
"docker-build": "docker build -t lafyun/docs:latest ."
|
|
},
|
|
"dependencies": {
|
|
"vitepress": "^1.0.0-alpha.4"
|
|
}
|
|
}
|