-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
92 lines (92 loc) · 2.71 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
87
88
89
90
91
92
{
"name": "@first-lego-league/tournament",
"version": "2.1.13",
"main": "index.js",
"repository": "[email protected]:FirstLegoLeague/tournament.git",
"author": "Tal Taub <[email protected]>",
"license": "GPL-3.0",
"scripts": {
"lint": "eslint ./server && ng lint client",
"prepack": "ng build --prod",
"start": "ng build && devl",
"build": "ng build",
"debug": "devl --inspect-brk"
},
"files": [
"server",
"dist/client",
"default-data",
"index.js",
"module.yml",
"yarn.lock"
],
"engines": {
"node": ">=8.x"
},
"dependencies": {
"@first-lego-league/ms-auth": "^1.4.3",
"@first-lego-league/ms-correlation": "^1.0.2",
"@first-lego-league/ms-logger": "^2.0.1",
"@first-lego-league/user-interface": "^2.1.2",
"base64-img-promise": "^1.0.5",
"bluebird": "^3.5.5",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"formidable": "^1.2.1",
"fs-extra": "^8.0.1",
"mhub": "^1.0.0",
"moment": "^2.22.1",
"mongodb": "^3.0.0",
"project-version": "^1.2.0",
"requestify": "^0.2.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.8",
"@angular/animations": "^6.0.3",
"@angular/cli": "^6.1.2",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/compiler-cli": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/language-service": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/router": "^6.0.3",
"@first-lego-league/dev-launcher": "^0.2.0",
"@first-lego-league/eslint-config": "^1.0.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"ng2-file-upload": "^1.3.0",
"ngx-file-drop": "^4.0.6",
"protractor": "~5.4.2",
"rxjs": "^6.0.0",
"rxjs-compat": "^6.2.2",
"ts-node": "~5.0.1",
"tslint": "~5.18.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^2.7.2",
"zone.js": "0.8.26"
}
}