This repository was archived by the owner on Apr 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.31 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.31 KB
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": "codeclub_website",
"version": "0.1.0",
"engines": {
"node": "6.11.1"
},
"description": "CodeClub Website",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "CodeClub",
"license": "MIT",
"dependencies": {
"@zalando/oauth2-client-js": "0.0.18",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"bootstrap-markdown": "^2.10.0",
"compression": "^1.7.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.16.1",
"express-init": "^1.1.0",
"express-session": "^1.15.6",
"express-validator": "^4.2.1",
"html-to-text": "^3.3.0",
"method-override": "^2.3.10",
"mongodb": "^2.2.31",
"mongoose": "^4.12.0",
"morgan": "^1.9.0",
"nodemailer": "^4.1.2",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"path": "^0.12.7",
"q": "^1.5.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"request": "^2.83.0",
"trumbowyg": "^2.7.2",
"webpack": "^3.5.5"
},
"devDependencies": {
"css-loader": "^0.28.7"
}
}