created general outline of website

This commit is contained in:
2024-07-28 22:08:11 +09:00
parent 18c331d486
commit 28c9720239
32 changed files with 3816 additions and 3 deletions

15
src-manager/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "manager",
"version": "1.0.0",
"description": "content manager for sera hp",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "kenryus",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"sqlite3": "^5.1.7"
}
}