revision history WIP

This commit is contained in:
2025-06-18 16:31:39 -07:00
parent 5f48c88106
commit fa878985f6
11 changed files with 4408 additions and 4179 deletions

View File

@@ -1,19 +1,19 @@
{
"name": "kitchen-organizer",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^2.2.0",
"express": "^5.1.0",
"socket.io": "^4.8.1",
"sqlite3": "^5.1.7"
}
}
{
"name": "kitchen-organizer",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^2.2.0",
"express": "^5.1.0",
"socket.io": "^4.8.1",
"sqlite3": "^5.1.7"
}
}