forked from oscarfonts/mapbox-gl-cordova-offline
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.42 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
70
71
72
73
74
75
{
"name": "@yermo/maplibre-gl-capacitor-offline",
"version": "1.15.6",
"description": "Offline vector maps in Capacitor using MapLibre GL JS based on mapbox-gl-cordova-offline by Oscar Fonts",
"main": "www/maplibre-gl-capacitor-offline.js",
"scripts": {
"start": "run-p run-android start-server build-dev",
"run-android": "npx cap run android",
"start-server": "live-server --watch=www --no-browser",
"build-dev": "rollup -c --environment BUILD:dev --watch",
"build": "rollup -c --environment BUILD:production",
"build-prod-min": "rollup -c --environment BUILD:production,MINIFY:true"
},
"keywords": [],
"author": "Yermo Lamers <[email protected]>",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Yermo/maplibre-gl-capacitor-offline.git"
},
"devDependencies": {
"@mapbox/flow-remove-types": "1.3.0-await.upstream.1",
"@rollup/plugin-strip": "1.3.3",
"assert": "1.4.1",
"babel-eslint": "10.0.1",
"eslint": "5.12.0",
"eslint-config-mourner": "3.0.0",
"eslint-plugin-flowtype": "3.2.1",
"live-server": "1.2.1",
"maplibre-gl": "1.15.2",
"npm-run-all": "4.1.2",
"pako": "1.0.6",
"rollup": "^1.23.1",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-uglify": "^3.0.0",
"rollup-plugin-unassert": "^0.3.0",
"rollup-pluginutils": "2.3.3"
},
"dependencies": {
"@capacitor/android": "3.3.3",
"@capacitor/cli": "3.3.3",
"@capacitor/core": "3.3.3",
"@capacitor/filesystem": "1.0.6",
"@capacitor/ios": "3.3.4",
"base64-js": "1.3.0",
"brfs": "^1.4.4",
"cordova-android": "6.3.0",
"cordova-ios": "4.5.4",
"cordova-plugin-device": "1.1.6",
"cordova-plugin-file": "6.0.2",
"cordova-plugin-whitelist": "1.3.2",
"cordova-sqlite-ext": "6.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-file": {},
"cordova-plugin-device": {}
},
"platforms": [
"ios",
"android"
]
},
"bugs": {
"url": "https://github.com/Yermo/maplibre-gl-capacitor-offline/issues"
},
"homepage": "https://github.com/Yermo/maplibre-gl-capacitor-offline#readme"
}