|
|
|
@ -0,0 +1,71 @@ |
|
|
|
{ |
|
|
|
"name": "dasmapqu", |
|
|
|
"version": "0.0.1", |
|
|
|
"description": "Aplikasi DasmapQu", |
|
|
|
"productName": "DasmapQu", |
|
|
|
"author": "PT Das Map Indonesia <suppport@dasmap.id>", |
|
|
|
"private": true, |
|
|
|
"scripts": { |
|
|
|
"lint": "eslint --ext .js,.vue ./", |
|
|
|
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore", |
|
|
|
"test": "echo \"No test specified\" && exit 0", |
|
|
|
"dev": "quasar dev", |
|
|
|
"build": "quasar build" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"cordova-plugin-background-geolocation": "^1.0.6", |
|
|
|
"@fullcalendar/bootstrap": "^6.1.17", |
|
|
|
"@fullcalendar/core": "^6.1.17", |
|
|
|
"@fullcalendar/daygrid": "^6.1.17", |
|
|
|
"@fullcalendar/interaction": "^6.1.17", |
|
|
|
"@fullcalendar/list": "^6.1.17", |
|
|
|
"@fullcalendar/timegrid": "^6.1.17", |
|
|
|
"@fullcalendar/vue": "^6.1.17", |
|
|
|
"@fullcalendar/vue3": "6.1.8", |
|
|
|
"@quasar/extras": "^1.16.4", |
|
|
|
"@quasar/icongenie": "^3.0.0", |
|
|
|
"@turf/boolean-point-in-polygon": "^6.5.0", |
|
|
|
"@turf/buffer": "^6.5.0", |
|
|
|
"@turf/difference": "^6.5.0", |
|
|
|
"@turf/intersect": "^6.5.0", |
|
|
|
"@turf/line-intersect": "^6.5.0", |
|
|
|
"@turf/union": "^6.5.0", |
|
|
|
"axios": "^1.2.1", |
|
|
|
"jszip": "^3.10.1", |
|
|
|
"ol": "^9.0.0", |
|
|
|
"ol-mapbox-style": "^12.2.1", |
|
|
|
"pinia": "^2.0.11", |
|
|
|
"proj4": "^2.9.0", |
|
|
|
"quasar": "^2.8.0", |
|
|
|
"shpjs": "^6.1.0", |
|
|
|
"vue": "^3.4.18", |
|
|
|
"vue-client-recaptcha": "^1.0.9", |
|
|
|
"vue-draggable-resizable": "^3.0.0", |
|
|
|
"vue-i18n": "^9.0.0", |
|
|
|
"vue-router": "^4.0.12", |
|
|
|
"xml-js": "^1.6.11" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@intlify/vite-plugin-vue-i18n": "^3.3.1", |
|
|
|
"@quasar/app-vite": "^1.8.0", |
|
|
|
"autoprefixer": "^10.4.2", |
|
|
|
"eslint": "^8.11.0", |
|
|
|
"eslint-config-prettier": "^8.1.0", |
|
|
|
"eslint-plugin-vue": "^9.0.0", |
|
|
|
"postcss": "^8.4.14", |
|
|
|
"prettier": "^2.5.1", |
|
|
|
"vite-plugin-checker": "^0.6.4", |
|
|
|
"workbox-build": "^7.0.0", |
|
|
|
"workbox-cacheable-response": "^7.0.0", |
|
|
|
"workbox-core": "^7.0.0", |
|
|
|
"workbox-expiration": "^7.0.0", |
|
|
|
"workbox-precaching": "^7.0.0", |
|
|
|
"workbox-routing": "^7.0.0", |
|
|
|
"workbox-strategies": "^7.0.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^20 || ^18 || ^16", |
|
|
|
"npm": ">= 6.13.4", |
|
|
|
"yarn": ">= 1.21.1" |
|
|
|
} |
|
|
|
} |