defaultkavy
580ac885de
change: $viewerPanel hide rely to events. change: load post original image file if file is under 5MB. new: $viewerPanel load original file button. change: move switch booru button to $Drawer. new: copy page link button. change: README.md
28 lines
617 B
JSON
28 lines
617 B
JSON
{
|
|
"name": "danbooru-viewer",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"version": "0.7.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"
|
|
}
|
|
} |