-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
55 lines (55 loc) · 1.64 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
{
"name": "wdmc-backend",
"version": "1.0.0",
"description": "Backend code for nitj new website",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "tailwind build -i public/css/src/style.css -o public/style.css --minify && nodemon server.js",
"deploy" : "yarn && tailwind build -i public/css/src/style.css -o public/style.css --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adityagupta1625/Institute-Website-Backend.git"
},
"author": "prince verma",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adityagupta1625/Institute-Website-Backend/issues"
},
"homepage": "https://github.com/Adityagupta1625/Institute-Website-Backend#readme",
"dependencies": {
"@admin-bro/express": "^3.1.0",
"@admin-bro/mongoose": "^1.1.0",
"admin-bro": "^4.0.1",
"admin-bro-expressjs": "^2.1.1",
"bcrypt": "^5.1.0",
"compression": "^1.7.4",
"connect-mongo": "^5.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-formidable": "^1.2.0",
"express-parser": "^1.0.0",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.0",
"mongo-store": "^0.0.2",
"mongoose": "^6.6.6",
"multer": "^1.4.5-lts.1",
"node-gyp": "^9.3.1",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"tinymce": "^6.4.0",
"tslib": "^2.5.0",
"uuid": "^9.0.0",
"@tailwindcss/line-clamp": "^0.4.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"tailwindcss": "^3.3.1"
}
}