aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-26 10:41:50 +0530
committerreal-zephex <[email protected]>2024-03-26 10:41:50 +0530
commita34ff87a7e2237217151dcdee37bae94d0ea6f2a (patch)
treed24f22c56a3d496aa76fc1245f0f21b9d18e8adb /package.json
parentfix: small css fix (diff)
downloaddramalama-a34ff87a7e2237217151dcdee37bae94d0ea6f2a.tar.xz
dramalama-a34ff87a7e2237217151dcdee37bae94d0ea6f2a.zip
changed the hosting for the image proxy
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json
index 8a63f0f..18f03ec 100644
--- a/package.json
+++ b/package.json
@@ -13,19 +13,21 @@
"@vercel/postgres": "^0.7.2",
"@vercel/speed-insights": "^1.0.10",
"@vidstack/react": "^1.10.9",
+ "child_process": "^1.0.2",
"hls.js": "^1.5.7",
"media-icons": "^1.1.2",
- "next": "14.1.3",
- "react": "^18",
- "react-dom": "^18",
+ "next": "^14.1.4",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-player": "^2.15.1",
- "react-router-dom": "^6.22.3"
+ "react-router-dom": "^6.22.3",
+ "say": "^0.16.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"eslint": "^8",
- "eslint-config-next": "14.1.3"
+ "eslint-config-next": "^14.1.4"
}
}