You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2026-01-12 22:51:25 +03:00
Bumps the eslint group in /frontend with 1 update: [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import). - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
84 lines
2.7 KiB
JSON
84 lines
2.7 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",
|
|
"@urql/core": "^4.1.1",
|
|
"@urql/devtools": "^2.0.3",
|
|
"@urql/exchange-graphcache": "^6.3.2",
|
|
"@urql/exchange-refocus": "^1.0.2",
|
|
"@urql/exchange-request-policy": "^1.0.2",
|
|
"@vector-im/compound-design-tokens": "^0.0.3",
|
|
"@vector-im/compound-web": "^0.2.9",
|
|
"classnames": "^2.3.2",
|
|
"date-fns": "^2.30.0",
|
|
"graphql": "^16.8.0",
|
|
"jotai": "^2.3.1",
|
|
"jotai-devtools": "^0.6.2",
|
|
"jotai-location": "^0.5.1",
|
|
"jotai-urql": "^0.7.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"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-actions": "^7.3.2",
|
|
"@storybook/addon-backgrounds": "^7.3.2",
|
|
"@storybook/addon-controls": "^7.3.2",
|
|
"@storybook/addon-docs": "^7.3.2",
|
|
"@storybook/addon-essentials": "^7.3.2",
|
|
"@storybook/addon-measure": "^7.3.2",
|
|
"@storybook/addon-outline": "^7.3.2",
|
|
"@storybook/addon-toolbars": "^7.3.2",
|
|
"@storybook/addon-viewport": "^7.3.2",
|
|
"@storybook/react": "^7.3.2",
|
|
"@storybook/react-vite": "^7.3.2",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/node": "^20.5.0",
|
|
"@types/react": "^18.2.20",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"@vitejs/plugin-react": "^4.0.4",
|
|
"@vitest/coverage-v8": "^0.34.2",
|
|
"autoprefixer": "^10.4.15",
|
|
"eslint": "^8.47.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-import-resolver-typescript": "^3.6.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-matrix-org": "^1.2.1",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"happy-dom": "^10.9.0",
|
|
"postcss": "^8.4.27",
|
|
"prettier": "3.0.1",
|
|
"react-test-renderer": "^18.2.0",
|
|
"rimraf": "^5.0.1",
|
|
"storybook": "^7.3.2",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "5.1.6",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.3.0",
|
|
"vite-plugin-manifest-sri": "^0.1.0",
|
|
"vite-plugin-svgr": "^3.2.0",
|
|
"vitest": "^0.34.2"
|
|
}
|
|
}
|