{
|
|
"name": "xyz.fmac.gmcmap",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"description": "Unofficial client for gmcmap.com.",
|
|
"author": "Francesco Camuffo <dev@fmac.xyz>",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "npm run build:vue && npm run build:cordova",
|
|
"lint": "vue-cli-service lint",
|
|
"build:cordova": "cordova build",
|
|
"build:vue": "vue-cli-service build",
|
|
"run": "cordova run",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@types/leaflet": "^1.5.12",
|
|
"axios": "^0.19.2",
|
|
"bootstrap": "^4.5.0",
|
|
"bootstrap-vue": "^2.15.0",
|
|
"cordova-plugin-file": "^6.0.2",
|
|
"core-js": "^3.6.5",
|
|
"leaflet": "^1.6.0",
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.3.2",
|
|
"vue2-leaflet": "^2.5.2",
|
|
"vuex": "^3.4.0",
|
|
"vuex-persistedstate": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.4.1",
|
|
"@vue/cli-plugin-eslint": "^4.4.1",
|
|
"@vue/cli-plugin-router": "^4.4.1",
|
|
"@vue/cli-plugin-vuex": "^4.4.1",
|
|
"@vue/cli-service": "^4.4.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"cordova-android": "^8.1.0",
|
|
"cordova-plugin-whitelist": "^1.3.4",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"sass": "^1.26.8",
|
|
"sass-loader": "^8.0.2",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"_id": "xyz.fmac.gmcmap@0.2.0",
|
|
"bugs": "https://codeberg.org/fmac/gmcmap-cordova/issues",
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-whitelist": {}
|
|
},
|
|
"platforms": [
|
|
"android"
|
|
]
|
|
},
|
|
"displayName": "GMC Map",
|
|
"homepage": "https://codeberg.org/fmac/gmcmap-cordova",
|
|
"keywords": [
|
|
"ecosystem:cordova"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"readme": "README.md",
|
|
"repository": "git@codeberg.org:fmac/gmcmap-cordova.git"
|
|
}
|