-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (38 loc) · 1.11 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
{
"name": "major-project",
"version": "1.0.0",
"description": "",
"main": "backend/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node backend/server.js",
"start-client": "npm start --prefix frontend",
"dev": "concurrently \"npm run start\" \"npm run start-client\""
},
"author": "itsCodeWithDEv",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@strapi/provider-upload-cloudinary": "^4.6.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cloudinary": "^1.34.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"helmet": "^6.0.1",
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.0",
"jwt-simple": "^0.5.6",
"mongoose": "^6.9.0",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.20",
"react-chartjs-2": "^5.2.0",
"stripe": "^11.14.0",
"validator": "^13.9.0"
}
}