-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "cantcred",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,hbs}\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.0-alpha1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^7.0.1",
"express-session": "^1.17.3",
"gulp": "^4.0.2",
"hbs": "^4.2.0",
"http": "^0.0.1-security",
"https": "^1.0.0",
"moments": "^0.0.2",
"mongodb": "5.1",
"mongoose": "^6.9.2",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-oauth2": "^1.6.1",
"popups": "^1.1.3",
"prettier": "^2.8.4",
"routes": "^2.1.0",
"stripe": "^11.13.0",
"sweetalert2": "^11.7.2",
"xhr2": "^0.2.1",
"xmlhttprequest": "^1.8.0"
}
}