initialized web page (React + Tailwind CSS)
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user