-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 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
71
72
73
74
75
76
77
78
{
"name": "comfy-crew",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"npm": "npm",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"express": "4.17.1",
"@angular/animations": "^8.1.2",
"@angular/cdk": "^8.1.1",
"@angular/common": "^8.1.2",
"@angular/compiler": "^8.1.2",
"@angular/core": "^8.1.2",
"@angular/fire": "^5.2.1",
"@angular/flex-layout": "^7.0.0-beta.19",
"@angular/forms": "^8.1.2",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "^8.1.2",
"@angular/platform-browser-dynamic": "^8.1.2",
"@angular/router": "^8.1.2",
"@nrwl/workspace": "^8.2.0",
"@types/jquery": "^3.3.30",
"@xivapi/angular-client": "^1.4.0",
"angular-calendar": "^0.27.14",
"angularfire2": "^5.2.1",
"bootstrap": "^4.3.1",
"btoa": "^1.2.1",
"core-js": "3.1.4",
"date-fns": "^1.30.1",
"firebase": "^6.3.1",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"ngx-tempusdominus-bootstrap": "^1.0.1",
"node-fetch": "^2.6.0",
"popper.js": "^1.15.0",
"rxjs": "^6.5.2",
"tempusdominus-bootstrap-4": "^5.1.2",
"tempusdominus-core": "^5.0.3",
"typescript": "~3.4.5",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@nrwl/node": "8.2.0",
"@types/express": "4.17.0",
"@nrwl/express": "8.2.0",
"@nrwl/angular": "^8.2.0",
"@nrwl/jest": "8.2.0",
"jest": "24.8.0",
"@types/jest": "24.0.15",
"ts-jest": "24.0.2",
"@angular-devkit/build-angular": "~0.801.2",
"@angular/cli": "^8.1.2",
"@angular/compiler-cli": "^8.1.2",
"@angular/language-service": "^8.1.2",
"@types/jasmine": "~3.3.14",
"@types/jasminewd2": "~2.0.6",
"@types/node": "~12.6.8",
"codelyzer": "~5.1.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.2.0",
"karma-chrome-launcher": "~3.0.0",
"karma-coverage-istanbul-reporter": "~2.0.6",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "~5.4.2",
"ts-node": "~8.3.0",
"tslint": "~5.18.0"
}
}