-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.86 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
{
"name": "ranked-royale",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "./node_modules/.bin/webpack --config webpack.prod.js",
"heroku-postbuild": "./node_modules/.bin/webpack --config webpack.prod.js",
"start": "node ./bin/www",
"test": "./node_modules/.bin/mocha",
"watch": "./node_modules/.bin/webpack --config webpack.dev.js --watch"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"@sendgrid/mail": "^6.3.1",
"arpad": "^1.0.2",
"async-redis": "^1.1.7",
"bcrypt": "^3.0.4",
"bootstrap": "^4.3.1",
"compression": "^1.7.3",
"connect-flash": "^0.1.1",
"connect-redis": "^3.4.0",
"cookie-parser": "~1.4.4",
"cron": "^1.6.0",
"debug": "~4.1.1",
"dotenv": "^6.2.0",
"epicgames-client": "^1.5.3",
"epicgames-fortnite-client": "^1.5.0",
"express": "~4.16.0",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"heroku-ssl-redirect": "^0.0.4",
"http-errors": "~1.7.2",
"jquery": "^3.3.1",
"mailchimp-api-v3": "^1.12.1",
"moment": "^2.24.0",
"mongoose": "^5.4.16",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"popper.js": "^1.14.6",
"pug": "^2.0.3",
"randomstring": "^1.1.5",
"redis": "^2.8.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"winston": "^3.2.1",
"worker-timers": "^5.0.10"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.1",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.0.2",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"sinon": "^7.2.5",
"supertest": "^3.4.2",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-merge": "^4.2.1"
}
}