mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-12-23 09:11:29 +01:00
changed the whole structure
This commit is contained in:
26
app-rappaurio/package.json
Normal file
26
app-rappaurio/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "app-rappaurio",
|
||||
"version": "1.2.0",
|
||||
"description": "Require nodejs 14 or higher",
|
||||
"main": "app.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"author": "Dario WEINBERGER & Raphael PAYET",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"axios": "^1.5.1",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cookie-parser": "~1.4.4",
|
||||
"debug": "~2.6.9",
|
||||
"dotenv": "^16.3.1",
|
||||
"express": "^4.18.2",
|
||||
"hbs": "^4.2.0",
|
||||
"http-errors": "~1.6.3",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"morgan": "~1.9.1",
|
||||
"mysql": "^2.18.1",
|
||||
"wikiapi": "^1.19.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user