mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-14 03:55:15 +00:00
ea27031908
Bumps the vite group in /frontend with 2 updates: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) and [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr). Updates `@vitejs/plugin-react` from 4.0.4 to 4.1.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.1.0/packages/plugin-react) Updates `vite-plugin-svgr` from 3.2.0 to 4.0.0 - [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases) - [Commits](https://github.com/pd4d10/vite-plugin-svgr/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vite - dependency-name: vite-plugin-svgr dependency-type: direct:development update-type: version-update:semver-major dependency-group: vite ... Signed-off-by: dependabot[bot] <support@github.com>
79 lines
2.5 KiB
JSON
79 lines
2.5 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",
|
|
"build": "rimraf ./dist/ && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@fontsource/inter": "^5.0.8",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@types/ua-parser-js": "^0.7.37",
|
|
"@urql/core": "^4.1.3",
|
|
"@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.5",
|
|
"@vector-im/compound-web": "^0.4.3",
|
|
"classnames": "^2.3.2",
|
|
"date-fns": "^2.30.0",
|
|
"graphql": "^16.8.1",
|
|
"jotai": "^2.4.2",
|
|
"jotai-devtools": "^0.6.2",
|
|
"jotai-location": "^0.5.1",
|
|
"jotai-urql": "^0.7.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.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": "^2.2.1",
|
|
"@graphql-eslint/eslint-plugin": "^3.20.1",
|
|
"@storybook/addon-essentials": "^7.4.5",
|
|
"@storybook/react": "^7.4.5",
|
|
"@storybook/react-vite": "^7.4.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/node": "^20.6.3",
|
|
"@types/react": "^18.2.22",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/react-test-renderer": "^18.0.2",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"@vitest/coverage-v8": "^0.34.5",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.50.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.0",
|
|
"happy-dom": "^12.2.0",
|
|
"postcss": "^8.4.30",
|
|
"prettier": "3.0.3",
|
|
"react-test-renderer": "^18.2.0",
|
|
"rimraf": "^5.0.1",
|
|
"storybook": "^7.4.5",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "5.2.2",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.3.1",
|
|
"vite-plugin-manifest-sri": "^0.1.0",
|
|
"vite-plugin-svgr": "^4.0.0",
|
|
"vitest": "^0.34.5"
|
|
}
|
|
}
|