forked from chrisfried/guardian-theater-ng2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.22 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
{
"name": "guardian-theater-ng2",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve --aot --port 4200",
"lint": "tslint --project src/tsconfig.json \"src/**/*.ts\" --fix",
"test": "ng test",
"prod": "ng build --prod",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor",
"ngh": "ng build --prod && cp dist/index.html dist/404.html && cp ghp/CNAME dist/CNAME && ngh",
"manifest": "node ./utils/update-definitions.js && node ./utils/parse-definitions.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.6",
"@angular/common": "^8.2.6",
"@angular/compiler": "^8.2.6",
"@angular/core": "^8.2.6",
"@angular/forms": "^8.2.6",
"@angular/platform-browser": "^8.2.6",
"@angular/platform-browser-dynamic": "^8.2.6",
"@angular/pwa": "^0.803.4",
"@angular/router": "^8.2.6",
"@angular/service-worker": "^8.2.4",
"@auth0/angular-jwt": "^4.0.0",
"@fortawesome/angular-fontawesome": "^0.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"angular-2-local-storage": "^3.0.2",
"angulartics2": "^8.0.0",
"bungie-api-ts": "^2.5.0",
"core-js": "^3.2.1",
"fast-equals": "^2.0.0",
"http-server": "^0.11.1",
"idb-keyval": "^3.2.0",
"intl": "^1.2.5",
"lodash": "^4.17.15",
"rxjs": "^6.5.3",
"rxjs-compat": "^6.5.2",
"sass": "^1.22.10",
"ts-helpers": "^1.1.2",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.4",
"@angular/cli": "^8.3.4",
"@angular/compiler-cli": "^8.2.6",
"@types/jasmine": "3.4.0",
"@types/node": "^12.7.4",
"codelyzer": "~5.1.0",
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^2.0.1",
"karma-remap-istanbul": "^0.6.0",
"protractor": "~5.4.2",
"ts-node": "8.3.0",
"tslint": "^5.19.0",
"typescript": "~3.5.0"
}
}