2015-06-09 19:40:42 +03:00
|
|
|
{
|
2020-11-24 17:05:44 +03:00
|
|
|
"name": "element-web",
|
2024-11-05 16:55:39 +03:00
|
|
|
"version": "1.11.84",
|
2022-12-06 16:08:01 +03:00
|
|
|
"description": "A feature-rich client for Matrix.org",
|
2021-04-22 14:09:50 +03:00
|
|
|
"author": "New Vector Ltd.",
|
2022-08-02 13:15:38 +03:00
|
|
|
"repository": {
|
2022-03-25 18:23:00 +03:00
|
|
|
"type": "git",
|
2023-12-20 15:21:26 +03:00
|
|
|
"url": "https://github.com/element-hq/element-web"
|
2022-07-28 15:03:38 +03:00
|
|
|
},
|
2024-09-06 13:14:49 +03:00
|
|
|
"license": "AGPL-3.0-only OR GPL-3.0-only",
|
2020-01-15 23:00:50 +03:00
|
|
|
"files": [
|
2022-12-09 15:28:29 +03:00
|
|
|
"lib",
|
2021-10-01 17:48:57 +03:00
|
|
|
"res",
|
2022-12-09 15:28:29 +03:00
|
|
|
"src",
|
2020-01-09 02:09:26 +03:00
|
|
|
"webpack.config.js",
|
|
|
|
"scripts",
|
2022-12-09 15:28:29 +03:00
|
|
|
"docs",
|
2020-01-09 02:09:26 +03:00
|
|
|
"release.sh",
|
|
|
|
"deploy",
|
|
|
|
"CHANGELOG.md",
|
2021-10-01 17:48:57 +03:00
|
|
|
"CONTRIBUTING.rst",
|
2020-01-09 02:09:26 +03:00
|
|
|
"LICENSE",
|
|
|
|
"README.md",
|
2021-10-01 17:48:57 +03:00
|
|
|
"AUTHORS.rst",
|
2020-02-05 17:28:44 +03:00
|
|
|
"package.json",
|
2021-10-01 17:48:57 +03:00
|
|
|
"contribute.json"
|
2020-01-15 23:00:50 +03:00
|
|
|
],
|
2022-07-15 16:53:21 +03:00
|
|
|
"style": "bundle.css",
|
2023-03-31 13:41:15 +03:00
|
|
|
"matrix_i18n_extra_translation_funcs": [
|
|
|
|
"UserFriendlyError"
|
|
|
|
],
|
2022-07-15 16:53:21 +03:00
|
|
|
"scripts": {
|
2023-09-05 19:17:25 +03:00
|
|
|
"i18n": "matrix-gen-i18n && yarn i18n:sort && yarn i18n:lint",
|
|
|
|
"i18n:sort": "jq --sort-keys '.' src/i18n/strings/en_EN.json > src/i18n/strings/en_EN.json.tmp && mv src/i18n/strings/en_EN.json.tmp src/i18n/strings/en_EN.json",
|
2024-01-02 21:56:39 +03:00
|
|
|
"i18n:lint": "matrix-i18n-lint && prettier --log-level=silent --write src/i18n/strings/ --ignore-path /dev/null",
|
2023-09-05 19:17:25 +03:00
|
|
|
"i18n:diff": "cp src/i18n/strings/en_EN.json src/i18n/strings/en_EN_orig.json && yarn i18n && matrix-compare-i18n-files src/i18n/strings/en_EN_orig.json src/i18n/strings/en_EN.json",
|
2022-12-21 20:50:31 +03:00
|
|
|
"make-component": "node scripts/make-react-component.js",
|
|
|
|
"rethemendex": "res/css/rethemendex.sh",
|
2020-01-16 00:06:55 +03:00
|
|
|
"clean": "rimraf lib webapp",
|
|
|
|
"build": "yarn clean && yarn build:genfiles && yarn build:bundle",
|
|
|
|
"build-stats": "yarn clean && yarn build:genfiles && yarn build:bundle-stats",
|
2023-09-08 12:33:57 +03:00
|
|
|
"build:res": "ts-node scripts/copy-res.ts",
|
2023-11-21 22:24:38 +03:00
|
|
|
"build:genfiles": "yarn build:res && yarn build:module_system",
|
2020-01-21 00:28:29 +03:00
|
|
|
"build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js",
|
2023-09-21 21:47:58 +03:00
|
|
|
"build:bundle": "webpack --progress --mode production",
|
|
|
|
"build:bundle-stats": "webpack --progress --mode production --json > webpack-stats.json",
|
2023-11-19 22:38:51 +03:00
|
|
|
"build:module_system": "ts-node --project ./tsconfig.module_system.json module_system/scripts/install.ts",
|
2021-05-07 07:14:33 +03:00
|
|
|
"dist": "scripts/package.sh",
|
2023-11-21 22:24:38 +03:00
|
|
|
"start": "concurrently --kill-others-on-fail --prefix \"{time} [{name}]\" -n modules,res \"yarn build:module_system\" \"yarn build:res\" && concurrently --kill-others-on-fail --prefix \"{time} [{name}]\" -n res,element-js \"yarn start:res\" \"yarn start:js\"",
|
2024-08-22 17:30:29 +03:00
|
|
|
"start:https": "concurrently --kill-others-on-fail --prefix \"{time} [{name}]\" -n res,element-js \"yarn start:res\" \"yarn start:js --server-type https\"",
|
2023-11-15 23:43:00 +03:00
|
|
|
"start:res": "ts-node scripts/copy-res.ts -w",
|
2023-09-23 22:34:56 +03:00
|
|
|
"start:js": "webpack serve --output-path webapp --output-filename=bundles/_dev_/[name].js --output-chunk-filename=bundles/_dev_/[name].js --mode development",
|
2023-11-21 21:45:44 +03:00
|
|
|
"lint": "yarn lint:types && yarn lint:js && yarn lint:style && yarn lint:workflows",
|
2023-03-01 17:44:03 +03:00
|
|
|
"lint:js": "yarn lint:js:src && yarn lint:js:module_system",
|
2024-10-15 16:57:26 +03:00
|
|
|
"lint:js:src": "eslint --max-warnings 0 src test playwright && prettier --check .",
|
2023-03-01 17:44:03 +03:00
|
|
|
"lint:js:module_system": "eslint --max-warnings 0 --config .eslintrc-module_system.js module_system",
|
|
|
|
"lint:js-fix": "yarn lint:js-fix:src && yarn lint:js-fix:module_system",
|
2024-10-15 16:57:26 +03:00
|
|
|
"lint:js-fix:src": "prettier --log-level=warn --write . && eslint --fix src test playwright",
|
2023-03-01 17:44:03 +03:00
|
|
|
"lint:js-fix:module_system": "eslint --fix --config .eslintrc-module_system.js module_system",
|
|
|
|
"lint:types": "yarn lint:types:src && yarn lint:types:module_system",
|
2024-10-15 16:57:26 +03:00
|
|
|
"lint:types:src": "tsc --noEmit --jsx react && tsc --noEmit --jsx react -p playwright",
|
2023-03-01 17:44:03 +03:00
|
|
|
"lint:types:module_system": "tsc --noEmit --project ./tsconfig.module_system.json",
|
2021-07-27 12:15:51 +03:00
|
|
|
"lint:style": "stylelint \"res/css/**/*.pcss\"",
|
2023-11-21 21:45:44 +03:00
|
|
|
"lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) | xargs -I {} sh -c 'echo \"Linting {}\"; action-validator \"{}\"'",
|
2021-08-09 08:16:27 +03:00
|
|
|
"test": "jest",
|
2023-11-21 20:33:32 +03:00
|
|
|
"test:playwright": "playwright test",
|
|
|
|
"test:playwright:open": "yarn test:playwright --ui",
|
2023-12-06 13:13:48 +03:00
|
|
|
"test:playwright:screenshots": "yarn test:playwright:screenshots:build && yarn test:playwright:screenshots:run",
|
2024-10-15 16:57:26 +03:00
|
|
|
"test:playwright:screenshots:build": "docker build playwright -t element-web-playwright",
|
2024-10-18 16:30:58 +03:00
|
|
|
"test:playwright:screenshots:run": "docker run --rm --network host -e BASE_URL -e CI -v $(pwd):/work/ -v $(node -e 'console.log(require(`path`).dirname(require.resolve(`matrix-js-sdk/package.json`)))'):/work/node_modules/matrix-js-sdk -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/:/tmp/ -it element-web-playwright",
|
2021-08-09 08:16:27 +03:00
|
|
|
"coverage": "yarn test --coverage",
|
2023-08-18 10:34:56 +03:00
|
|
|
"analyse:unused-exports": "ts-node ./scripts/analyse_unused_exports.ts",
|
2023-11-21 22:24:38 +03:00
|
|
|
"analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json webapp",
|
|
|
|
"update:jitsi": "curl -s https://meet.element.io/libs/external_api.min.js > ./res/jitsi_external_api.min.js"
|
2020-01-15 23:00:50 +03:00
|
|
|
},
|
2023-03-01 12:12:23 +03:00
|
|
|
"resolutions": {
|
2024-06-19 13:46:47 +03:00
|
|
|
"@types/seedrandom": "3.0.8",
|
2024-10-18 16:30:58 +03:00
|
|
|
"oidc-client-ts": "3.1.0",
|
2024-06-19 15:34:55 +03:00
|
|
|
"jwt-decode": "4.0.0",
|
2024-10-16 18:02:08 +03:00
|
|
|
"caniuse-lite": "1.0.30001668",
|
2024-10-14 19:11:58 +03:00
|
|
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0",
|
|
|
|
"wrap-ansi": "npm:wrap-ansi@^7.0.0"
|
2023-03-01 12:12:23 +03:00
|
|
|
},
|
2020-01-15 23:00:50 +03:00
|
|
|
"dependencies": {
|
2022-12-21 20:50:31 +03:00
|
|
|
"@babel/runtime": "^7.12.5",
|
2024-07-23 12:57:12 +03:00
|
|
|
"@formatjs/intl-segmenter": "^11.5.7",
|
2024-11-04 12:49:41 +03:00
|
|
|
"@matrix-org/analytics-events": "^0.29.0",
|
2024-10-10 17:52:45 +03:00
|
|
|
"@matrix-org/emojibase-bindings": "^1.3.3",
|
2024-04-12 18:15:17 +03:00
|
|
|
"@matrix-org/react-sdk-module-api": "^2.4.0",
|
2023-08-21 11:15:22 +03:00
|
|
|
"@matrix-org/spec": "^1.7.0",
|
2024-06-11 17:21:31 +03:00
|
|
|
"@sentry/browser": "^8.0.0",
|
2024-08-09 12:20:14 +03:00
|
|
|
"@vector-im/compound-design-tokens": "^1.8.0",
|
2024-10-18 17:57:39 +03:00
|
|
|
"@vector-im/compound-web": "^7.1.0",
|
2024-10-29 15:57:26 +03:00
|
|
|
"@vector-im/matrix-wysiwyg": "2.37.13",
|
2023-09-20 00:34:41 +03:00
|
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
|
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
|
|
"@zxcvbn-ts/language-en": "^3.0.2",
|
2022-12-21 20:50:31 +03:00
|
|
|
"await-lock": "^2.1.0",
|
2024-05-20 17:53:50 +03:00
|
|
|
"bloom-filters": "^3.0.1",
|
2023-10-13 16:39:28 +03:00
|
|
|
"blurhash": "^2.0.3",
|
2024-07-29 19:05:34 +03:00
|
|
|
"browserslist": "^4.23.2",
|
2022-12-21 20:50:31 +03:00
|
|
|
"classnames": "^2.2.6",
|
2024-02-22 13:11:25 +03:00
|
|
|
"commonmark": "^0.31.0",
|
2022-12-21 20:50:31 +03:00
|
|
|
"counterpart": "^0.18.6",
|
2024-09-20 01:00:02 +03:00
|
|
|
"css-tree": "^3.0.0",
|
2024-01-11 15:37:48 +03:00
|
|
|
"diff-dom": "^5.0.0",
|
2022-12-21 20:50:31 +03:00
|
|
|
"diff-match-patch": "^1.0.5",
|
2024-06-19 12:20:49 +03:00
|
|
|
"emojibase-regex": "15.3.2",
|
2022-12-21 20:50:31 +03:00
|
|
|
"escape-html": "^1.0.3",
|
|
|
|
"file-saver": "^2.0.5",
|
2024-10-18 16:30:58 +03:00
|
|
|
"filesize": "10.1.6",
|
2024-06-13 19:27:37 +03:00
|
|
|
"github-markdown-css": "^5.5.1",
|
2022-12-21 20:50:31 +03:00
|
|
|
"glob-to-regexp": "^0.4.1",
|
|
|
|
"highlight.js": "^11.3.1",
|
|
|
|
"html-entities": "^2.0.0",
|
|
|
|
"is-ip": "^3.1.0",
|
2024-06-19 12:28:41 +03:00
|
|
|
"js-xxhash": "^4.0.0",
|
2024-10-29 15:57:26 +03:00
|
|
|
"jsrsasign": "^11.0.0",
|
2022-12-21 20:50:31 +03:00
|
|
|
"jszip": "^3.7.0",
|
2023-07-18 17:21:32 +03:00
|
|
|
"katex": "^0.16.0",
|
2023-11-28 22:20:22 +03:00
|
|
|
"linkify-element": "4.1.3",
|
|
|
|
"linkify-react": "4.1.3",
|
|
|
|
"linkify-string": "4.1.3",
|
|
|
|
"linkifyjs": "4.1.3",
|
2023-09-05 19:17:25 +03:00
|
|
|
"lodash": "^4.17.21",
|
2022-12-21 20:50:31 +03:00
|
|
|
"maplibre-gl": "^2.0.0",
|
|
|
|
"matrix-encrypt-attachment": "^1.0.3",
|
2023-03-01 12:12:14 +03:00
|
|
|
"matrix-events-sdk": "0.0.1",
|
2024-11-05 16:59:24 +03:00
|
|
|
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
|
2024-08-30 17:45:25 +03:00
|
|
|
"matrix-widget-api": "^1.9.0",
|
2023-05-02 19:01:56 +03:00
|
|
|
"memoize-one": "^6.0.0",
|
2024-02-19 19:58:59 +03:00
|
|
|
"oidc-client-ts": "^3.0.1",
|
2022-12-21 20:50:31 +03:00
|
|
|
"opus-recorder": "^8.0.3",
|
|
|
|
"pako": "^2.0.3",
|
|
|
|
"png-chunks-extract": "^1.0.0",
|
2024-08-28 18:14:26 +03:00
|
|
|
"posthog-js": "1.157.2",
|
|
|
|
"qrcode": "1.5.4",
|
2024-10-18 16:30:58 +03:00
|
|
|
"re-resizable": "6.9.17",
|
2024-10-21 16:50:06 +03:00
|
|
|
"react": "^18.3.1",
|
2022-12-21 20:50:31 +03:00
|
|
|
"react-beautiful-dnd": "^13.1.0",
|
2023-03-06 20:21:09 +03:00
|
|
|
"react-blurhash": "^0.3.0",
|
2024-10-21 16:50:06 +03:00
|
|
|
"react-dom": "^18.3.1",
|
2022-12-21 20:50:31 +03:00
|
|
|
"react-focus-lock": "^2.5.1",
|
|
|
|
"react-transition-group": "^4.4.1",
|
|
|
|
"rfc4648": "^1.4.0",
|
|
|
|
"sanitize-filename": "^1.6.3",
|
2024-10-18 16:30:58 +03:00
|
|
|
"sanitize-html": "2.13.1",
|
2022-12-21 20:50:31 +03:00
|
|
|
"tar-js": "^0.3.0",
|
2024-07-03 20:02:10 +03:00
|
|
|
"temporal-polyfill": "^0.2.5",
|
2022-12-21 20:50:31 +03:00
|
|
|
"ua-parser-js": "^1.0.2",
|
2024-10-29 18:32:24 +03:00
|
|
|
"uuid": "^11.0.0",
|
2023-09-20 00:34:41 +03:00
|
|
|
"what-input": "^5.2.10"
|
2022-12-09 15:28:29 +03:00
|
|
|
},
|
2015-06-09 19:40:42 +03:00
|
|
|
"devDependencies": {
|
2024-03-05 17:43:40 +03:00
|
|
|
"@action-validator/cli": "^0.6.0",
|
|
|
|
"@action-validator/core": "^0.6.0",
|
2023-11-28 19:22:28 +03:00
|
|
|
"@axe-core/playwright": "^4.8.1",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@babel/cli": "^7.12.10",
|
2021-01-27 17:10:51 +03:00
|
|
|
"@babel/core": "^7.12.10",
|
2021-06-30 15:24:16 +03:00
|
|
|
"@babel/eslint-parser": "^7.12.10",
|
|
|
|
"@babel/eslint-plugin": "^7.12.10",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@babel/parser": "^7.12.11",
|
2021-01-27 17:10:51 +03:00
|
|
|
"@babel/plugin-proposal-export-default-from": "^7.12.1",
|
2020-01-15 23:00:50 +03:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
2024-06-18 18:33:22 +03:00
|
|
|
"@babel/plugin-transform-class-properties": "^7.12.1",
|
|
|
|
"@babel/plugin-transform-logical-assignment-operators": "^7.20.7",
|
|
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.12.1",
|
|
|
|
"@babel/plugin-transform-numeric-separator": "^7.12.7",
|
|
|
|
"@babel/plugin-transform-object-rest-spread": "^7.12.1",
|
|
|
|
"@babel/plugin-transform-optional-chaining": "^7.12.7",
|
2020-01-15 23:00:50 +03:00
|
|
|
"@babel/plugin-transform-runtime": "^7.12.10",
|
2021-01-27 17:10:51 +03:00
|
|
|
"@babel/preset-env": "^7.12.11",
|
|
|
|
"@babel/preset-react": "^7.12.10",
|
|
|
|
"@babel/preset-typescript": "^7.12.7",
|
|
|
|
"@babel/register": "^7.12.10",
|
|
|
|
"@babel/runtime": "^7.12.5",
|
2023-10-18 19:18:13 +03:00
|
|
|
"@casualbot/jest-sonar-reporter": "2.2.7",
|
2023-04-06 15:17:50 +03:00
|
|
|
"@peculiar/webcrypto": "^1.4.3",
|
2023-12-15 17:30:59 +03:00
|
|
|
"@playwright/test": "^1.40.1",
|
2021-04-22 14:09:50 +03:00
|
|
|
"@principalstudio/html-webpack-inject-preload": "^1.2.7",
|
2023-09-23 22:34:56 +03:00
|
|
|
"@sentry/webpack-plugin": "^2.7.1",
|
2024-10-16 18:43:07 +03:00
|
|
|
"@stylistic/eslint-plugin": "^2.9.0",
|
2024-03-12 21:51:51 +03:00
|
|
|
"@svgr/webpack": "^8.0.0",
|
2024-10-21 16:50:06 +03:00
|
|
|
"@testing-library/dom": "^10.4.0",
|
|
|
|
"@testing-library/jest-dom": "^6.4.8",
|
|
|
|
"@testing-library/react": "^16.0.0",
|
|
|
|
"@testing-library/user-event": "^14.5.2",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@types/commonmark": "^0.27.4",
|
2023-07-25 11:29:52 +03:00
|
|
|
"@types/content-type": "^1.1.5",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@types/counterpart": "^0.18.1",
|
2024-07-15 13:33:41 +03:00
|
|
|
"@types/css-tree": "^2.3.8",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@types/diff-match-patch": "^1.0.32",
|
|
|
|
"@types/escape-html": "^1.0.1",
|
2024-10-01 22:08:37 +03:00
|
|
|
"@types/express": "^5.0.0",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@types/file-saver": "^2.0.3",
|
2023-02-09 19:24:17 +03:00
|
|
|
"@types/fs-extra": "^11.0.0",
|
2023-02-13 14:39:16 +03:00
|
|
|
"@types/glob-to-regexp": "^0.4.1",
|
2024-02-02 20:33:16 +03:00
|
|
|
"@types/jest": "29.5.12",
|
2023-04-25 11:36:17 +03:00
|
|
|
"@types/jitsi-meet": "^2.0.2",
|
2022-10-26 18:41:58 +03:00
|
|
|
"@types/jsrsasign": "^10.5.4",
|
2023-02-17 19:12:31 +03:00
|
|
|
"@types/katex": "^0.16.0",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@types/lodash": "^4.14.168",
|
2023-12-13 12:36:21 +03:00
|
|
|
"@types/minimist": "^1.2.5",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@types/modernizr": "^3.5.3",
|
2024-02-19 19:58:59 +03:00
|
|
|
"@types/node": "18",
|
2023-02-13 14:39:16 +03:00
|
|
|
"@types/node-fetch": "^2.6.2",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@types/pako": "^2.0.0",
|
|
|
|
"@types/qrcode": "^1.3.5",
|
2024-10-21 16:50:06 +03:00
|
|
|
"@types/react": "18.3.3",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@types/react-beautiful-dnd": "^13.0.0",
|
2024-10-29 19:22:16 +03:00
|
|
|
"@types/react-dom": "18.3.1",
|
2022-12-21 20:50:31 +03:00
|
|
|
"@types/react-transition-group": "^4.4.0",
|
2024-08-23 15:49:07 +03:00
|
|
|
"@types/sanitize-html": "2.13.0",
|
2023-07-25 11:29:52 +03:00
|
|
|
"@types/sdp-transform": "^2.4.6",
|
2024-06-19 13:46:47 +03:00
|
|
|
"@types/seedrandom": "3.0.8",
|
2024-05-15 17:51:11 +03:00
|
|
|
"@types/semver": "^7.5.8",
|
2023-11-28 20:26:07 +03:00
|
|
|
"@types/tar-js": "^0.3.5",
|
2020-01-15 23:00:50 +03:00
|
|
|
"@types/ua-parser-js": "^0.7.36",
|
2024-06-25 16:39:53 +03:00
|
|
|
"@types/uuid": "^10.0.0",
|
2024-10-16 15:34:17 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
|
|
"@typescript-eslint/parser": "^8.0.0",
|
2024-10-29 17:40:49 +03:00
|
|
|
"axe-core": "4.10.2",
|
2022-09-07 11:13:01 +03:00
|
|
|
"babel-jest": "^29.0.0",
|
2023-12-13 14:29:45 +03:00
|
|
|
"babel-loader": "^9.0.0",
|
2024-01-05 13:46:39 +03:00
|
|
|
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
|
2024-07-24 13:02:47 +03:00
|
|
|
"blob-polyfill": "^9.0.0",
|
2023-09-23 22:34:56 +03:00
|
|
|
"buffer": "^6.0.3",
|
2024-09-20 01:31:58 +03:00
|
|
|
"chokidar": "^4.0.0",
|
2024-09-19 22:26:50 +03:00
|
|
|
"concurrently": "^9.0.0",
|
2024-01-11 14:04:02 +03:00
|
|
|
"copy-webpack-plugin": "^12.0.0",
|
2024-10-03 11:55:06 +03:00
|
|
|
"core-js": "^3.38.1",
|
2023-11-06 15:59:38 +03:00
|
|
|
"cronstrue": "^2.41.0",
|
2024-04-16 15:46:06 +03:00
|
|
|
"css-loader": "^7.0.0",
|
2024-05-15 13:25:54 +03:00
|
|
|
"css-minimizer-webpack-plugin": "^7.0.0",
|
2022-09-10 06:03:46 +03:00
|
|
|
"dotenv": "^16.0.2",
|
2024-09-19 22:25:14 +03:00
|
|
|
"eslint": "8.57.1",
|
2021-06-30 15:24:16 +03:00
|
|
|
"eslint-config-google": "^0.14.0",
|
2023-08-08 17:42:50 +03:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2024-06-11 17:03:08 +03:00
|
|
|
"eslint-plugin-deprecate": "0.8.5",
|
2022-12-21 20:50:31 +03:00
|
|
|
"eslint-plugin-import": "^2.25.4",
|
2024-04-16 18:27:21 +03:00
|
|
|
"eslint-plugin-jest": "^28.0.0",
|
2022-12-21 20:50:31 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
2024-10-16 18:43:07 +03:00
|
|
|
"eslint-plugin-matrix-org": "^2.0.2",
|
2022-02-24 12:27:25 +03:00
|
|
|
"eslint-plugin-react": "^7.28.0",
|
2024-10-29 18:56:57 +03:00
|
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
2024-10-16 17:20:56 +03:00
|
|
|
"eslint-plugin-unicorn": "^56.0.0",
|
2023-08-14 14:08:12 +03:00
|
|
|
"express": "^4.18.2",
|
2024-06-11 15:45:25 +03:00
|
|
|
"fake-indexeddb": "^6.0.0",
|
2023-11-16 01:05:29 +03:00
|
|
|
"fetch-mock": "9.11.0",
|
2022-10-12 20:59:10 +03:00
|
|
|
"fetch-mock-jest": "^1.5.1",
|
2022-11-29 21:44:51 +03:00
|
|
|
"file-loader": "^6.0.0",
|
2022-12-21 20:50:31 +03:00
|
|
|
"fs-extra": "^11.0.0",
|
2024-07-15 21:23:20 +03:00
|
|
|
"glob": "^11.0.0",
|
2023-09-23 22:34:56 +03:00
|
|
|
"html-webpack-plugin": "^5.5.3",
|
2024-09-04 00:09:04 +03:00
|
|
|
"husky": "^9.0.0",
|
2023-08-16 13:20:48 +03:00
|
|
|
"jest": "^29.6.2",
|
|
|
|
"jest-canvas-mock": "^2.5.2",
|
2024-10-21 16:50:06 +03:00
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2023-08-16 13:20:48 +03:00
|
|
|
"jest-mock": "^29.6.2",
|
2021-07-27 12:15:51 +03:00
|
|
|
"jest-raw-loader": "^1.0.1",
|
2023-07-13 16:56:15 +03:00
|
|
|
"jsqr": "^1.4.0",
|
2024-07-30 17:20:50 +03:00
|
|
|
"lint-staged": "^15.0.2",
|
2023-08-15 18:14:53 +03:00
|
|
|
"mailhog": "^4.16.0",
|
2022-10-12 20:59:10 +03:00
|
|
|
"matrix-mock-request": "^2.5.0",
|
2024-02-29 13:43:50 +03:00
|
|
|
"matrix-web-i18n": "^3.2.1",
|
2024-07-24 15:22:43 +03:00
|
|
|
"mini-css-extract-plugin": "2.9.0",
|
2022-03-25 18:23:00 +03:00
|
|
|
"minimist": "^1.2.6",
|
2023-04-18 19:01:10 +03:00
|
|
|
"mkdirp": "^3.0.0",
|
2022-12-21 20:50:31 +03:00
|
|
|
"mocha-junit-reporter": "^2.2.0",
|
2022-02-18 16:48:50 +03:00
|
|
|
"modernizr": "^3.12.0",
|
2022-01-25 00:51:33 +03:00
|
|
|
"node-fetch": "^2.6.7",
|
2024-07-15 21:23:20 +03:00
|
|
|
"playwright-core": "^1.45.1",
|
2024-07-24 15:59:48 +03:00
|
|
|
"postcss": "8.4.38",
|
2024-02-23 14:23:38 +03:00
|
|
|
"postcss-easings": "^4.0.0",
|
2024-03-07 14:38:08 +03:00
|
|
|
"postcss-hexrgba": "2.1.0",
|
2024-07-24 15:22:43 +03:00
|
|
|
"postcss-import": "16.1.0",
|
|
|
|
"postcss-loader": "8.1.1",
|
2024-09-19 22:27:16 +03:00
|
|
|
"postcss-mixins": "^11.0.0",
|
2024-02-23 14:23:51 +03:00
|
|
|
"postcss-nested": "^6.0.0",
|
2024-09-04 12:38:20 +03:00
|
|
|
"postcss-preset-env": "^10.0.0",
|
2022-09-07 18:44:26 +03:00
|
|
|
"postcss-scss": "^4.0.4",
|
2024-02-09 08:53:47 +03:00
|
|
|
"postcss-simple-vars": "^7.0.1",
|
2024-07-24 15:57:44 +03:00
|
|
|
"prettier": "3.3.3",
|
2023-09-23 22:34:56 +03:00
|
|
|
"process": "^0.11.10",
|
2021-07-27 12:15:51 +03:00
|
|
|
"raw-loader": "^4.0.2",
|
2024-07-09 17:37:33 +03:00
|
|
|
"rimraf": "^6.0.0",
|
2023-06-26 11:29:13 +03:00
|
|
|
"semver": "^7.5.2",
|
2024-01-10 13:17:23 +03:00
|
|
|
"stylelint": "^16.1.0",
|
2024-01-09 21:25:53 +03:00
|
|
|
"stylelint-config-standard": "^36.0.0",
|
2023-12-13 12:36:21 +03:00
|
|
|
"stylelint-scss": "^6.0.0",
|
2023-09-23 22:34:56 +03:00
|
|
|
"terser-webpack-plugin": "^5.3.9",
|
2023-04-12 12:47:27 +03:00
|
|
|
"ts-node": "^10.9.1",
|
2022-07-13 11:04:32 +03:00
|
|
|
"ts-prune": "^0.10.3",
|
2024-10-16 17:13:22 +03:00
|
|
|
"typescript": "5.6.3",
|
2023-09-23 22:34:56 +03:00
|
|
|
"util": "^0.12.5",
|
2024-10-15 16:57:26 +03:00
|
|
|
"web-streams-polyfill": "^4.0.0",
|
2023-11-08 11:15:27 +03:00
|
|
|
"webpack": "^5.89.0",
|
2023-05-12 14:13:10 +03:00
|
|
|
"webpack-bundle-analyzer": "^4.8.0",
|
2024-01-02 20:49:09 +03:00
|
|
|
"webpack-cli": "^5.0.0",
|
2024-03-05 18:17:43 +03:00
|
|
|
"webpack-dev-server": "^5.0.0",
|
2023-11-06 15:59:38 +03:00
|
|
|
"yaml": "^2.3.3"
|
2022-12-09 15:28:29 +03:00
|
|
|
},
|
2022-11-03 17:54:21 +03:00
|
|
|
"@casualbot/jest-sonar-reporter": {
|
|
|
|
"outputDirectory": "coverage",
|
|
|
|
"outputName": "jest-sonar-report.xml",
|
|
|
|
"relativePaths": true
|
2024-07-09 17:49:50 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=20.0.0"
|
2015-06-09 19:40:42 +03:00
|
|
|
}
|
2024-03-12 22:55:48 +03:00
|
|
|
}
|