Merge branch 'redmine-issues/18367' into '1.1'
REDMINE_ISSUE-18367 See merge request onegeo-suite/sites/onegeo-suite-site-login-vuejs!45
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- README.md 5 additions, 0 deletionsREADME.md
- package.json 8 additions, 8 deletionspackage.json
- src/components/OrganisationSelector.vue 0 additions, 1 deletionsrc/components/OrganisationSelector.vue
- src/store/index.js 28 additions, 5 deletionssrc/store/index.js
- src/store/modules/organisations.store.js 0 additions, 43 deletionssrc/store/modules/organisations.store.js
- src/store/modules/usergroups.store.js 10 additions, 8 deletionssrc/store/modules/usergroups.store.js
{ | { | ||
"name": "onegeo-suite-site-login-vuejs", | "name": "onegeo-suite-site-login-vuejs", | ||
"version": "1.0.0", | "version": "1.1.0-beta0", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"dev": "cross-env NODE_ENV=development vue-cli-service serve --open --host localhost", | "dev": "NODE_OPTIONS=--openssl-legacy-provider cross-env NODE_ENV=development vue-cli-service serve --open --host localhost", | ||
"serve": "vue-cli-service serve", | "serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve", | ||
"build": "vue-cli-service build", | "build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build", | ||
"test:unit": "vue-cli-service test:unit", | "test:unit": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service test:unit", | ||
"test:e2e": "vue-cli-service test:e2e", | "test:e2e": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service test:e2e", | ||
"lint": "vue-cli-service lint" | "lint": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"axios": "~0.21.1", | "axios": "^1.5.0", | ||
"bootstrap-vue": "^2.21.2", | "bootstrap-vue": "^2.21.2", | ||
"core-js": "^3.6.5", | "core-js": "^3.6.5", | ||
"corejs-typeahead": "^1.3.1", | "corejs-typeahead": "^1.3.1", | ||
... | ... |
Please register or sign in to comment