defaultkavy
dc176f4e83
change - depart PostManager methods from $PostGrid. new - navigation posts on post page. optimize - fetch fewer tags when tags is cached. change - Post.file_url and Post.file_url$ can be undefined. change: $PostTile need $PostGrid as params when construct. change: post page viewer $img will load preview image first. change: post page become non-static page.
28 lines
618 B
JSON
28 lines
618 B
JSON
{
|
|
"name": "danbooru-viewer",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"version": "0.11.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"
|
|
}
|
|
} |