Updated to use pnpm

Now enforcing use of node 17 (not using 18 due to dep. issue)

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2022-06-22 21:04:13 +01:00
parent e30c41e841
commit d9d8363322
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
7 changed files with 5917 additions and 4766 deletions

3
.npmrc Normal file
View file

@ -0,0 +1,3 @@
auto-install-peers=true
node-version=v17.9.1
engine-strict=true

2
.nvmrc
View file

@ -1 +1 @@
v16 v17.9.1

Binary file not shown.

View file

@ -1,5 +1,5 @@
# Dockerfile # Dockerfile
FROM node:18-alpine FROM node:17-alpine
# create destination directory # create destination directory
RUN mkdir -p /usr/src/nuxt-app RUN mkdir -p /usr/src/nuxt-app

View file

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"engines": { "engines": {
"node": ">=16", "node": "v17.9.1",
"pnpm": ">=7" "pnpm": ">=7"
}, },
"scripts": { "scripts": {
@ -21,6 +21,8 @@
}, },
"dependencies": { "dependencies": {
"@nuxtjs/i18n": "7.2.2", "@nuxtjs/i18n": "7.2.2",
"autoprefixer": "10.4.7" "vite": "^2.9.12",
"vue": "^3.2.37",
"webpack": "^5.73.0"
} }
} }

5886
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load diff

4740
yarn.lock

File diff suppressed because it is too large Load diff