You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
257 B
12 lines
257 B
{
|
|
"private": true,
|
|
"name": "@princess-ui/docs",
|
|
"scripts": {
|
|
"dev": "vitepress-fc dev . --port=3388",
|
|
"build": "vitepress-fc build .",
|
|
"serve": "vitepress-fc serve ."
|
|
},
|
|
"dependencies": {
|
|
"vitepress-for-component": "^0.17.1"
|
|
}
|
|
}
|
|
|