on page / : grid of 6 random images
Co-authored-by: Avior <github@avior.me>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user