mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-13 19:23:23 +00:00
e941262822
Bumps the urql group in /frontend with 1 update: [@urql/core](https://github.com/urql-graphql/urql/tree/HEAD/packages/core). - [Release notes](https://github.com/urql-graphql/urql/releases) - [Changelog](https://github.com/urql-graphql/urql/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/urql-graphql/urql/commits/@urql/core@4.1.4/packages/core) --- updated-dependencies: - dependency-name: "@urql/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: urql ... Signed-off-by: dependabot[bot] <support@github.com>
86 lines
2.8 KiB
JSON
86 lines
2.8 KiB
JSON
{
|
|
"name": "mas-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"generate": "graphql-codegen && eslint --fix .",
|
|
"lint": "graphql-codegen && eslint . && tsc && i18next --fail-on-warnings --fail-on-update",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@fontsource/inter": "^5.0.13",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@types/ua-parser-js": "^0.7.38",
|
|
"@urql/core": "^4.1.4",
|
|
"@urql/devtools": "^2.0.3",
|
|
"@urql/exchange-graphcache": "^6.3.3",
|
|
"@urql/exchange-refocus": "^1.0.2",
|
|
"@urql/exchange-request-policy": "^1.0.2",
|
|
"@vector-im/compound-design-tokens": "^0.0.6",
|
|
"@vector-im/compound-web": "^0.5.4",
|
|
"classnames": "^2.3.2",
|
|
"date-fns": "^2.30.0",
|
|
"graphql": "^16.8.1",
|
|
"i18next": "^23.5.1",
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
"i18next-http-backend": "^2.2.2",
|
|
"jotai": "^2.4.3",
|
|
"jotai-devtools": "^0.7.0",
|
|
"jotai-location": "^0.5.2",
|
|
"jotai-urql": "^0.7.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^13.3.0",
|
|
"ua-parser-js": "^1.0.36"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^5.0.0",
|
|
"@graphql-codegen/client-preset": "^4.1.0",
|
|
"@graphql-codegen/urql-introspection": "^3.0.0",
|
|
"@graphql-eslint/eslint-plugin": "^3.20.1",
|
|
"@storybook/addon-essentials": "^7.5.1",
|
|
"@storybook/react": "^7.5.1",
|
|
"@storybook/react-vite": "^7.5.1",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/node": "^20.8.7",
|
|
"@types/react": "^18.2.29",
|
|
"@types/react-dom": "^18.2.14",
|
|
"@types/react-test-renderer": "^18.0.5",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"@vitest/coverage-v8": "^0.34.6",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.51.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-matrix-org": "^1.2.1",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"happy-dom": "^12.9.1",
|
|
"i18next-parser": "^8.9.0",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "3.0.3",
|
|
"react-test-renderer": "^18.2.0",
|
|
"rimraf": "^5.0.5",
|
|
"storybook": "^7.5.1",
|
|
"storybook-react-i18next": "^2.0.9",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "5.2.2",
|
|
"vite": "^4.4.11",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.3.1",
|
|
"vite-plugin-manifest-sri": "^0.1.0",
|
|
"vite-plugin-svgr": "^4.1.0",
|
|
"vitest": "^0.34.6"
|
|
}
|
|
}
|