feat: Load statis schedule
This commit is contained in:
@@ -10,9 +10,12 @@
|
||||
"test": "node tests/test.js",
|
||||
"start": "concurrently \"node server.js\" \"node cron-runner.js\"",
|
||||
"build": "cd web && hugo --gc --minify",
|
||||
"dev-web": "cd web && hugo serve"
|
||||
"dev-web": "cd web && hugo serve",
|
||||
"setup-static": "node scripts/loadstaticschedule.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.13.4",
|
||||
"axios-cookiejar-support": "^6.0.5",
|
||||
"body-parser": "^2.2.0",
|
||||
"cheerio": "^1.1.2",
|
||||
"concurrently": "^9.2.0",
|
||||
@@ -21,6 +24,8 @@
|
||||
"exceljs": "^4.4.0",
|
||||
"express": "^5.1.0",
|
||||
"node-cron": "^4.2.1",
|
||||
"puppeteer": "^24.10.0"
|
||||
"node-fetch": "^3.3.2",
|
||||
"puppeteer": "^24.10.0",
|
||||
"tough-cookie": "^6.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user