Compare commits

...

2 commits

Author SHA1 Message Date
8d79c90d2c
move to devdeps 2022-12-18 16:46:26 +09:00
68b1039c2b
bump 2022-12-18 16:45:36 +09:00
3 changed files with 383 additions and 380 deletions

View file

@ -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"]

View file

@ -15,9 +15,9 @@
},
"devDependencies": {
"@playwright/test": "1.25.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "^1.0.0-next.101",
"@sveltejs/kit": "next",
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/adapter-node": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@tailwindcss/forms": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
@ -37,13 +37,11 @@
"tailwindcss": "^3.1.5",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.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"
}

748
yarn.lock

File diff suppressed because it is too large Load diff