-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "SauerTracker",
"version": "4.0.0",
"description": "Server and stats tracker for Cube 2: Tomatenquark.",
"main": "index.js",
"repository": "https://github.com/AngrySnout/SauerTracker.git",
"author": "AngrySnout",
"license": "MIT",
"scripts": {
"build": "webpack-cli --mode production",
"buildDev": "webpack-cli --mode development",
"migrate": "knex migrate:latest",
"start": "node dist/tracker.js",
"detectClanwars": "node dist/detectClanwars.js",
"recalculateElo": "node dist/recalculateElo.js"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"css-loader": "^3.4.2",
"imports-loader": "^0.8.0",
"node-sass": "^4.13.1",
"pug-loader": "^2.4.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-glob-entries": "^1.0.1"
},
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"chart.js": "^2.9.3",
"express": "^4.17.1",
"font-awesome": "^4.7.0",
"fuzzaldrin": "^2.1.0",
"i18n-iso-countries": "^4.3.1",
"ip2location-nodejs": "^8.3.0",
"knex": "^0.20.9",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"nprogress": "^0.2.0",
"pg": "^7.18.1",
"pug": "^2.0.4",
"pug-runtime": "^2.0.5",
"redis": "^3.0.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2"
}
}