generated from Code-the-Dream-School/react-node-practicum-back-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "bb-practicum-team-7-back",
"version": "1.0.0",
"description": "Back-End Repo for Team 7 on React/Node.js Practicum",
"main": "app.js",
"scripts": {
"dev": "nodemon src/server.js",
"start": "nodemon src/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^8.1.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cloudinary": "^2.5.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-favicon": "^2.0.4",
"express-rate-limit": "^7.4.1",
"fs": "^0.0.1-security",
"helmet": "^8.0.0",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "^7.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.4",
"path": "^0.12.7",
"pg": "^8.13.1",
"pg-hstore": "^2.3.4",
"rate-limiter-flexible": "^5.0.4",
"sequelize": "^6.37.5",
"sharp": "^0.33.5",
"streamifier": "^0.1.1",
"swagger-ui-express": "^5.0.1",
"validator": "^13.12.0",
"xss": "^1.0.15",
"xss-clean": "^0.1.4",
"yamljs": "^0.3.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}