This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.17 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
67
68
69
70
{
"name": "coliseum",
"version": "3.0.4",
"scripts": {
"lint": "eslint --color --fix --ext .ts ./src/",
"dev": "rimraf dist && webpack --config webpack.config.js --env.appversion=%npm_package_version% --env.development --progress --profile --bail --colors --watch",
"build": "rimraf dist && webpack --config webpack.config.js --env.appversion=%npm_package_version% --env.production --progress --profile --bail --colors"
},
"license": "MIT",
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/common": "8.2.9",
"@angular/compiler": "8.2.9",
"@angular/core": "8.2.9",
"@angular/forms": "8.2.9",
"@angular/platform-browser": "8.2.9",
"@angular/platform-browser-dynamic": "8.2.9",
"@firestone-hs/reference-data": "^1.0.16",
"@firestone-hs/replay-parser": "^1.1.47",
"@firestone-hs/simulate-bgs-battle": "^1.1.29",
"@sentry/browser": "5.5.0",
"cross-fetch": "^3.0.4",
"immutable": "3.8.2",
"jszip": "^3.5.0",
"lodash-es": "4.17.15",
"ng2-fittext": "1.2.0",
"ngx-logger": "3.3.11",
"rxjs": "6.4.0",
"sax": "1.2.4",
"saxes": "^4.0.2",
"ts-data.stack": "1.0.6",
"ts-keycode-enum": "1.0.6",
"xhr2": "^0.2.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular/compiler-cli": "8.2.9",
"@artonge/webpack": "6.0.1",
"@calebmer/extract-text-webpack-plugin": "4.0.2",
"@types/core-js": "2.5.0",
"@types/jszip": "^3.4.1",
"@types/lodash": "4.14.129",
"@types/node": "11.13.5",
"@types/sax": "1.2.0",
"@types/webpack": "4.4.27",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"copy-webpack-plugin": "4.5.2",
"css-loader": "2.1.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"file-loader": "3.0.1",
"html-loader": "0.5.5",
"mini-css-extract-plugin": "0.6.0",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"raw-loader": "1.0.0",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "^3.0.2",
"typescript": "^3.8.3",
"webpack": "4.30.0",
"webpack-bundle-analyzer": "3.4.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}