install published package and return npm command

This commit is contained in:
kandrusyak
2023-01-16 11:30:23 +03:00
parent e18480c096
commit a3eb7c9774
3 changed files with 25 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /front
COPY . . COPY . .
RUN npm install RUN npm ci
RUN npm run build RUN npm run build
FROM nginx:1.21.6-alpine as runner FROM nginx:1.21.6-alpine as runner

44
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@vuelidate/core": "^2.0.0", "@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0", "@vuelidate/validators": "^2.0.0",
"astra-ui": "git+https://gitlab.dopcore.com/andrusyakka/astra-ui.git", "dop-astra-ui": "^0.1.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"vue": "^3.2.13", "vue": "^3.2.13",
"vue-router": "^4.1.5", "vue-router": "^4.1.5",
@@ -3627,16 +3627,6 @@
"integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==", "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==",
"dev": true "dev": true
}, },
"node_modules/astra-ui": {
"version": "0.1.0",
"resolved": "git+https://gitlab.dopcore.com/andrusyakka/astra-ui.git#f3ccd60028383a13e2bd21f1b9a8d73536956612",
"dependencies": {
"@quasar/extras": "^1.0.0",
"core-js": "^3.8.3",
"quasar": "^2.0.0",
"vue": "^3.2.13"
}
},
"node_modules/async": { "node_modules/async": {
"version": "2.6.4", "version": "2.6.4",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
@@ -5304,6 +5294,17 @@
"url": "https://github.com/fb55/domutils?sponsor=1" "url": "https://github.com/fb55/domutils?sponsor=1"
} }
}, },
"node_modules/dop-astra-ui": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/dop-astra-ui/-/dop-astra-ui-0.1.0.tgz",
"integrity": "sha512-VJW7pHpBpR+0UAP9Hhs4EA4rs4vtnQYnS9meAPK2NEXFJH6nArRnqOyykY9h9DmH8xZMFMZewwwZO8r0C+qO0A==",
"dependencies": {
"@quasar/extras": "^1.0.0",
"core-js": "^3.8.3",
"quasar": "^2.0.0",
"vue": "^3.2.13"
}
},
"node_modules/dot-case": { "node_modules/dot-case": {
"version": "3.0.4", "version": "3.0.4",
"resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
@@ -15043,16 +15044,6 @@
"integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==", "integrity": "sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==",
"dev": true "dev": true
}, },
"astra-ui": {
"version": "git+https://gitlab.dopcore.com/andrusyakka/astra-ui.git#f3ccd60028383a13e2bd21f1b9a8d73536956612",
"from": "astra-ui@git+https://gitlab.dopcore.com/andrusyakka/astra-ui.git",
"requires": {
"@quasar/extras": "^1.0.0",
"core-js": "^3.8.3",
"quasar": "^2.0.0",
"vue": "^3.2.13"
}
},
"async": { "async": {
"version": "2.6.4", "version": "2.6.4",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
@@ -16262,6 +16253,17 @@
"domhandler": "^4.2.0" "domhandler": "^4.2.0"
} }
}, },
"dop-astra-ui": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/dop-astra-ui/-/dop-astra-ui-0.1.0.tgz",
"integrity": "sha512-VJW7pHpBpR+0UAP9Hhs4EA4rs4vtnQYnS9meAPK2NEXFJH6nArRnqOyykY9h9DmH8xZMFMZewwwZO8r0C+qO0A==",
"requires": {
"@quasar/extras": "^1.0.0",
"core-js": "^3.8.3",
"quasar": "^2.0.0",
"vue": "^3.2.13"
}
},
"dot-case": { "dot-case": {
"version": "3.0.4", "version": "3.0.4",
"resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",

View File

@@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@vuelidate/core": "^2.0.0", "@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0", "@vuelidate/validators": "^2.0.0",
"astra-ui": "git+https://gitlab.dopcore.com/andrusyakka/astra-ui.git", "dop-astra-ui": "^0.1.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"vue": "^3.2.13", "vue": "^3.2.13",
"vue-router": "^4.1.5", "vue-router": "^4.1.5",