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:
parent
e30c41e841
commit
d9d8363322
3
.npmrc
Normal file
3
.npmrc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
auto-install-peers=true
|
||||||
|
node-version=v17.9.1
|
||||||
|
engine-strict=true
|
Binary file not shown.
|
@ -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
|
||||||
|
|
|
@ -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
5886
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue