mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
* checkpoint * server compiles again * fmt * checkpoint * last one out, get the lights * euston station * like, mostly good. I'm under the ocean right now. * fix: some nonsense AI stuff * fix: new eslint rules, and cleanup imports across the board * feat: folder slug rewrite, email logic change, too * fix: register must use txn not db * checkpoint
227 lines
6.0 KiB
JSON
227 lines
6.0 KiB
JSON
{
|
|
"name": "tachi",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"description": "The score tracker.",
|
|
"workspaces": [
|
|
"typescript/*",
|
|
"typescript-vendor/*"
|
|
],
|
|
"tsMachete": {
|
|
"excludeGlobal": [
|
|
"@typescript/native-preview",
|
|
"typescript"
|
|
],
|
|
"exclude": {
|
|
"tachi-client": [
|
|
"@types/history",
|
|
"bootstrap-scss",
|
|
"sass"
|
|
],
|
|
"tachi-bot": [
|
|
"ts-node",
|
|
"tsconfig-paths",
|
|
"@vitest/coverage-v8"
|
|
],
|
|
"tachi-db": [
|
|
"@types/express",
|
|
"@types/node",
|
|
"@types/node-fetch",
|
|
"@vitest/coverage-v8"
|
|
],
|
|
"eslint-config-tachi": [
|
|
"@typescript-eslint/eslint-plugin",
|
|
"@typescript-eslint/parser",
|
|
"eslint-import-resolver-typescript",
|
|
"@types/eslint__js"
|
|
],
|
|
"tachi-seeds-scripts": [
|
|
"tsconfig-paths"
|
|
],
|
|
"tachi-server": [
|
|
"ts-node",
|
|
"tsconfig-paths",
|
|
"@vitest/coverage-v8"
|
|
],
|
|
"tachi-db-migration-engine": [
|
|
"ts-node"
|
|
]
|
|
}
|
|
},
|
|
"author": "zk",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.0.6",
|
|
"@bufbuild/buf": "^1.66.1",
|
|
"@bufbuild/protoc-gen-es": "^2.11.0",
|
|
"@connectrpc/protoc-gen-connect-es": "^1.7.0",
|
|
"@types/node": "20.19.37",
|
|
"eslint": "^9.20.1",
|
|
"kanel": "^3.16.1",
|
|
"kanel-kysely": "^0.8.0",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"catalog": {
|
|
"@aws-sdk/client-s3": "3.49.0",
|
|
"@discordjs/builders": "0.5.0",
|
|
"@discordjs/rest": "0.1.0-canary.0",
|
|
"@eslint/js": "^9.20.0",
|
|
"@fortawesome/fontawesome-free": "5.13.0",
|
|
"@fullcalendar/core": "^6.0.0",
|
|
"@fullcalendar/daygrid": "^6.0.0",
|
|
"@fullcalendar/react": "^6.0.0",
|
|
"@nivo/bar": "0.79.1",
|
|
"@nivo/core": "0.79.0",
|
|
"@nivo/line": "0.79.1",
|
|
"@octokit/app": "15.1.0",
|
|
"@octokit/webhooks-types": "7.5.1",
|
|
"@types/bcryptjs": "^2.4.2",
|
|
"@types/bunyan": "^1.8.8",
|
|
"@types/connect-redis": "0.0.18",
|
|
"@types/eslint__js": "8.42.3",
|
|
"@types/express": "4.17.13",
|
|
"@types/express-rate-limit": "5.1.3",
|
|
"@types/express-serve-static-core": "4.17.29",
|
|
"@types/express-session": "1.17.4",
|
|
"@types/history": "4.7.11",
|
|
"@types/humanize-duration": "^3.27.1",
|
|
"@types/lodash": "4.14.172",
|
|
"@types/lodash.get": "^4.4.7",
|
|
"@types/luxon": "^2.3.1",
|
|
"@types/mongodb": "3.6.20",
|
|
"@types/multer": "1.4.7",
|
|
"@types/natural-compare": "^1.4.1",
|
|
"@types/node": "*",
|
|
"@types/node-fetch": "2.5.12",
|
|
"@types/nodemailer": "^6.4.4",
|
|
"@types/pg": "^8.11.11",
|
|
"@types/rate-limit-redis": "1.7.4",
|
|
"@types/react": "17.0.13",
|
|
"@types/react-dom": "17.0.8",
|
|
"@types/react-google-recaptcha": "2.1.2",
|
|
"@types/react-router-bootstrap": "0.26.1",
|
|
"@types/react-router-dom": "5.1.7",
|
|
"@types/redis": "2.8.32",
|
|
"@types/supertest": "2.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
|
"@typescript-eslint/parser": "^4.27.0",
|
|
"@typescript-eslint/utils": "^8.24.1",
|
|
"@typescript/native-preview": "7.0.0-dev.20260309.1",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"@vitest/coverage-v8": "~3.2.0",
|
|
"bcryptjs": "2.4.3",
|
|
"better-sqlite3": "9.4.5",
|
|
"binary-parser": "^2.3.0",
|
|
"bms-table-loader": "2.0.0",
|
|
"bootstrap-scss": "^5.3.0",
|
|
"bullmq": "1.68.4",
|
|
"bunyan": "1.8.15",
|
|
"chalk": "4",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"commander": "^8.2.0",
|
|
"connect-redis": "6.1.1",
|
|
"csv-parse": "^5.0.3",
|
|
"deepmerge": "^4.2.2",
|
|
"discord-api-types": "0.22.0",
|
|
"discord.js": "13.6.0",
|
|
"dotenv": "16.0.0",
|
|
"encoding-japanese": "^1.0.30",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-perfectionist": "^3.9.1",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"express": "4.20.0",
|
|
"express-async-errors": "3.1.1",
|
|
"express-prom-bundle": "^7.0.0",
|
|
"express-rate-limit": "5.5.1",
|
|
"express-session": "1.17.2",
|
|
"fast-json-stable-hash": "^1.0.3",
|
|
"fast-xml-parser": "^4.2.5",
|
|
"formik": "2.2.9",
|
|
"globals": "^15.15.0",
|
|
"helmet": "5.0.2",
|
|
"html-entities": "^2.3.2",
|
|
"humanize-duration": "^3.27.1",
|
|
"iconv-lite": "^0.6.3",
|
|
"kysely": "^0.27.5",
|
|
"lodash": "^4.17.23",
|
|
"lodash.get": "^4.4.2",
|
|
"luxon": "^2.3.1",
|
|
"mongodb": "3.6.3",
|
|
"monk": "^7.3.4",
|
|
"multer": "2.0.1",
|
|
"nanoid": "3.1.23",
|
|
"natural-compare": "^1.4.0",
|
|
"node-cache": "5.1.2",
|
|
"node-fetch": "2.6.7",
|
|
"node-html-parser": "^5.3.3",
|
|
"node-mocks-http": "1.11.0",
|
|
"node-sass": "9.0.0",
|
|
"nodemailer": "7.0.11",
|
|
"pg": "^8.13.3",
|
|
"pino": "^10.3.1",
|
|
"pino-pretty": "^13.1.3",
|
|
"prettier": "3.2.5",
|
|
"pretty-bytes": "5.6.0",
|
|
"prom-client": "15.1.3",
|
|
"prudence": "0.10.0",
|
|
"rate-limit-redis": "2.1.0",
|
|
"react": "17.0.2",
|
|
"react-async": "10.0.1",
|
|
"react-bootstrap": "2.9.0-beta.0",
|
|
"react-dom": "17.0.2",
|
|
"react-google-recaptcha": "2.1.0",
|
|
"react-hot-toast": "2.0.0",
|
|
"react-markdown": "7.0.1",
|
|
"react-query": "3.18.1",
|
|
"react-router-bootstrap": "^0.25.0",
|
|
"react-router-dom": "5.1.2",
|
|
"react-select": "^5.6.1",
|
|
"redis": "3.1.2",
|
|
"rg-stats": "workspace:*",
|
|
"sass": "^1.77.0",
|
|
"supertest": "6.2.2",
|
|
"sync-fetch": "^0.3.1",
|
|
"ts-node": "^8.5.2",
|
|
"tsconfig-paths": "3.12.0",
|
|
"typescript": "^4.3.4",
|
|
"typescript-eslint": "^8.24.1",
|
|
"vite": "^8.0.0",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vitest": "~3.2.0",
|
|
"zod": "^4.3.6",
|
|
"@types/tap": "^15.0.5",
|
|
"tap": "^15.1.6",
|
|
"@types/istanbul-lib-coverage": "^2.0.6",
|
|
"istanbul-lib-coverage": "^3.2.2"
|
|
},
|
|
"overrides": {
|
|
"@types/mongodb": "3.6.20",
|
|
"@types/bson": "1.0.11",
|
|
"@types/node": "20.19.37",
|
|
"@types/express-serve-static-core": "4.17.29",
|
|
"@types/express": "4.17.13",
|
|
"ts-node": "10.9.1",
|
|
"mongodb": "3.6.3",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"patchedDependencies": {
|
|
"@types/mongodb@3.6.20": "patches/@types__mongodb@3.6.20.patch",
|
|
"browserslist@4.21.4": "patches/browserslist@4.21.4.patch",
|
|
"monk@7.3.4": "patches/monk@7.3.4.patch"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.11.0",
|
|
"@connectrpc/connect": "^2.1.1",
|
|
"@connectrpc/connect-node": "^2.1.1"
|
|
}
|
|
}
|