Complete Full-Stack Todo application with Angular, Node.js, and MySQL
This commit is contained in:
21
To do list har/todo-list/backend/package.json
Normal file
21
To do list har/todo-list/backend/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "backend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"body-parser": "^2.2.2",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.2.1",
|
||||
"helmet": "^8.1.0",
|
||||
"mysql": "^2.18.1",
|
||||
"mysql2": "^3.16.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user