initialized web page (React + Tailwind CSS)

This commit is contained in:
Penguin-71630
2025-12-07 16:46:44 +08:00
parent 3092f95652
commit f6db3c2ccd
50 changed files with 6879 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "final-project",
"version": "1.0.0",
"description": "2025 Golang Final Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Penguin-71630/meme-bot-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Penguin-71630/meme-bot-frontend/issues"
},
"homepage": "https://github.com/Penguin-71630/meme-bot-frontend#readme",
"dependencies": {
"express": "^5.2.1",
"swagger-ui-express": "^5.0.1",
"yamljs": "^0.3.0"
}
}