-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.23 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "mapa-waorani",
"version": "1.0.0",
"description": "waorani map",
"main": "index.js",
"scripts": {
"test": "standard",
"build": "mkdirp dist && npm run build:js && npm run build:static && npm run build:sw",
"build:sw": "workbox injectManifest && bin/inject-cache-warmer",
"build:js": "NODE_ENV=production browserify --debug -t [ sheetify/transform -u sheetify-nested ] -p [ css-extract -o dist/bundle.css ] -g unassertify -g envify -t yo-yoify -t es2020 -g uglifyify -p common-shakeify -p browser-pack-flat/plugin src/index.js | uglifyjs --source-map 'content=inline' -c comparisons=false -m -o dist/bundle.js",
"build:static": "copyup 'static/**/*' dist && bin/ssr",
"start": "budo src/index.js:bundle.js -d static -- -t [ sheetify/transform -u sheetify-nested]",
"deploy": "npm run build && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/mapa-waorani.git"
},
"keywords": [
"map",
"waorani"
],
"author": "Digital Democracy",
"license": "MIT",
"bugs": {
"url": "https://github.com/digidem/mapa-waorani/issues"
},
"homepage": "https://github.com/digidem/mapa-waorani#readme",
"dependencies": {
"@digidem/attribution-control": "^1.0.0",
"@vimeo/player": "^2.6.1",
"debug": "^3.1.0",
"global": "^4.3.2",
"lozad": "^1.4.0",
"mapbox-gl": "^0.45.0",
"mapbox-gl-toggle-control": "^1.0.5",
"nanocomponent": "^6.5.2",
"nanohtml": "^1.2.4",
"nanocomponent": "^6.5.2",
"nanomorph": "^5.1.3",
"on-intersect": "^2.0.0",
"on-load": "^3.4.0",
"sheetify": "^6.1.1",
"workbox-cli": "^3.2.0"
},
"devDependencies": {
"browser-pack-flat": "^3.1.0",
"sheetify-nested": "^1.0.2",
"browserify": "^14.4.0",
"budo": "^10.0.3",
"common-shakeify": "^0.4.6",
"copyfiles": "^1.2.0",
"css-extract": "^1.3.0",
"envify": "^4.1.0",
"es2020": "^1.1.9",
"gh-pages": "^1.0.0",
"uglifyify": "^5.0.0",
"mkdirp": "^0.5.1",
"puppeteer": "^1.4.0",
"request": "^2.87.0",
"sheetify": "^6.1.1",
"sheetify-nested": "^1.0.2",
"standard": "^10.0.3",
"traverse": "^0.6.6",
"uglify-js": "^3.3.27",
"unassertify": "^2.1.1",
"yo-yoify": "^3.7.3"
}
}