move to devdeps

master
Skye 2 years ago
parent 68b1039c2b
commit 8d79c90d2c
Signed by: me
GPG Key ID: 0104BC05F41B77B8

@ -10,5 +10,4 @@ COPY --from=build-env /app/build /app
COPY package.json /app/package.json
WORKDIR /app
env NODE_ENV=production
RUN yarn install --production
CMD ["index.js"]

@ -37,13 +37,11 @@
"tailwindcss": "^3.1.5",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"vite": "^4.0.0",
"@ory/client": "^0.2.0-alpha.60",
"@ory/hydra-client": "^2.0.2",
"@ory/integrations": "^0.2.8",
"svelte-i18n": "^3.5.2"
}
},
"type": "module"
}

Loading…
Cancel
Save