forked from Wykks/ngx-mapbox-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.43 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
{
"name": "ngx-mapbox-gl-srcs",
"version": "3.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve showcase",
"build": "ng build --prod ngx-mapbox-gl",
"build:watch": "ng build --watch ngx-mapbox-gl",
"build:showcase": "ng build --prod showcase --base-href '/ngx-mapbox-gl/'",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"release": "standard-version -a",
"update-version": "./update_version.sh"
},
"standard-version": {
"scripts": {
"postbump": "yarn update-version && yarn build",
"precommit": "git add projects/ngx-mapbox-gl/package.json"
}
},
"private": true,
"dependencies": {
"@angular/animations": "^8.1.0",
"@angular/cdk": "^8.0.2",
"@angular/common": "^8.1.0",
"@angular/compiler": "^8.1.0",
"@angular/core": "^8.1.0",
"@angular/forms": "^8.1.0",
"@angular/material": "^8.0.2",
"@angular/platform-browser": "^8.1.0",
"@angular/platform-browser-dynamic": "^8.1.0",
"@angular/router": "^8.1.0",
"@mapbox/mapbox-gl-geocoder": "^3.1.6",
"@ngrx/effects": "^8.0.1",
"@ngrx/router-store": "^8.0.1",
"@ngrx/store": "^8.0.1",
"@ngrx/store-devtools": "^8.0.1",
"@stackblitz/sdk": "^1.3.0",
"hammerjs": "^2.0.8",
"lodash-es": "^4.17.11",
"mapbox-gl": "1.1.0",
"ngx-md": "^8.0.0",
"rxjs": "^6.5.2",
"scroll-into-view-if-needed": "^2.2.20",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.0",
"@angular-devkit/build-ng-packagr": "~0.801.0",
"@angular/cli": "^8.1.0",
"@angular/compiler-cli": "^8.1.0",
"@ngrx/schematics": "^8.0.1",
"@types/jasmine": "^3.3.13",
"@types/jasminewd2": "^2.0.6",
"@types/lodash-es": "^4.17.3",
"@types/mapbox-gl": "^0.51.11",
"@types/node": "^12.0.11",
"codelyzer": "^5.1.0",
"jasmine-core": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-mocha-reporter": "^2.2.5",
"ng-packagr": "^5.3.0",
"pixel-diff": "^1.0.1",
"protractor": "^5.4.2",
"protractor-browser-logs": "^1.0.446",
"standard-version": "^6.0.1",
"ts-node": "^8.3.0",
"tsickle": "^0.35.0",
"tslib": "^1.10.0",
"tslint": "^5.18.0",
"typescript": "~3.4.5",
"typescript-tslint-plugin": "^0.5.3"
}
}