mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-12 17:25:05 +00:00
103 lines
3.3 KiB
JSON
103 lines
3.3 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": {
|
|
"@fontsource/inconsolata": "^5.0.16",
|
|
"@fontsource/inter": "^5.0.16",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-form": "^0.0.3",
|
|
"@tanstack/react-router": "^1.20.1",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"@urql/core": "^4.2.3",
|
|
"@urql/devtools": "^2.0.3",
|
|
"@urql/exchange-graphcache": "^6.4.1",
|
|
"@urql/exchange-refocus": "^1.0.2",
|
|
"@urql/exchange-request-policy": "^1.0.2",
|
|
"@vector-im/compound-design-tokens": "1.2.0",
|
|
"@vector-im/compound-web": "^3.1.3",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^3.3.1",
|
|
"graphql": "^16.8.1",
|
|
"history": "^5.3.0",
|
|
"i18next": "^23.10.0",
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
"i18next-http-backend": "^2.5.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^14.0.5",
|
|
"ua-parser-js": "^1.0.37",
|
|
"urql": "^4.0.6",
|
|
"vaul": "^0.9.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@browser-logos/chrome": "^2.0.0",
|
|
"@browser-logos/firefox": "^3.0.10",
|
|
"@browser-logos/safari": "^2.1.0",
|
|
"@graphql-codegen/cli": "^5.0.2",
|
|
"@graphql-codegen/client-preset": "^4.2.4",
|
|
"@graphql-codegen/urql-introspection": "^3.0.0",
|
|
"@graphql-eslint/eslint-plugin": "^3.20.1",
|
|
"@storybook/addon-essentials": "^7.6.17",
|
|
"@storybook/react": "^7.6.17",
|
|
"@storybook/react-vite": "^7.6.17",
|
|
"@tanstack/router-devtools": "^1.20.1",
|
|
"@tanstack/router-vite-plugin": "^1.20.2",
|
|
"@testing-library/react": "^14.2.1",
|
|
"@types/node": "^20.11.24",
|
|
"@types/react": "^18.2.61",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@types/react-test-renderer": "^18.0.7",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"@vitest/coverage-v8": "^1.3.1",
|
|
"autoprefixer": "^10.4.18",
|
|
"browserslist-to-esbuild": "^2.1.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-matrix-org": "^1.2.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"happy-dom": "^13.6.2",
|
|
"i18next-parser": "^8.13.0",
|
|
"postcss": "^8.4.35",
|
|
"postcss-modules": "^6.0.0",
|
|
"postcss-nesting": "^12.0.4",
|
|
"prettier": "3.2.5",
|
|
"react-test-renderer": "^18.2.0",
|
|
"rimraf": "^5.0.5",
|
|
"storybook": "^7.6.17",
|
|
"storybook-react-i18next": "^2.0.10",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "5.3.3",
|
|
"vite": "5.1.6",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.3.6",
|
|
"vite-plugin-manifest-sri": "^0.2.0",
|
|
"vite-plugin-svgr": "^4.2.0",
|
|
"vitest": "^1.3.1"
|
|
},
|
|
"overrides": {
|
|
"@storybook/react-vite": {
|
|
"vite": "$vite",
|
|
"@vitejs/plugin-react": "$@vitejs/plugin-react"
|
|
}
|
|
}
|
|
}
|