-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "myapp",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"@symfony/webpack-encore": "^1.8.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"bootstrap": "^5.1.3",
"bootstrap-datepicker": "^1.9.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"ejs": "~2.6.1",
"encore": "^0.0.30-beta",
"express": "~4.16.1",
"express-session": "^1.17.2",
"http-errors": "~1.6.3",
"jquery": "^3.6.0",
"mongoose": "^6.2.1",
"morgan": "~1.9.1",
"multer": "^1.4.4",
"node": "^17.4.0",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"description": "- Outils Nécéssaires pour le fonctionnement de l'application : \r \tNodeJs 16, NPM 8.1.4, express 4.16",
"main": "app.js",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/MathisSkate/ProjetJS.git"
},
"bugs": {
"url": "https://github.com/MathisSkate/ProjetJS/issues"
},
"homepage": "https://github.com/MathisSkate/ProjetJS#readme"
}