mirror of https://github.com/YunYouJun/valaxy
32 lines
765 B
JSON
32 lines
765 B
JSON
{
|
|
"name": "valaxy-theme-yun",
|
|
"version": "0.18.1",
|
|
"author": {
|
|
"email": "me@yunyoujun.cn",
|
|
"name": "YunYouJun",
|
|
"url": "https://www.yunyoujun.cn"
|
|
},
|
|
"homepage": "https://yun.valaxy.site",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun"
|
|
},
|
|
"exports": {
|
|
"./theme": "./types/index.d.ts",
|
|
"./*": "./*"
|
|
},
|
|
"main": "index.ts",
|
|
"module": "index.ts",
|
|
"dependencies": {
|
|
"@explosions/fireworks": "^0.0.2",
|
|
"@iconify-json/ant-design": "^1.1.15",
|
|
"@iconify-json/simple-icons": "^1.1.92",
|
|
"animejs": "^3.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/animejs": "^3.1.12",
|
|
"valaxy": "workspace:*",
|
|
"valaxy-addon-waline": "workspace:*"
|
|
}
|
|
}
|