This commit is contained in:
2023-11-27 14:43:26 +00:00
commit 8bf2a83f09
17 changed files with 32714 additions and 0 deletions

16
frontend/package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "BookStoreWebUI",
"version": "0.0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "ZhuangYumin",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^4.18.2"
}
}