danbooru-viewer/package.json
defaultkavy 1a6d0e580f
v0.3.1
fix: jumping scroll when open page.
new: new FileType 'webp'.
change: $PostGrid get posts limit change to 100 post per time.
new: sound icon come out beside on video duration if video has sound.
fix: image too big when new posts insert to $PostGrid, disable loading post's transition.
new: mouse hover/down or touch on $PostTile have scale transition.
change: $PostTile video detail color change to dark theme.
change: Post all $State property have a loading string.
new: Post.ready will return Promise when post data is fetched.
new: Post.hasSound, Post.previewURL
optimize: post_route get Post and fetching.
fix: post page video size will be clarify when rendered.
2024-10-06 15:07:48 +08:00

19 lines
396 B
JSON

{
"name": "danbooru-viewer",
"module": "index.ts",
"type": "module",
"version": "0.3.1",
"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"
}
}