mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 20:55:42 +00:00
Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 7.17.7 to 8.0.0. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/8.0.0/packages/@mantine/form) --- updated-dependencies: - dependency-name: "@mantine/form" dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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": "^8.0.0",
|
|
"@mantine/form": "^8.0.0",
|
|
"@mantine/hooks": "^8.0.0",
|
|
"@mantine/notifications": "^8.0.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.3.4"
|
|
}
|
|
} |