This commit is contained in:
decolua
2026-01-05 15:55:56 +07:00
parent eb4c7093a4
commit 23181afb63
4 changed files with 6 additions and 11 deletions
+3 -5
View File
@@ -6,14 +6,12 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build:standalone": "next build && node scripts/prepare-standalone.js",
"start": "next start",
"start:cli": "node bin/cli.js",
"lint": "eslint",
"prepublishOnly": "npm run build:standalone"
"start": "next start"
},
"dependencies": {
"express": "^5.2.1",
"fs": "^0.0.1-security",
"http-proxy-middleware": "^3.0.5",
"lowdb": "^7.0.1",
"next": "^15.2.0",
"node-machine-id": "^1.1.12",