-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.06 KB
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
{
"name": "publicmap-",
"description": "An public map",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev --no-hot",
"build": "sapper build",
"export": "sapper export",
"start": "node __sapper__/build",
"deploy": "sapper export && gh-pages -d __sapper__/export"
},
"dependencies": {
"@mapbox/sphericalmercator": "^1.1.0",
"@watergis/mapbox-gl-export": "^1.1.0",
"compression": "^1.7.1",
"d": "^1.0.1",
"d3-fetch": "^2.0.0",
"mapbox-gl-controls": "^1.6.5",
"node-fetch": "^2.6.1",
"node-html-parser": "^2.0.0",
"polka": "next",
"sanitize-html": "^2.3.0",
"sirv": "^1.0.0",
"tinyurl": "^1.1.7",
"wellknown": "^0.5.0",
"wkt": "^0.1.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@beyonk/svelte-mapbox": "^5.2.2",
"file-loader": "^6.0.0",
"mapbox-gl": "^1.13.0",
"query-overpass": "^1.5.5",
"sapper": "^0.28.0",
"svelte": "^3.17.3",
"svelte-loader": "^2.9.0",
"svelte-moveable": "^0.12.1",
"webpack": "^4.7.0",
"webpack-modules": "^1.0.0"
}
}