-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 903 Bytes
/
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
{
"name": "quattromap",
"description": "Compare up to 4 maps at once",
"version": "1.17.0",
"license": "MIT",
"scripts": {
"start": "webpack serve",
"build": "webpack",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "https://github.com/kreis-viersen/quattromap"
},
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"gh-pages": "^6.1.1",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-license-plugin": "^4.5.0"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@mapbox/mapbox-gl-sync-move": "^0.3.1",
"@turf/area": "^7.1.0",
"@turf/centroid": "^7.1.0",
"@turf/length": "^7.1.0",
"lz-string": "^1.5.0",
"mapbox-gl": "^1.13.3"
}
}