valaxy-theme-sakura
Version:
<h1 align="center">valaxy-theme-sakura</h1> <pre align="center"> 一个简单、个性化、可爱的动漫风格博客主题 ❥(ゝω・✿ฺ) </pre>
44 lines • 1.02 kB
JSON
{
"name": "valaxy-theme-sakura",
"version": "0.9.3",
"author": {
"email": "3322543587@qq.com",
"name": "WRXinYue",
"url": "https://wrxinyue.org"
},
"homepage": "https://github.com/WRXinYue/valaxy-theme-sakura",
"repository": {
"type": "git",
"url": "https://github.com/WRXinYue/valaxy-theme-sakura.git"
},
"publishConfig": {
"@wrxinyue:registry": "https://npm.pkg.github.com"
},
"keywords": [
"valaxy",
"theme",
"sakura",
"vue"
],
"main": "client/index.ts",
"types": "types/index.d.ts",
"peerDependencies": {
"valaxy-addon-hitokoto": "^0.0.1",
"valaxy-addon-vercount": "^0.0.5"
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@iconify-json/fa6-solid": "^1.2.3",
"@iconify-json/mdi": "^1.2.3",
"interactjs": "^1.10.27",
"lenis": "^1.2.3",
"typeit": "^8.8.7"
},
"devDependencies": {
"@interactjs/types": "^1.10.27",
"valaxy": "^0.22.13"
},
"scripts": {
"release": "bumpp && npm publish"
}
}