{ "name": "element-web-monorepo", "version": "0.0.0", "description": "Element: the future of secure communication", "author": "Element Creations Ltd.", "repository": { "type": "git", "url": "https://github.com/element-hq/element-web" }, "license": "SEE LICENSE IN README.md", "type": "module", "scripts": { "postinstall": "node scripts/pnpm-link.ts", "i18n": "pnpm run -r i18n", "lint": "pnpm lint:types && pnpm lint:js && pnpm lint:style && pnpm lint:knip && pnpm lint:workflows", "lint:js": "pnpm run -r lint:js", "lint:types": "tsc --noEmit && pnpm run -r lint:types", "lint:style": "pnpm run -r lint:style", "lint:knip": "knip", "lint:prettier": "prettier --check .", "lint:prettier:fix": "prettier --log-level=warn --write .", "lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) | xargs -I {} sh -c 'echo \"Linting {}\"; action-validator \"{}\"'" }, "devDependencies": { "@action-validator/cli": "^0.6.0", "@action-validator/core": "^0.6.0", "@types/lodash-es": "^4.17.12", "cronstrue": "^3.0.0", "husky": "^9.0.0", "knip": "^5.36.2", "lint-staged": "^16.0.0", "lodash-es": "^4.17.23", "minimist": "^1.2.8", "prettier": "3.8.1", "typescript": "catalog:", "yaml": "^2.8.2" }, "resolutions": { "pretty-format@30>react-is": "19.2.4", "@types/react": "catalog:", "@types/react-dom": "catalog:", "@types/serve-static": "2", "oidc-client-ts": "3.4.1", "jwt-decode": "4.0.0", "caniuse-lite": "1.0.30001766", "serve-static": "2", "testcontainers": "^11.0.0", "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0", "wrap-ansi": "npm:wrap-ansi@^7.0.0", "matrix-widget-api": "^1.16.1" }, "pnpm": { "onlyBuiltDependencies": [ "matrix-js-sdk" ], "patchedDependencies": { "@vector-im/matrix-wysiwyg": "patches/@vector-im__matrix-wysiwyg.patch", "react-blurhash": "patches/react-blurhash.patch", "linkify-html": "patches/linkify-html.patch", "@matrix-org/react-sdk-module-api": "patches/@matrix-org__react-sdk-module-api.patch", "@types/mdx": "patches/@types__mdx.patch", "await-lock": "patches/await-lock.patch", "jest-fixed-jsdom": "patches/jest-fixed-jsdom.patch", "jsdom": "patches/jsdom.patch" }, "peerDependencyRules": { "allowedVersions": { "react": "19", "react-dom": "19", "eslint": "8" } }, "allowedDeprecatedVersions": { "eslint": "8", "react-beautiful-dnd": "13" } }, "engines": { "node": ">=22.18" }, "packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264", "private": true }