mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-04-25 13:12:22 +00:00
91 lines
2.8 KiB
JSON
91 lines
2.8 KiB
JSON
{
|
|
"name": "mas-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"generate": "graphql-codegen && i18next",
|
|
"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.6",
|
|
"@fontsource/inter": "^5.2.6",
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@tanstack/react-query": "^5.85.5",
|
|
"@tanstack/react-router": "^1.131.27",
|
|
"@vector-im/compound-design-tokens": "5.0.2",
|
|
"@vector-im/compound-web": "^8.2.0",
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"i18next": "^25.5.2",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-i18next": "^15.7.3",
|
|
"swagger-ui-dist": "^5.27.1",
|
|
"valibot": "^1.1.0",
|
|
"vaul": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.2.4",
|
|
"@browser-logos/chrome": "^2.0.0",
|
|
"@browser-logos/firefox": "^3.0.10",
|
|
"@browser-logos/safari": "^2.1.0",
|
|
"@graphql-codegen/cli": "^5.0.7",
|
|
"@graphql-codegen/client-preset": "^4.8.3",
|
|
"@graphql-codegen/typescript-msw": "^3.0.1",
|
|
"@storybook/addon-docs": "^9.1.5",
|
|
"@storybook/react-vite": "^9.1.5",
|
|
"@tanstack/react-query-devtools": "^5.85.5",
|
|
"@tanstack/react-router-devtools": "^1.131.27",
|
|
"@tanstack/router-plugin": "^1.131.27",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^24.3.0",
|
|
"@types/react": "19.1.10",
|
|
"@types/react-dom": "19.1.7",
|
|
"@types/swagger-ui-dist": "^3.30.6",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"autoprefixer": "^10.4.21",
|
|
"browserslist-to-esbuild": "^2.1.1",
|
|
"graphql": "^16.11.0",
|
|
"happy-dom": "^18.0.1",
|
|
"i18next-parser": "^9.3.0",
|
|
"knip": "^5.62.0",
|
|
"msw": "^2.11.1",
|
|
"msw-storybook-addon": "^2.0.5",
|
|
"postcss": "^8.5.6",
|
|
"postcss-import": "^16.1.1",
|
|
"postcss-nesting": "^13.0.2",
|
|
"rimraf": "^6.0.1",
|
|
"storybook": "^9.0.1",
|
|
"storybook-react-i18next": "4.0.11",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.9.2",
|
|
"vite": "6.3.6",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.6.1",
|
|
"vite-plugin-manifest-sri": "^0.2.0",
|
|
"vitest": "^3.2.3"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
".storybook/public"
|
|
]
|
|
}
|
|
}
|