forked from Wykks/ngx-mapbox-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.52 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
83
{
"name": "ngx-mapbox-gl-srcs",
"version": "3.0.1",
"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": "^7.2.2",
"@angular/cdk": "^7.2.2",
"@angular/common": "^7.2.2",
"@angular/compiler": "^7.2.2",
"@angular/core": "^7.2.2",
"@angular/forms": "^7.2.2",
"@angular/material": "^7.2.2",
"@angular/platform-browser": "^7.2.2",
"@angular/platform-browser-dynamic": "^7.2.2",
"@angular/router": "^7.2.2",
"@mapbox/mapbox-gl-geocoder": "^3.0.1",
"@ngrx/effects": "^7.1.0",
"@ngrx/router-store": "^7.1.0",
"@ngrx/store": "^7.1.0",
"@ngrx/store-devtools": "^7.1.0",
"@stackblitz/sdk": "^1.3.0",
"@turf/random": "^6.0.2",
"hammerjs": "^2.0.8",
"lodash-es": "^4.17.11",
"mapbox-gl": "0.52.0",
"ngx-md": "^7.0.0",
"rxjs": "^6.3.3",
"scroll-into-view-if-needed": "^2.2.20",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.12.0",
"@angular-devkit/build-ng-packagr": "~0.12.0",
"@angular/cli": "7.2.3",
"@angular/compiler-cli": "^7.2.2",
"@ngrx/schematics": "^7.1.0",
"@turf/bbox": "^6.0.1",
"@types/jasmine": "^3.3.8",
"@types/jasminewd2": "^2.0.6",
"@types/lodash-es": "^4.17.1",
"@types/mapbox-gl": "^0.51.3",
"@types/node": "^10.12.18",
"@types/supercluster": "^3.0.2",
"codelyzer": "^4.5.0",
"jasmine-core": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-mocha-reporter": "^2.2.5",
"ng-packagr": "^4.7.0",
"pixel-diff": "^1.0.1",
"protractor": "^5.4.2",
"protractor-browser-logs": "^1.0.352",
"standard-version": "^4.4.0",
"ts-node": "^8.0.2",
"tsickle": "^0.34.0",
"tslib": "^1.9.3",
"tslint": "^5.12.1",
"typescript": "3.2.4",
"typescript-tslint-plugin": "^0.3.0"
}
}