-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
{
"name": "contoh-leafletjs",
"version": "1.0.0",
"description": "Contoh penggunaan leafletJS dengan tile server OSM dan turfJS (GeoJSON generator) dalam rangka pembuatan Sistem Informasi Geografis. Lihat file `index.html`",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"watch": "webpack --watch",
"server": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egodasa/gisleafletosm.git"
},
"author": "Ego Dafma Dasa",
"license": "MIT",
"bugs": {
"url": "https://github.com/egodasa/gisleafletosm/issues"
},
"homepage": "https://github.com/egodasa/gisleafletosm#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"path": "^0.12.7",
"style-loader": "^0.21.0",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"leaflet": "^1.3.1",
"leaflet-bing-layer": "^3.3.0",
"leaflet-providers": "^1.3.1",
"leaflet.pm": "^0.25.0",
"promise-polyfill": "^8.0.0",
"w3-css": "^4.1.0"
}
}