You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
425 B
JSON
20 lines
425 B
JSON
1 year ago
|
{
|
||
|
"name": "custom-vitepress-theme-demo",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"dev": "vitepress dev --host 0.0.0.0",
|
||
|
"build": "vitepress build "
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@types/node": "^18.15.11",
|
||
|
"markdown-from-posts": "^1.0.5",
|
||
|
"vitepress": "1.0.0-alpha.64",
|
||
|
"ppst-vitepress-theme": "^0.0.2"
|
||
|
}
|
||
|
}
|