sendou.ink/package.json
dependabot[bot] da3ca1328b
Some checks failed
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled
Bump vite (#2239)
Bumps  and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies needed to be updated together.

Updates `vite` from 6.3.3 to 6.3.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)

Updates `vite` from 5.4.18 to 6.3.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.4
  dependency-type: direct:development
- dependency-name: vite
  dependency-version: 6.3.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 13:35:49 +03:00

105 lines
3.5 KiB
JSON

{
"name": "sendou.ink",
"version": "3.0.0",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"deploy": "npm ci && npm run build",
"build": "remix vite:build",
"dev": "remix vite:dev --host",
"dev:prod": "DB_PATH=db-prod.sqlite3 VITE_PROD_MODE=true npm run dev",
"dev:ci": "cp .env.example .env && npm run migrate up && npm run dev",
"start": "npm run migrate up && remix-serve ./build/server/index.js",
"migrate": "ley",
"check-translation-jsons": "node --experimental-strip-types scripts/check-translation-jsons.ts",
"check-translation-jsons:no-write": "node --experimental-strip-types scripts/check-translation-jsons.ts --no-write",
"check-homemade-badges": "node --experimental-strip-types scripts/check-homemade-badges.ts",
"refresh-prod-db": "node --experimental-strip-types scripts/refresh-prod-db.ts && cross-env DB_PATH=db-prod.sqlite3 npm run migrate up",
"biome:check": "npx @biomejs/biome check .",
"biome:fix": "npx @biomejs/biome check --write .",
"biome:fix:unsafe": "npx @biomejs/biome check --write --unsafe .",
"typecheck": "tsc --noEmit",
"test:unit": "cross-env VITE_SITE_DOMAIN=http://localhost:5173 vitest --silent=passed-only run",
"test:e2e": "npx playwright test",
"checks": "npm run biome:fix && npm run test:unit && npm run check-translation-jsons && npm run typecheck"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.797.0",
"@aws-sdk/lib-storage": "^3.797.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@epic-web/cachified": "^5.5.2",
"@faker-js/faker": "^9.7.0",
"@headlessui/react": "^1.7.19",
"@hookform/resolvers": "^5.0.1",
"@remix-run/node": "^2.16.5",
"@remix-run/react": "^2.16.5",
"@remix-run/serve": "^2.16.5",
"@tldraw/tldraw": "^3.12.1",
"aws-sdk": "^2.1692.0",
"better-sqlite3": "^11.9.1",
"clsx": "^2.1.1",
"compressorjs": "^1.2.1",
"countries-list": "^3.1.1",
"date-fns": "^4.1.0",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^8.0.5",
"i18next-http-backend": "^2.6.2",
"isbot": "^5.1.27",
"kysely": "^0.28.2",
"lru-cache": "^11.1.0",
"markdown-to-jsx": "^7.7.6",
"nanoid": "^5.1.5",
"node-cron": "3.0.3",
"nprogress": "^0.2.0",
"openskill": "^4.1.0",
"p-limit": "^6.2.0",
"partysocket": "^1.1.3",
"react": "^18.3.1",
"react-aria-components": "^1.8.0",
"react-charts": "^3.0.0-beta.57",
"react-compiler-runtime": "^19.1.0-rc.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"react-flip-toolkit": "7.2.4",
"react-hook-form": "^7.56.1",
"react-i18next": "^15.5.1",
"react-use": "^17.6.0",
"react-use-draggable-scroll": "^0.4.7",
"remeda": "^2.21.3",
"remix-auth": "^4.2.0",
"remix-auth-oauth2": "^3.4.0",
"remix-i18next": "^6.4.1",
"remix-utils": "^7.7.0",
"slugify": "^1.6.6",
"swr": "^2.3.3",
"web-push": "^3.6.7",
"zod": "^3.24.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "^1.52.0",
"@remix-run/dev": "^2.16.5",
"@remix-run/route-config": "^2.16.5",
"@types/better-sqlite3": "^7.6.13",
"@types/node-cron": "^3.0.11",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/web-push": "^3.6.4",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"cross-env": "^7.0.3",
"ley": "^0.8.1",
"sql-formatter": "^15.6.1",
"typescript": "^5.8.3",
"vite": "^6.3.4",
"vite-plugin-babel": "^1.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.2"
}
}