This repository has been archived by the owner on Jul 3, 2022. It is now read-only.
forked from narwassco/mapbox-gl-js-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.61 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
{
"name": "mapbox-gl-js-client",
"version": "1.0.0",
"description": "This client shows Mapbox Vetor Tile of water supply map for WASAC RWSS.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development --open --hot --inline --config webpack.config.js",
"build": "node build.js && webpack --mode production --config webpack.config.js",
"deploy": "gh-pages -d dist -m 'auto commit [ci skip]'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wasac/mapbox-gl-js-client.git"
},
"author": "Jin Igarashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/wasac/mapbox-gl-js-client/issues"
},
"homepage": "https://github.com/wasac/mapbox-gl-js-client#readme",
"devDependencies": {
"css-loader": "^5.2.4",
"dotenv-webpack": "^1.8.0",
"es6-promise": "^4.2.8",
"gh-pages": "^3.0.0",
"style-loader": "^2.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^4.7.0",
"@wasac/mapbox-gl-admin-boundary": "^1.0.0",
"@watergis/mapbox-gl-area-switcher": "^1.0.1",
"@watergis/mapbox-gl-elevation": "^1.0.3",
"@watergis/mapbox-gl-export": "^1.2.14",
"@watergis/mapbox-gl-legend": "^1.2.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",
"@watergis/mapbox-gl-valhalla": "^0.0.2",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"mapbox-gl": "^1.13.1"
}
}