-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
67 lines (67 loc) · 1.9 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
{
"name": "ngx-mapboxgl-starter",
"version": "2.0.1",
"description": "An Angular2 and MapboxGL minimal project starter",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/haoliangyu/ngx-mapboxgl-starter.git"
},
"keywords": [
"angular",
"mapbox-gl"
],
"author": "Haoliang Yu <haholiang.yu@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haoliangyu/ngx-mapboxgl-starter/issues"
},
"scripts": {
"build": "webpack"
},
"homepage": "https://github.com/haoliangyu/ngx-mapboxgl-starter#readme",
"dependencies": {
"@angular/common": "^4.0.2",
"@angular/compiler": "^4.0.2",
"@angular/core": "^4.0.2",
"@angular/forms": "^4.0.2",
"@angular/http": "^4.0.2",
"@angular/platform-browser": "^4.0.2",
"@angular/platform-browser-dynamic": "^4.0.2",
"@types/es6-shim": "^0.31.32",
"@types/geojson": "1.0.1",
"@types/mapbox-gl": "^0.30.0",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"mapbox-gl": "^0.35.1",
"ng2-bootstrap": "^1.6.3",
"reflect-metadata": "^0.1.10",
"rxjs": "5.3.0",
"script-ext-html-webpack-plugin": "^1.7.1",
"webpack-cleanup-plugin": "^0.5.1",
"zone.js": "^0.8.5"
},
"devDependencies": {
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"optimize-js-plugin": "0.0.4",
"style-loader": "^0.16.1",
"to-string-loader": "^1.1.5",
"transform-loader": "^0.2.4",
"ts-loader": "^2.0.3",
"tslint": "^5.1.0",
"tslint-loader": "^3.5.2",
"typescript": "^2.2.2",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2",
"webpack-sources": "^0.2.3",
"webworkify-webpack": "^2.0.4"
}
}