on page / : grid of 6 random images

Co-authored-by: Avior <github@avior.me>
This commit is contained in:
2023-02-14 11:51:16 +01:00
parent 4b7f0b4e3c
commit abf3f90f56
20 changed files with 775 additions and 245 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"start": "node ./dist/index.js",
"build": "tsc --project tsconfig.json",
"dev": "ts-node src/index.ts",
"dev": "ts-node-dev src/index.tsx",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -25,15 +25,21 @@
"express-handlebars": "^6.0.7",
"jimp": "^0.16.2",
"js-sha1": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reakt": "^0.0.5",
"serve-static": "^1.15.0",
"spark-md5": "^3.0.2"
},
"devDependencies": {
"@dzeio/config": "^1.1.8",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.33.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
}
}