-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "helpamission",
"version": "1.0.0",
"description": "A website for NGO",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run tailwind:css && nodemon index.js",
"tailwind:css": "postcss public/styles/tailwind.css -o public/styles/style.css"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tailwindcss/forms": "^0.5.0",
"autoprefixer": "^10.4.2",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.28.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cosmicjs": "^4.1.2",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^6.2.2",
"multer": "^1.4.4",
"node-schedule": "^2.1.0",
"nodemailer": "^6.7.2",
"perf_hooks": "^0.0.1",
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"puppeteer": "^13.4.0",
"razorpay": "^2.8.0",
"shortid": "^2.2.8",
"streamifier": "^0.1.1",
"tailwindcss": "^3.0.23"
}
}