mirror of
https://github.com/evroon/bracket.git
synced 2026-07-31 10:16:46 -04:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.5.0 to 26.0.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"name": "bracket",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"analyze": "ANALYZE=true vite build",
|
|
"openapi-ts": "openapi-ts && prettier --list-different --write \"**/*.{ts,tsx}\"",
|
|
"start": "vite start",
|
|
"update-deps": "ncu -c 30d -u",
|
|
"typecheck": "tsc",
|
|
"export": "vite build && vite export",
|
|
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"prettier:write": "prettier --list-different --write \"**/*.{ts,tsx}\"",
|
|
"test": "tsc && pnpm run prettier:write"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/server": "11.11.0",
|
|
"@hcaptcha/react-hcaptcha": "2.0.2",
|
|
"@hello-pangea/dnd": "18.0.1",
|
|
"@mantine/core": "8.3.7",
|
|
"@mantine/dates": "8.3.7",
|
|
"@mantine/dropzone": "8.3.7",
|
|
"@mantine/form": "9.0.1",
|
|
"@mantine/hooks": "8.3.7",
|
|
"@mantine/notifications": "8.3.7",
|
|
"@mantine/spotlight": "8.3.7",
|
|
"@react-icons/all-files": "4.1.0",
|
|
"@tabler/icons-react": "3.41.0",
|
|
"@vitejs/plugin-react": "6.0.1",
|
|
"axios": "1.15.2",
|
|
"date-fns": "4.1.0",
|
|
"dayjs": "1.11.20",
|
|
"i18next": "26.0.3",
|
|
"nuqs": "2.8.9",
|
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-i18next": "17.0.1",
|
|
"react-icons": "5.6.0",
|
|
"react-qr-code": "2.0.18",
|
|
"react-router": "8.3.0",
|
|
"swr": "2.4.1",
|
|
"vite-tsconfig-paths": "^6.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@hey-api/openapi-ts": "0.97.3",
|
|
"@types/node": "26.0.1",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
"@typescript-eslint/parser": "8.58.0",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-airbnb-typescript": "18.0.0",
|
|
"eslint-config-mantine": "4.0.3",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-plugin-testing-library": "7.16.0",
|
|
"i18next-browser-languagedetector": "8.2.1",
|
|
"i18next-http-backend": "3.0.5",
|
|
"npm-check-updates": "20.0.0",
|
|
"postcss": "8.5.10",
|
|
"postcss-preset-mantine": "1.18.0",
|
|
"postcss-simple-vars": "7.0.1",
|
|
"prettier": "3.8.0",
|
|
"typescript": "5.9.3",
|
|
"vite": "8.0.8",
|
|
"vite-plugin-i18next-loader": "3.1.3"
|
|
}
|
|
}
|