generated from watergis/mapboxgljs-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.27 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
{
"name": "mapboxgljs-boilerplate",
"version": "1.0.2",
"description": "This is the template of Mapbox GL JS implementation for Water Services Providers.",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open --hot --inline --mode development --config webpack.js",
"build": "node build.js && webpack --mode production --config webpack.js",
"deploy": "gh-pages -d dist -m 'auto commit'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watergis/mapboxgljs-boilerplate.git"
},
"keywords": [
"mapbox-gl-js",
"vectortiles",
"water"
],
"author": "Jin IGARASHI",
"license": "MIT",
"bugs": {
"url": "https://github.com/watergis/mapboxgljs-boilerplate/issues"
},
"homepage": "https://github.com/watergis/mapboxgljs-boilerplate#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"
},
"dependencies": {
"@watergis/mapbox-gl-pitch-toggle-control": "^1.0.3",
"@watergis/mapbox-gl-popup": "^1.0.4",
"dotenv": "^8.2.0",
"mapbox-gl": "^2.2.0"
}
}