This commit is contained in:
Untone 2024-06-24 22:16:49 +03:00
parent b2bf8335ca
commit 7591c3d40f

View File

@ -9,11 +9,11 @@
"build": "vinxi build", "build": "vinxi build",
"start": "vinxi start", "start": "vinxi start",
"codegen": "graphql-codegen", "codegen": "graphql-codegen",
"deploy": "graphql-codegen && bun run typecheck && bun run build && vercel", "deploy": "graphql-codegen && npm run typecheck && npm run build && vercel",
"e2e": "bunx playwright test --project=webkit", "e2e": "npx playwright test --project=webkit",
"fix": "bunx @biomejs/biome check src/. --write && stylelint **/*.{scss,css} --fix", "fix": "npx @biomejs/biome check src/. --write && stylelint **/*.{scss,css} --fix",
"format": "bunx @biomejs/biome format src/. --write", "format": "npx @biomejs/biome format src/. --write",
"postinstall": "bun run codegen && bunx patch-package", "postinstall": "npm run codegen && npx patch-package",
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"devDependencies": { "devDependencies": {
@ -118,7 +118,9 @@
"protobufjs" "protobufjs"
], ],
"dependencies": { "dependencies": {
"idb": "^8.0.0" "form-data": "^4.0.0",
"idb": "^8.0.0",
"mailgun.js": "^10.2.1"
}, },
"engines": { "engines": {
"node": "20.x" "node": "20.x"