danbooru-viewer/package.json
defaultkavy 86c2d5aa9f
v0.3.3
update: $Router package.
new: open in original site button.
change: searchbar input background remove transparency.
change: post page video player disable picture in picture.
new: post page sidebar detail add copy file link button and copy webm link button.
new: ugoria format will show icon on $PostTile.
new: $IconButton
new: Post.isUgoria
2024-10-06 18:00:35 +08:00

19 lines
396 B
JSON

{
"name": "danbooru-viewer",
"module": "index.ts",
"type": "module",
"version": "0.3.3",
"devDependencies": {
"@types/bun": "latest",
"vite": "^5.4.8"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@elexis/layout": "../elexis-ext/layout",
"@elexis/router": "../elexis-ext/router",
"elexis": "../elexis",
"sass": "^1.77.1"
}
}