{ "name": "mas-frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "generate": "graphql-codegen", "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" }, "dependencies": { "@fontsource/inconsolata": "^5.1.0", "@fontsource/inter": "^5.1.0", "@radix-ui/react-collapsible": "^1.1.1", "@radix-ui/react-dialog": "^1.1.2", "@tanstack/react-router": "^1.76.1", "@tanstack/router-zod-adapter": "^1.76.1", "@urql/core": "^5.0.8", "@urql/devtools": "^2.0.3", "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", "@vector-im/compound-design-tokens": "1.9.0", "@vector-im/compound-web": "^7.1.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1", "date-fns": "^4.1.0", "graphql": "^16.9.0", "i18next": "^23.16.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.1.0", "swagger-ui-react": "^5.17.14", "urql": "^4.2.0", "vaul": "^1.1.0", "zod": "^3.23.8" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@browser-logos/chrome": "^2.0.0", "@browser-logos/firefox": "^3.0.10", "@browser-logos/safari": "^2.1.0", "@codecov/vite-plugin": "^1.2.1", "@graphql-codegen/add": "^5.0.3", "@graphql-codegen/cli": "^5.0.3", "@graphql-codegen/client-preset": "^4.4.0", "@graphql-codegen/urql-introspection": "^3.0.0", "@storybook/addon-essentials": "^8.3.6", "@storybook/react": "^8.3.6", "@storybook/react-vite": "^8.3.6", "@tanstack/router-devtools": "^1.76.1", "@tanstack/router-vite-plugin": "^1.76.0", "@testing-library/react": "^16.0.1", "@types/node": "^22.7.9", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/react-test-renderer": "^18.3.0", "@types/swagger-ui-react": "^4.18.3", "@vitejs/plugin-react": "^4.3.3", "@vitest/coverage-v8": "^2.1.3", "autoprefixer": "^10.4.20", "browserslist-to-esbuild": "^2.1.1", "happy-dom": "^15.7.4", "i18next-parser": "^9.0.2", "postcss": "^8.4.47", "postcss-modules": "^6.0.0", "postcss-nesting": "^13.0.0", "react-test-renderer": "^18.3.1", "rimraf": "^6.0.1", "storybook": "^8.3.5", "storybook-react-i18next": "^3.1.7", "tailwindcss": "^3.4.14", "typescript": "5.6.3", "vite": "5.4.10", "vite-plugin-compression": "^0.5.1", "vite-plugin-graphql-codegen": "^3.3.8", "vite-plugin-manifest-sri": "^0.2.0", "vitest": "^2.1.2" } }