-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.73 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "unbound",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js",
"dev": "npx tailwindcss -i ./public/css/tailwind.css -o ./public/css/main.css --watch",
"build": "npx tailwindcss -i ./public/css/tailwind.css -o ./public/css/main.css"
},
"dependencies": {
"@emretulek/jbvalidator": "^1.0.9",
"autoprefixer": "^10.4.20",
"base62": "^2.0.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.1.0",
"cookie-parser": "~1.4.4",
"cropper": "^4.1.0",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"exceljs": "^4.4.0",
"express": "^4.19.2",
"express-session": "^1.18.0",
"fabricjs": "^1.0.0",
"fs": "^0.0.1-security",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"jimp": "^0.22.12",
"js-image-zoom": "^0.7.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.3",
"loader": "^2.1.1",
"method-override": "^3.0.0",
"mongodb": "^6.9.0",
"mongoose": "^8.5.2",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"nodemailer": "^6.9.14",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"pdfkit": "^0.15.0",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0",
"puppeteer": "^23.3.0",
"razorpay": "^2.9.4",
"sharp": "^0.33.4",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.6.13",
"uuid": "^10.0.0"
},
"description": "",
"main": "app.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@iconify/tailwind": "^1.1.3",
"@types/pdfkit": "^0.13.5",
"nodemon": "^3.1.4",
"tailwindcss": "^3.4.10"
}
}