first commit

This commit is contained in:
xin
2024-07-19 13:58:44 +08:00
commit 3efe6cb5b6
42 changed files with 7606 additions and 0 deletions

21
server/package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "ars-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"debug": "~2.6.9",
"express": "^4.19.2",
"express-session": "^1.17.3",
"mqtt": "^4.3.7",
"mysql": "^2.18.1",
"node-schedule": "^2.1.1",
"sqlite3": "^5.1.7",
"ws": "^8.18.0"
}
}