move to devdeps
This commit is contained in:
parent
68b1039c2b
commit
8d79c90d2c
2 changed files with 3 additions and 6 deletions
|
@ -10,5 +10,4 @@ COPY --from=build-env /app/build /app
|
||||||
COPY package.json /app/package.json
|
COPY package.json /app/package.json
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
env NODE_ENV=production
|
env NODE_ENV=production
|
||||||
RUN yarn install --production
|
|
||||||
CMD ["index.js"]
|
CMD ["index.js"]
|
|
@ -37,13 +37,11 @@
|
||||||
"tailwindcss": "^3.1.5",
|
"tailwindcss": "^3.1.5",
|
||||||
"tslib": "^2.3.1",
|
"tslib": "^2.3.1",
|
||||||
"typescript": "^4.7.4",
|
"typescript": "^4.7.4",
|
||||||
"vite": "^4.0.0"
|
"vite": "^4.0.0",
|
||||||
},
|
|
||||||
"type": "module",
|
|
||||||
"dependencies": {
|
|
||||||
"@ory/client": "^0.2.0-alpha.60",
|
"@ory/client": "^0.2.0-alpha.60",
|
||||||
"@ory/hydra-client": "^2.0.2",
|
"@ory/hydra-client": "^2.0.2",
|
||||||
"@ory/integrations": "^0.2.8",
|
"@ory/integrations": "^0.2.8",
|
||||||
"svelte-i18n": "^3.5.2"
|
"svelte-i18n": "^3.5.2"
|
||||||
}
|
},
|
||||||
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue