-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "blok-tech4-team-2",
"version": "1.0.0",
"description": "Quinesha, Jop, Mila, Arron, Thije",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ugly.js",
"dev": "nodemon server.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.5",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"express-handlebars": "^7.0.7",
"express-session": "^1.17.3",
"mocha": "^10.2.0",
"mongoose": "^7.3.0",
"multer": "^1.4.5-lts.1",
"node.js": "^0.0.1-security",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sass": "^1.63.4",
"scss": "^0.2.4",
"slug": "^8.2.2"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-livereload": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"nodemon": "^2.0.22",
"yargs": "^17.7.2"
}
}