mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
ReadMe
This commit is contained in:
+3
-5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user