forked from factoriolab/factoriolab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.69 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "factorio-lab",
"description": "Angular-based calculator for the game Factorio",
"version": "1.2.28",
"private": true,
"contributors": [
"Doug Broad (https://github.com/dcbroad3)"
],
"repository": {
"type": "git",
"url": "https://github.com/factoriolab/factorio-lab.git"
},
"homepage": "https://factoriolab.github.io",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test-build": "ng test --no-watch --browsers=ChromeHeadless",
"codecov": "codecov",
"analyze:build": "ng build --statsJson=true",
"analyze": "webpack-bundle-analyzer dist/stats.json",
"lint": "ng lint",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "~11.0.6",
"@angular/common": "~11.0.6",
"@angular/compiler": "~11.0.6",
"@angular/core": "~11.0.6",
"@angular/forms": "~11.0.6",
"@angular/platform-browser": "~11.0.6",
"@angular/platform-browser-dynamic": "~11.0.6",
"@angular/router": "~11.0.6",
"@juggle/resize-observer": "^3.2.0",
"@ngrx/effects": "^10.1.2",
"@ngrx/store": "^10.1.2",
"@ngrx/store-devtools": "^10.1.2",
"big-integer": "^1.6.48",
"d3-sankey": "^0.12.3",
"d3-sankey-circular": "^0.34.0",
"d3-selection": "^2.0.0",
"file-saver": "^2.0.5",
"material-design-icons": "~3.0.1",
"ng-resize-observer": "^1.0.2",
"pako": "^1.0.11",
"rxjs": "~6.6.3",
"tslib": "^2.0.3",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1100.6",
"@angular-eslint/builder": "0.6.0-beta.0",
"@angular-eslint/eslint-plugin": "0.6.0-beta.0",
"@angular-eslint/eslint-plugin-template": "0.6.0-beta.0",
"@angular-eslint/schematics": "^0.6.0-beta.0",
"@angular-eslint/template-parser": "0.6.0-beta.0",
"@angular/cli": "^11.0.6",
"@angular/compiler-cli": "~11.0.6",
"@angular/language-service": "~11.0.6",
"@types/d3-sankey": "^0.11.1",
"@types/d3-selection": "^1.4.3",
"@types/jasmine": "^3.5.14",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.161",
"@types/node": "^12.12.62",
"@types/pako": "^1.0.1",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"codecov": "^3.7.2",
"eslint": "^7.6.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.0",
"ngrx-store-freeze": "~0.2.4",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "^4.0.3",
"webpack-bundle-analyzer": "^3.9.0"
}
}