-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
46 lines (46 loc) · 1.38 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": "pwa-maps",
"version": "0.1.0",
"description": "A Progressive Web App Web Map",
"scripts": {
"present": "node node_modules/reveal-md/bin/reveal-md.js README.md",
"build": "node scripts/pwa-build",
"copy": "node scripts/pwa-clone-basemap",
"start": "http-server -p 80 -o",
"start-dev": "http-server ./dist",
"deploy": "node_modules/netlify-cli/bin/run deploy --prod",
"cache": "node scripts/pwa-sw-sample",
"workbox-wizard": "node node_modules/workbox-cli/build/bin.js wizard",
"workbox-cache": "node node_modules/workbox-cli/build/bin.js generateSW workbox-config.js",
"workbox-cache-dist": "node node_modules/workbox-cli/build/bin.js generateSW workbox-config-dist.js",
"purge": "node scripts/pwa-purge"
},
"keywords": [
"progressive web app",
"maps",
"mapbox",
"openmaptiles",
"vector tiles"
],
"author": "Malcolm Meyer",
"license": "MIT",
"dependencies": {
"fs-extra": "^7.0.1",
"http-server": "^0.11.1",
"mapbox-gl": "^0.53.1",
"netlify-cli": "^2.11.15",
"workbox-cli": "^4.3.1"
},
"devDependencies": {
"delete": "^1.1.0",
"reveal-md": "^3.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reyemtm/pwa-maps.git"
},
"bugs": {
"url": "https://github.com/reyemtm/pwa-maps/issues"
},
"homepage": "https://github.com/reyemtm/pwa-maps#readme"
}