forked from el/style-switcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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": "@watergis/mapbox-gl-style-switcher",
"version": "1.0.11",
"description": "Mapbox GL JS Style Switcher",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"styles.css"
],
"scripts": {
"build": "tsc",
"dev": "webpack serve --mode development --open --hot --inline --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watergis/style-switcher.git"
},
"keywords": [
"mapbox",
"mapbox-gl-js",
"style-switcher"
],
"author": "Eliz Kilic",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/el/style-switcher/issues"
},
"homepage": "https://github.com/watergis/style-switcher#readme",
"dependencies": {
"mapbox-gl": "^1.13.0"
},
"devDependencies": {
"@types/mapbox-gl": "^1.13.0",
"css-loader": "^5.0.1",
"minimist": ">=0.2.1",
"path": "^0.12.7",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.14",
"typescript": "^3.9.7",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2"
}
}