mirror of https://github.com/YunYouJun/valaxy
29 lines
645 B
JSON
29 lines
645 B
JSON
{
|
|
"name": "valaxy-theme-press",
|
|
"version": "0.19.2",
|
|
"description": "Docs Theme for Valaxy",
|
|
"author": {
|
|
"email": "me@yunyoujun.cn",
|
|
"name": "YunYouJun",
|
|
"url": "https://www.yunyoujun.cn"
|
|
},
|
|
"maintainers": [],
|
|
"homepage": "https://press.valaxy.site",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-press"
|
|
},
|
|
"exports": {
|
|
"./*": "./*"
|
|
},
|
|
"main": "node/index.ts",
|
|
"types": "types/index.d.ts",
|
|
"dependencies": {
|
|
"@docsearch/css": "^3.6.1",
|
|
"@docsearch/js": "^3.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"valaxy": "workspace:*"
|
|
}
|
|
}
|