aboutsummaryrefslogtreecommitdiffstats
path: root/middleware/package.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-01 23:43:22 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-02 01:27:15 -0700
commitc69189dbf844842049ca8a511803da89b5d1d9e9 (patch)
tree88784ff3d0f09ef9dfdbf94c919fd25f93ea4f99 /middleware/package.json
parent63dd4995224db0540be1bca7a8f8d463483f8e43 (diff)
add news feed archival to db
Diffstat (limited to 'middleware/package.json')
-rw-r--r--middleware/package.json49
1 files changed, 24 insertions, 25 deletions
diff --git a/middleware/package.json b/middleware/package.json
index 288c55b..a4446e3 100644
--- a/middleware/package.json
+++ b/middleware/package.json
@@ -1,27 +1,26 @@
{
- "name": "og-cron",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@next/font": "14.2.15",
- "@types/node": "24.0.8",
- "@types/react": "19.1.8",
- "@types/react-dom": "19.1.6",
- "@upstash/redis": "^1.35.0",
- "@vercel/analytics": "^1.5.0",
- "@vercel/og": "^0.6.8",
- "eslint": "9.30.0",
- "eslint-config-next": "15.3.4",
- "global": "^4.4.0",
- "next": "^15.3.4",
- "react": "19.1.0",
- "react-dom": "19.1.0",
- "typescript": "5.8.3"
- }
+ "name": "og-cron",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "@next/font": "14.2.15",
+ "@types/node": "24.0.8",
+ "@types/react": "19.1.8",
+ "@types/react-dom": "19.1.6",
+ "@vercel/analytics": "^1.5.0",
+ "@vercel/og": "^0.6.8",
+ "eslint": "9.30.0",
+ "eslint-config-next": "15.3.4",
+ "global": "^4.4.0",
+ "next": "^15.3.4",
+ "react": "19.1.0",
+ "react-dom": "19.1.0",
+ "typescript": "5.8.3"
+ }
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage