-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
55 lines (55 loc) · 1.41 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
47
48
49
50
51
52
53
54
55
{
"name": "ecommerce",
"version": "2.0.0",
"description": "An e-commerce store",
"scripts": {
"start": "nodemon server.js",
"server": "node server.js",
"test": "npx cypress open",
"test:record": "npx cypress run --record --key a7bq2k",
"test-record": "npx cypress run --record --key mokwena@",
"test-security": "jest"
},
"author": "MP Modise",
"license": "MIT",
"dependencies": {
"async": "3.2.2",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "2.3.0",
"body-parser": "1.19.0",
"connect-mongo": "3.2.0",
"connect-mongodb-session": "2.3.1",
"content-type": "^1.0.4",
"cookie-parser": "1.4.4",
"ejs": "3.1.7",
"ejs-mate": "3.0.0",
"elasticsearch": "16.7.3",
"express": "4.17.3",
"express-flash": "0.0.2",
"express-rate-limit": "^5.3.0",
"express-session": "1.16.1",
"faker": "4.1.0",
"helmet": "^4.6.0",
"hpp": "^0.2.3",
"jest": "^27.0.6",
"mongoosastic": "4.5.1",
"mongoose": "5.13.15",
"mongoose-double": "0.0.1",
"mongoose-long": "0.2.1",
"morgan": "1.9.1",
"node-os-utils": "^1.3.5",
"passport": "0.6.0",
"passport-facebook": "2.1.1",
"passport-local": "1.0.0",
"raw-body": "^2.4.1",
"stripe": "5.4.0",
"toobusy-js": "^0.5.1"
},
"devDependencies": {
"chance": "1.1.4",
"cypress": "4.12.1",
"nodemon": "2.0.20",
"opn-cli": "5.0.0",
"prettier": "2.3.2"
}
}