-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.84 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
{
"name": "deredorm",
"version": "v2.7.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.0.1",
"@angular/cdk": "^7.0.1",
"@angular/common": "^7.0.1",
"@angular/compiler": "^7.0.1",
"@angular/compiler-cli": "^7.0.1",
"@angular/core": "^7.0.1",
"@angular/fire": "^5.1.3",
"@angular/flex-layout": "7.0.0-beta.19",
"@angular/forms": "^7.0.1",
"@angular/http": "^7.0.1",
"@angular/material": "^7.0.1",
"@angular/platform-browser": "^7.0.1",
"@angular/platform-browser-dynamic": "^7.0.1",
"@angular/platform-server": "^7.0.1",
"@angular/pwa": "^0.10.3",
"@angular/router": "^7.0.1",
"@angular/service-worker": "^7.0.1",
"@ngx-pwa/local-storage": "^7.0.0",
"camelcase": "^5.0.0",
"core-js": "^2.5.4",
"firebase": "5.5.5",
"hammerjs": "^2.0.8",
"jquery": "^3.4.0",
"ng-lazyload-image": "^4.0.0",
"rxjs": "^6.1.0",
"rxjs-compat": "^6.1.0",
"ts-helpers": "^1.1.2",
"typescript": "^3.1.3",
"uikit": "^3.0.0-rc.2",
"webpack": "^4.8.3",
"zone.js": "^0.8.25"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.10.3",
"@angular/cli": "^7.0.3",
"@types/firebase": "^3.2.1",
"@types/jasmine": "2.8.9",
"@types/jquery": "^3.3.31",
"@types/node": "^10.0.8",
"codelyzer": "~4.5.0",
"jasmine-core": "3.2.1",
"jasmine-spec-reporter": "4.2.1",
"karma": "3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^1.1.1",
"karma-remap-istanbul": "^0.6.0",
"protractor": "^5.3.1",
"ts-node": "7.0.1",
"tslint": "^5.20.1"
}
}