forked from narwassco/mapbox-gl-js-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.49 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
{
"name": "mapbox-gl-js-client",
"version": "1.0.0",
"description": "This client shows Mapbox Vetor Tile of water supply map for Nakuru Water.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open --hot --inline --config webpack.dev.js",
"build": "node build.js && webpack --config webpack.prod.js",
"deploy": "gh-pages -d dist -m 'auto commit [ci skip]'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nakuruwater/mapbox-gl-js-client.git"
},
"author": "Jin Igarashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/nakuruwater/mapbox-gl-js-client/issues"
},
"homepage": "https://github.com/nakuruwater/mapbox-gl-js-client#readme",
"devDependencies": {
"css-loader": "^3.6.0",
"dotenv-webpack": "^1.8.0",
"gh-pages": "^3.0.0",
"style-loader": "^1.3.0",
"webpack": "^4.45.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.1",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^4.7.0",
"@watergis/mapbox-gl-export": "^1.2.1",
"@watergis/mapbox-gl-legend": "^1.1.1",
"@watergis/mapbox-gl-pitch-toggle-control": "^1.0.3",
"@watergis/mapbox-gl-popup": "^1.0.4",
"@watergis/mapbox-gl-style-switcher": "^1.0.11",
"dotenv": "^8.2.0",
"es6-promise": "^4.2.8",
"jquery": "^3.5.1",
"mapbox-gl": "^1.13.0",
"mapbox-gl-controls": "^1.6.5",
"turf": "^3.0.14"
}
}