-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "shoesshop-be",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"seed": "node seed/seed.js"
},
"dependencies": {
"@adminjs/design-system": "^4.0.2",
"@adminjs/express": "^5.0.1",
"@adminjs/mongoose": "^3.0.1",
"@sendgrid/mail": "^7.7.0",
"adminjs": "^6.5.0",
"argon2": "^0.30.1",
"axios": "^1.5.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cloudinary": "^1.40.0",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "~1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"debug": "~4.3.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.3",
"express-swagger-generator": "^1.1.17",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.0",
"mongoose-seed": "^0.6.0",
"morgan": "~1.10.0",
"nodemon": "^2.0.20",
"package_name": "^1.0.2",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.5.0",
"tslib": "^2.4.0"
}
}