Added new codebook page

This commit is contained in:
2026-04-06 02:49:14 -04:00
parent 32a690d85b
commit 3cb34a226a
31 changed files with 4076 additions and 4067 deletions

21
client/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "dashboard",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "node src/main.mjs",
"start:prod": "nodemon src/main.mjs"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": "Dashboard",
"dependencies": {
"dotenv": "^17.4.1",
"express": "^5.2.1",
"node-gpsd": "^0.3.4"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}