diff --git a/package.json b/package.json index 01bd5c53..39055333 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,26 @@ { "name": "@geode/opengeodeweb-front", + "version": "0.0.0", "description": "OpenSource Vue/Nuxt/Pinia/Vuetify framework for web applications", + "homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front", + "bugs": { + "url": "https://github.com/Geode-solutions/OpenGeodeWeb-Front/issues" + }, + "license": "MIT", + "author": { + "name": "Geode-solutions", + "email": "contact@geode-solutions.com", + "url": "https://geode-solutions.com/" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Geode-solutions/OpenGeodeWeb-Front.git" + }, "type": "module", - "version": "0.0.0", "main": "./nuxt.config.js", + "publishConfig": { + "access": "public" + }, "scripts": { "lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .", "test": "npm run test:unit", @@ -69,23 +86,13 @@ "electron": "36.4.0" }, "overrides": { - "vue": "latest" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/Geode-solutions/OpenGeodeWeb-Front.git" - }, - "author": { - "name": "Geode-solutions", - "email": "contact@geode-solutions.com", - "url": "https://geode-solutions.com/" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/Geode-solutions/OpenGeodeWeb-Front/issues" - }, - "homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front", - "publishConfig": { - "access": "public" + "@vue/compiler-core": "3.5.28", + "@vue/compiler-dom": "3.5.28", + "@vue/compiler-sfc": "3.5.28", + "@vue/reactivity": "3.5.28", + "@vue/runtime-core": "3.5.28", + "@vue/runtime-dom": "3.5.28", + "@vue/shared": "3.5.28", + "vue": "3.5.28" } } diff --git a/tests/integration/microservices/back/requirements.txt b/tests/integration/microservices/back/requirements.txt index c4caed69..bd3a3ef5 100644 --- a/tests/integration/microservices/back/requirements.txt +++ b/tests/integration/microservices/back/requirements.txt @@ -5,4 +5,3 @@ # pip-compile --output-file=tests/integration/microservices/back/requirements.txt tests/integration/microservices/back/requirements.in # -opengeodeweb-back==6.*,>=6.1.3 diff --git a/tests/integration/microservices/viewer/requirements.txt b/tests/integration/microservices/viewer/requirements.txt index 5922c2c7..4d097394 100644 --- a/tests/integration/microservices/viewer/requirements.txt +++ b/tests/integration/microservices/viewer/requirements.txt @@ -5,4 +5,3 @@ # pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in # -opengeodeweb-viewer==1.*,>=1.15.3