-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
82 lines (82 loc) · 2.68 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
{
"name": "track-my-playtime",
"version": "0.6.6",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test",
"test:single": "ng test --watch=false",
"test:mocha": "ng test --karma-config ./config/karma/karma.mocha.conf.js",
"test:nyan": "ng test --karma-config ./config/karma/karma.nyan.conf.js",
"lint": "ng lint",
"e2e": "ng e2e",
"update": "ng update -all",
"compodoc:gen": "./node_modules/.bin/compodoc -p src/tsconfig.app.json -d docs",
"compodoc:serve": "./node_modules/.bin/compodoc -s -d docs",
"preversion": "npm run compodoc:gen && git add -A docs"
},
"private": true,
"dependencies": {
"@angular/animations": "7.0.2",
"@angular/cdk": "7.0.2",
"@angular/common": "7.0.2",
"@angular/compiler": "7.0.2",
"@angular/core": "7.0.2",
"@angular/fire": "^5.1.0",
"@angular/forms": "7.0.2",
"@angular/http": "7.0.2",
"@angular/platform-browser": "7.0.2",
"@angular/platform-browser-dynamic": "7.0.2",
"@angular/router": "7.0.2",
"@fortawesome/angular-fontawesome": "^0.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.7",
"@fortawesome/free-brands-svg-icons": "^5.4.2",
"@fortawesome/free-regular-svg-icons": "^5.4.2",
"@fortawesome/free-solid-svg-icons": "^5.4.2",
"@ng-select/ng-select": "^2.11.2",
"@ngrx/effects": "^6.1.2",
"@ngrx/entity": "^6.1.2",
"@ngrx/router-store": "^6.1.2",
"@ngrx/store": "^6.1.2",
"@ngrx/store-devtools": "^6.1.2",
"@swimlane/ngx-charts": "^10.0.0",
"@swimlane/ngx-datatable": "^14.0.0",
"core-js": "^2.5.7",
"date-fns": "^1.29.0",
"firebase": "^5.5.6",
"insert-analytics-elements": "^0.0.4",
"ng-pick-datetime": "^7.0.0",
"rxjs": "^6.3.3",
"uuid": "^3.3.2",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.10.3",
"@angular/cli": "7.0.3",
"@angular/compiler-cli": "7.0.2",
"@angular/language-service": "7.0.2",
"@compodoc/compodoc": "^1.1.6",
"@types/jasmine": "^2.8.9",
"@types/jasminewd2": "~2.0.5",
"@types/node": "^10.12.2",
"@types/uuid": "^3.4.4",
"codelyzer": "^4.5.0",
"jasmine-core": "~2.8.0",
"jasmine-marbles": "^0.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^2.0.2",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^1.4.3",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha-reporter": "^2.2.5",
"karma-nyan-reporter": "^0.2.5",
"protractor": "~5.1.2",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typescript": "3.1.5"
}
}