forked from PramodLakmal/mern-vsms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 810 Bytes
/
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
{
"name": "mern-vsms",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nodemon api/index.js",
"start": "node api/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.1",
"ejs": "^3.1.10",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"html-pdf": "^3.0.1",
"html2canvas": "^1.4.1",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"mongoose": "^8.1.1",
"nodemailer": "^6.9.13",
"nodemon": "^3.0.3",
"react-circular-progressbar": "^2.1.0",
"react-quill": "^0.0.2",
"stripe": "^14.24.0"
},
"description": ""
}