-
- Downloads
Merge branch 'updateWMSSource-VIPSUTV-719' into 'development'
Update wms source vipsutv 719 See merge request !5
Branches development
No related tags found
{ | { | ||
"name": "vipsobservationapp", | "name": "vipsobservationapp", | ||
"version": "2.0.10", | "version": "2.0.12", | ||
"private": true, | "private": true, | ||
"description": "The Field Pest Observation App for VIPS users", | "description": "The Field Pest Observation App for VIPS users", | ||
"author": "Tor-Einar Skog <tor-einar.skog@nibio.no>", | "author": "Lene Hallen Wasskog <lene.wasskog@nibio.no>", | ||
"scripts": { | "scripts": { | ||
"build": "node build/build.js", | "build": "node build/build.js", | ||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@formschema/native": "^2.0.0-alpha.2", | "@formschema/native": "^2.0.0-alpha.2", | ||
"@fortawesome/fontawesome-svg-core": "^6.5.0", | "@fortawesome/fontawesome-svg-core": "^1.3.0", | ||
"@fortawesome/free-regular-svg-icons": "^6.5.0", | "@fortawesome/free-regular-svg-icons": "^6.5.0", | ||
"@fortawesome/free-solid-svg-icons": "^6.5.0", | "@fortawesome/free-solid-svg-icons": "^6.5.0", | ||
"@fortawesome/vue-fontawesome": "^2.0.2", | "@fortawesome/vue-fontawesome": "^2.0.2", | ||
... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
"browser-image-compression": "^1.0.17", | "browser-image-compression": "^1.0.17", | ||
"ekko-lightbox": "^5.3.0", | "ekko-lightbox": "^5.3.0", | ||
"luxon": "^1.26.0", | "luxon": "^1.26.0", | ||
"node": "^22.6.0", | |||
"ol": "6.5.0", | "ol": "6.5.0", | ||
"ol-ext": "^3.1.18", | "ol-ext": "^3.1.18", | ||
"vue": "^2.5.2", | "vue": "^2.5.2", | ||
... | @@ -40,7 +41,7 @@ | ... | @@ -40,7 +41,7 @@ |
"babel-preset-stage-2": "^6.22.0", | "babel-preset-stage-2": "^6.22.0", | ||
"chalk": "^2.0.1", | "chalk": "^2.0.1", | ||
"copy-webpack-plugin": "^4.0.1", | "copy-webpack-plugin": "^4.0.1", | ||
"cordova-android": "^12.0.0", | "cordova-android": "^13.0.0", | ||
"cordova-browser": "^6.0.0", | "cordova-browser": "^6.0.0", | ||
"cordova-ios": "^7.0.1", | "cordova-ios": "^7.0.1", | ||
"cordova-plugin-camera": "^6.0.0", | "cordova-plugin-camera": "^6.0.0", | ||
... | @@ -68,7 +69,7 @@ | ... | @@ -68,7 +69,7 @@ |
"vue-loader": "^13.3.0", | "vue-loader": "^13.3.0", | ||
"vue-style-loader": "^3.0.1", | "vue-style-loader": "^3.0.1", | ||
"vue-template-compiler": "^2.5.2", | "vue-template-compiler": "^2.5.2", | ||
"webpack": "^3.6.0", | "webpack": "^3.12.0", | ||
"webpack-bundle-analyzer": "^2.9.0", | "webpack-bundle-analyzer": "^2.9.0", | ||
"webpack-dev-server": "^2.9.1", | "webpack-dev-server": "^2.9.1", | ||
"webpack-merge": "^4.1.0", | "webpack-merge": "^4.1.0", | ||
... | @@ -82,11 +83,13 @@ | ... | @@ -82,11 +83,13 @@ |
"cordova": { | "cordova": { | ||
"platforms": [ | "platforms": [ | ||
"browser", | "browser", | ||
"android", | "ios", | ||
"ios" | "android" | ||
], | ], | ||
"plugins": { | "plugins": { | ||
"cordova-plugin-geolocation": {}, | "cordova-plugin-geolocation": { | ||
"GPS_REQUIRED": "true" | |||
}, | |||
"cordova-plugin-camera": { | "cordova-plugin-camera": { | ||
"ANDROIDX_CORE_VERSION": "1.6.+" | "ANDROIDX_CORE_VERSION": "1.6.+" | ||
}, | }, | ||
... | @@ -95,7 +98,7 @@ | ... | @@ -95,7 +98,7 @@ |
} | } | ||
}, | }, | ||
"engines": { | "engines": { | ||
"node": ">= 6.0.0", | "node": ">= 20.0.0", | ||
"npm": ">= 3.0.0" | "npm": ">= 9.0.0" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment