valaxy/demo/custom/valaxy-theme-custom/package.json

28 lines
602 B
JSON

{
"name": "valaxy-theme-custom",
"version": "0.0.0",
"packageManager": "pnpm@8.15.3",
"author": {
"email": "me@yunyoujun.cn",
"name": "YunYouJun",
"url": "https://www.yunyoujun.cn"
},
"homepage": "https://starter.valaxy.site",
"repository": {
"type": "git",
"url": "https://github.com/YunYouJun/valaxy-theme-starter"
},
"keywords": [
"valaxy",
"theme",
"starter",
"vue"
],
"main": "client/index.ts",
"types": "types/index.d.ts",
"dependencies": {
"@iconify-json/ant-design": "^1.1.15",
"@iconify-json/simple-icons": "^1.1.92"
}
}