forked from haoliangyu/ngx-leaflet-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·67 lines (67 loc) · 1.99 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-leaflet-starter",
"version": "2.0.1",
"description": "A minimal Angular X project with leaflet",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/haoliangyu/ngx-leaflet-starter.git"
},
"keywords": [
"angular",
"leaflet",
"starter"
],
"author": "Haoliang Yu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haoliangyu/ngx-leaflet-starter/issues"
},
"scripts": {
"build": "webpack --config webpack/webpack.config.prod.js",
"build-dev": "webpack --config webpack/webpack.config.dev.js",
"watch": "webpack --config webpack/webpack.config.dev.js --watch"
},
"homepage": "https://github.com/haoliangyu/ngx-leaflet-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/leaflet": "^1.0.60",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"leaflet": "^1.0.3",
"leaflet.vectorgrid": "^1.2.0",
"ngx-bootstrap": "^1.6.6",
"reflect-metadata": "^0.1.10",
"rxjs": "5.3.0",
"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",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"optimize-js-plugin": "0.0.4",
"script-ext-html-webpack-plugin": "^1.7.1",
"style-loader": "^0.16.1",
"to-string-loader": "^1.1.5",
"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.3.3",
"webpack-cleanup-plugin": "^0.5.1"
}
}