danbooru-viewer/package.json
defaultkavy d6be4c0c62
v0.9.0
- change: document element scroll behavior smooth.
- new: hotkey supported:
  - browser navigation back and forward.
  - post grid navigation.
  - post favorites.
2024-10-17 11:43:21 +08:00

28 lines
617 B
JSON

{
"name": "danbooru-viewer",
"module": "index.ts",
"type": "module",
"version": "0.9.0",
"scripts": {
"dev": "bun x vite",
"build": "bun x vite build",
"start": "bun server.ts"
},
"devDependencies": {
"@types/bun": "latest",
"vite": "^5.4.8",
"sass": "^1.77.1",
"elexis": "../elexis",
"@elexis/layout": "../elexis-ext/layout",
"@elexis/router": "../elexis-ext/router"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@elysiajs/cors": "^1.1.1",
"@elysiajs/html": "^1.1.1",
"cheerio": "^1.0.0",
"elysia": "^1.1.20"
}
}