Initial commit

This commit is contained in:
2023-11-09 14:50:39 +01:00
commit b1cd3184f9
1463 changed files with 284098 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "wishlist",
"version": "1.0.0",
"description": "test",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "Laurent LE CORRE",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.2.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"hbs": "^4.2.0",
"mysql": "^2.18.1"
}
}