mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 12:45:47 +00:00
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.5.0 to 7.5.2. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.5.2/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^7.16.0",
|
|
"@mantine/form": "^7.16.0",
|
|
"@mantine/hooks": "^7.16.0",
|
|
"@mantine/notifications": "^7.16.0",
|
|
"@tanstack/react-query": "5",
|
|
"axios": "^1.7.9",
|
|
"i18next": "^25.0.0",
|
|
"i18next-browser-languagedetector": "^8.0.4",
|
|
"i18next-chained-backend": "^4.6.2",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.4.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router": "^7.5.2",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@types/react": "^19.1.1",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"globals": "^16.0.0",
|
|
"postcss": "^8.5.1",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "3.5.3",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.18.2",
|
|
"vite": "^6.0.5"
|
|
}
|
|
} |