Skip to content

Commit

Permalink
added vue-matomo, vue-pannellum, updated nuxt-buefy
Browse files Browse the repository at this point in the history
  • Loading branch information
yvess committed Nov 1, 2020
1 parent 46f324d commit 69fb68e
Show file tree
Hide file tree
Showing 6 changed files with 9,495 additions and 1,526 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NUXT_VERSION=2.14.6a
NUXT_VERSION=2.14.7

.PHONY: all

Expand Down
7 changes: 4 additions & 3 deletions docker/nuxt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ ENV PATH=$PATH:/opt/node_modules/.bin
ARG S6_OVERLAY_VERSION=v1.22.1.0
RUN curl -Ls https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar xz -C /

# nuxt/node layer 01
# nuxt/node layer 01 flatten includes old 02
# nuxt/node update buefy, nuxt.js, added vue-pano, vue-matomo
COPY ./package/01/package.json ./package/01/yarn.lock /opt/nuxt/
RUN --mount=type=cache,target=/tmp/yarn_cache \
yarn install --ignore-optional

# nuxt/node update buefy 0.4.3
# nuxt/node update remove @black40x/vue-pano, vuejs-vr, added vue-pannellum
COPY ./package/02/package.json ./package/02/yarn.lock /opt/nuxt/
RUN --mount=type=cache,target=/tmp/yarn_cache \
yarn install --ignore-optional
yarn install --ignore-optional

COPY s6/etc/services.d /etc/services.d
COPY s6/etc/cont-init.d /etc/cont-init.d
Expand Down
10 changes: 7 additions & 3 deletions docker/nuxt/package/01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test:e2e": "cross-env TEST=e2e ava ./test/e2e/**/*"
},
"dependencies": {
"@black40x/vue-pano": "^0.1.95",
"@nuxtjs/apollo": "4.0.1-rc.3",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
Expand All @@ -26,19 +27,22 @@
"express": "^4.17.1",
"get-graphql-schema": "^2.1.2",
"node-sass": "^4.14.1",
"nuxt": "^2.14.5",
"nuxt-buefy": "0.3.31",
"nuxt": "^2.14.6",
"nuxt-buefy": "^0.4.4",
"nuxt-i18n": "^6.13.12",
"plyr": "^3.6.2",
"raw-loader": "^4.0.1",
"rss-parser": "^3.8.0",
"sass-loader": "^8.0.2",
"update": "^0.7.4",
"v-runtime-template": "^1.10.0",
"vue-affix": "^0.5.2",
"vue-matomo": "^3.14.0-0",
"vue-number-animation": "^1.0.5",
"vue-plyr": "^6.0.4",
"vue-scrollactive": "^0.9.3",
"vue2-google-maps": "^0.10.7"
"vue2-google-maps": "^0.10.7",
"vuejs-vr": "^1.1.0"
},
"devDependencies": {
"@ava/babel": "^1.0.0",
Expand Down
Loading

0 comments on commit 69fb68e

Please sign in to comment.