feat: update to NPM and plachta

This commit is contained in:
Damillora 2024-03-13 00:37:33 +07:00
parent 695c2b08d5
commit 38731bfaf2
4 changed files with 5074 additions and 3919 deletions

View File

@ -1,10 +1,9 @@
FROM node:16-alpine FROM node:16-alpine
# install dependencies # install dependencies
WORKDIR /app WORKDIR /app
RUN npm install -g pnpm
COPY . . COPY . .
RUN pnpm install RUN npm install
RUN pnpm build RUN npm run build
FROM node:16-alpine FROM node:16-alpine
WORKDIR /app WORKDIR /app
COPY --from=0 /app/build /app COPY --from=0 /app/build /app

6784
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,10 +25,10 @@
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@damillora/plachta": "^3.0.3", "@damillora/plachta": "^4.0.0",
"@sveltejs/adapter-node": "^1.1.6", "@sveltejs/adapter-node": "^1.1.6",
"dayjs": "^1.11.7", "dayjs": "^1.11.7",
"howler": "^2.2.3", "howler": "^2.2.3",
"sass": "^1.58.0" "sass": "^1.58.0"
} }
} }

File diff suppressed because it is too large Load Diff