mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-03-31 17:05:53 +00:00
Bumps the tanstack-router group in /frontend with 1 update: [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools). Updates `@tanstack/react-router-devtools` from 1.119.0 to 1.119.1 - [Release notes](https://github.com/TanStack/router/releases) - [Commits](https://github.com/TanStack/router/commits/v1.119.1/packages/react-router-devtools) --- updated-dependencies: - dependency-name: "@tanstack/react-router-devtools" dependency-version: 1.119.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tanstack-router ... Signed-off-by: dependabot[bot] <support@github.com>
95 lines
2.9 KiB
JSON
95 lines
2.9 KiB
JSON
{
|
|
"name": "mas-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"generate": "graphql-codegen",
|
|
"lint": "graphql-codegen && biome check && tsc && i18next --fail-on-warnings --fail-on-update",
|
|
"format": "biome format --write",
|
|
"build": "rimraf ./dist/ && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"i18n": "i18next",
|
|
"knip": "knip"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inconsolata": "^5.2.5",
|
|
"@fontsource/inter": "^5.2.5",
|
|
"@radix-ui/react-collapsible": "^1.1.8",
|
|
"@radix-ui/react-dialog": "^1.1.11",
|
|
"@tanstack/react-query": "^5.74.11",
|
|
"@tanstack/react-router": "^1.119.0",
|
|
"@vector-im/compound-design-tokens": "4.0.2",
|
|
"@vector-im/compound-web": "^7.10.2",
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"i18next": "^25.0.2",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.5.1",
|
|
"swagger-ui-dist": "^5.21.0",
|
|
"valibot": "^1.0.0",
|
|
"vaul": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@browser-logos/chrome": "^2.0.0",
|
|
"@browser-logos/firefox": "^3.0.10",
|
|
"@browser-logos/safari": "^2.1.0",
|
|
"@codecov/vite-plugin": "^1.9.0",
|
|
"@graphql-codegen/cli": "^5.0.5",
|
|
"@graphql-codegen/client-preset": "^4.8.0",
|
|
"@graphql-codegen/typescript-msw": "^3.0.0",
|
|
"@storybook/addon-essentials": "^8.6.12",
|
|
"@storybook/addon-interactions": "^8.6.12",
|
|
"@storybook/react": "^8.6.12",
|
|
"@storybook/react-vite": "^8.6.12",
|
|
"@storybook/test": "^8.6.12",
|
|
"@tanstack/react-query-devtools": "^5.74.11",
|
|
"@tanstack/react-router-devtools": "^1.119.1",
|
|
"@tanstack/router-plugin": "^1.119.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^22.15.3",
|
|
"@types/react": "19.1.2",
|
|
"@types/react-dom": "19.1.3",
|
|
"@types/swagger-ui-dist": "^3.30.5",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"@vitest/coverage-v8": "^3.1.2",
|
|
"autoprefixer": "^10.4.21",
|
|
"browserslist-to-esbuild": "^2.1.1",
|
|
"graphql": "^16.11.0",
|
|
"happy-dom": "^17.4.4",
|
|
"i18next-parser": "^9.3.0",
|
|
"knip": "^5.51.1",
|
|
"msw": "^2.7.5",
|
|
"msw-storybook-addon": "^2.0.4",
|
|
"postcss": "^8.5.3",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-nesting": "^13.0.1",
|
|
"rimraf": "^6.0.1",
|
|
"storybook": "^8.6.12",
|
|
"storybook-react-i18next": "^3.3.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.8.3",
|
|
"vite": "6.3.4",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.5.0",
|
|
"vite-plugin-manifest-sri": "^0.2.0",
|
|
"vitest": "^3.1.2"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
".storybook/public"
|
|
]
|
|
}
|
|
}
|