forked from InnogeeksOrganization/IWOC-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "iwoc",
"version": "1",
"description": "Frontend and Backend of IWOC Portal",
"main": "index.js",
"directories": {
"example": "root"
},
"scripts": {
"start": "nodemon index.js",
"build": "webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InnogeeksOrganization/IWOC-Node.git"
},
"keywords": [],
"author": "Ayush Dubey <dubeyayush02@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/InnogeeksOrganization/IWOC-Node/issues"
},
"homepage": "http://innogeeks.in",
"dependencies": {
"@admin-bro/express": "^3.1.0",
"@admin-bro/mongoose": "^1.1.0",
"admin-bro": "^4.0.1",
"bcrypt": "^5.1.0",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"d": "^1.0.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"html-webpack-plugin": "^5.5.0",
"mongodb": "^4.13.0",
"mongoose": "^6.8.1",
"mongoose-findorcreate": "^3.0.0",
"octokit": "^2.0.10",
"passport": "^0.6.0",
"passport-github2": "^0.1.12",
"passport-local": "^1.0.0",
"stringify": "^5.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}