-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
{
"name": "cataki",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor",
"postinstall": "ng build --aot --prod"
},
"private": true,
"dependencies": {
"@agm/core": "^1.0.0-beta.3",
"@angular-devkit/build-angular": "^0.8.4",
"@angular/animations": "6.1.9",
"@angular/common": "6.1.9",
"@angular/compiler": "6.1.9",
"@angular/compiler-cli": "6.1.9",
"@angular/core": "6.1.9",
"@angular/forms": "6.1.9",
"@angular/http": "6.1.9",
"@angular/platform-browser": "6.1.9",
"@angular/platform-browser-dynamic": "6.1.9",
"@angular/platform-server": "6.1.9",
"@angular/router": "6.1.9",
"@ngx-pwa/local-storage": "^5.3.0",
"@types/jquery": "^3.2.11",
"@types/underscore": "^1.8.1",
"angular2-text-mask": "^8.0.2",
"core-js": "^2.4.1",
"moment": "^2.20.1",
"require-path": "^0.3.0",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"ts-helpers": "^1.1.1",
"underscore": "^1.8.3",
"webpack": "^4.3.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/cli": "^6.2.4",
"@angular/compiler-cli": "6.1.9",
"@types/googlemaps": "^3.26.17",
"@types/jasmine": "2.5.38",
"@types/node": "^6.0.42",
"base64-img": "^1.0.4",
"codelyzer": "~2.0.0-beta.1",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "2.5.0",
"karma": "^1.2.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.2",
"karma-remap-istanbul": "^0.2.2",
"protractor": "^5.3.1",
"ts-node": "3.3.0",
"tslint": "^4.0.2",
"typescript": "^2.9.2"
}
}