2021-07-16 21:22:03 +00:00
|
|
|
{
|
|
|
|
"version": "0.0.0",
|
2022-10-10 13:19:10 +00:00
|
|
|
"type": "module",
|
2021-07-16 21:22:03 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2023-04-13 10:35:49 +00:00
|
|
|
"build": "NODE_OPTIONS=--max-old-space-size=16384 vite build",
|
2021-12-23 20:45:00 +00:00
|
|
|
"serve": "vite preview",
|
|
|
|
"storybook": "start-storybook -p 6006",
|
2022-05-03 13:24:04 +00:00
|
|
|
"build-storybook": "build-storybook",
|
2022-12-09 19:34:25 +00:00
|
|
|
"prettier:check": "prettier -c .",
|
|
|
|
"prettier:format": "prettier -w .",
|
2022-06-06 15:21:51 +00:00
|
|
|
"lint": "yarn lint:types && yarn lint:js",
|
2022-05-27 14:37:27 +00:00
|
|
|
"lint:js": "eslint --max-warnings 0 src",
|
2022-10-10 13:19:10 +00:00
|
|
|
"lint:types": "tsc",
|
2022-10-24 14:53:55 +00:00
|
|
|
"i18n": "node_modules/i18next-parser/bin/cli.js",
|
2022-10-26 08:47:44 +00:00
|
|
|
"i18n:check": "node_modules/i18next-parser/bin/cli.js --fail-on-warnings --fail-on-update",
|
|
|
|
"test": "jest"
|
2021-07-16 21:22:03 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-21 21:21:23 +00:00
|
|
|
"@juggle/resize-observer": "^3.3.1",
|
2023-01-09 15:49:01 +00:00
|
|
|
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz",
|
2023-03-10 09:33:54 +00:00
|
|
|
"@opentelemetry/api": "^1.4.0",
|
|
|
|
"@opentelemetry/context-zone": "^1.9.1",
|
|
|
|
"@opentelemetry/exporter-jaeger": "^1.9.1",
|
|
|
|
"@opentelemetry/exporter-trace-otlp-http": "^0.35.1",
|
|
|
|
"@opentelemetry/instrumentation-document-load": "^0.31.1",
|
|
|
|
"@opentelemetry/instrumentation-user-interaction": "^0.32.1",
|
|
|
|
"@opentelemetry/sdk-trace-web": "^1.9.1",
|
2021-12-03 19:45:29 +00:00
|
|
|
"@react-aria/button": "^3.3.4",
|
|
|
|
"@react-aria/dialog": "^3.1.4",
|
|
|
|
"@react-aria/focus": "^3.5.0",
|
2021-12-04 00:42:29 +00:00
|
|
|
"@react-aria/menu": "^3.3.0",
|
2021-12-03 19:45:29 +00:00
|
|
|
"@react-aria/overlays": "^3.7.3",
|
2021-12-07 01:34:10 +00:00
|
|
|
"@react-aria/select": "^3.6.0",
|
|
|
|
"@react-aria/tabs": "^3.1.0",
|
2021-12-15 06:00:00 +00:00
|
|
|
"@react-aria/tooltip": "^3.1.3",
|
2021-12-03 19:45:29 +00:00
|
|
|
"@react-aria/utils": "^3.10.0",
|
2022-04-07 21:22:36 +00:00
|
|
|
"@react-spring/web": "^9.4.4",
|
2021-12-04 00:42:29 +00:00
|
|
|
"@react-stately/collections": "^3.3.4",
|
2021-12-03 19:45:29 +00:00
|
|
|
"@react-stately/overlays": "^3.1.3",
|
2021-12-07 01:34:10 +00:00
|
|
|
"@react-stately/select": "^3.1.3",
|
2021-12-15 06:00:00 +00:00
|
|
|
"@react-stately/tooltip": "^3.0.5",
|
2021-12-04 00:42:29 +00:00
|
|
|
"@react-stately/tree": "^3.2.0",
|
2021-10-06 18:38:26 +00:00
|
|
|
"@sentry/react": "^6.13.3",
|
|
|
|
"@sentry/tracing": "^6.13.3",
|
2022-05-27 14:37:27 +00:00
|
|
|
"@types/grecaptcha": "^3.0.4",
|
2022-06-13 21:24:25 +00:00
|
|
|
"@types/sdp-transform": "^2.4.5",
|
2022-04-07 21:22:36 +00:00
|
|
|
"@use-gesture/react": "^10.2.11",
|
2021-07-30 23:55:25 +00:00
|
|
|
"classnames": "^2.3.1",
|
2021-07-28 23:14:38 +00:00
|
|
|
"color-hash": "^2.0.1",
|
2021-07-16 21:22:03 +00:00
|
|
|
"events": "^3.3.0",
|
2022-10-10 13:19:10 +00:00
|
|
|
"i18next": "^21.10.0",
|
|
|
|
"i18next-browser-languagedetector": "^6.1.8",
|
|
|
|
"i18next-http-backend": "^1.4.4",
|
2023-01-16 17:27:49 +00:00
|
|
|
"lodash": "^4.17.21",
|
2023-06-07 14:40:47 +00:00
|
|
|
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#3cfad3cdeb7b19b8e0e7015784efd803cb9542f1",
|
2023-03-22 15:33:50 +00:00
|
|
|
"matrix-widget-api": "^1.3.1",
|
2022-01-13 22:11:06 +00:00
|
|
|
"mermaid": "^8.13.8",
|
2022-01-05 00:00:13 +00:00
|
|
|
"normalize.css": "^8.0.1",
|
2022-02-01 23:11:06 +00:00
|
|
|
"pako": "^2.0.4",
|
2022-07-08 16:19:13 +00:00
|
|
|
"postcss-preset-env": "^7",
|
2022-11-04 12:07:14 +00:00
|
|
|
"posthog-js": "^1.29.0",
|
2021-08-20 17:30:59 +00:00
|
|
|
"re-resizable": "^6.9.0",
|
2022-10-26 08:47:44 +00:00
|
|
|
"react": "18",
|
|
|
|
"react-dom": "18",
|
2022-10-10 13:19:10 +00:00
|
|
|
"react-i18next": "^11.18.6",
|
2021-10-15 23:41:23 +00:00
|
|
|
"react-json-view": "^1.21.3",
|
2021-11-19 18:47:40 +00:00
|
|
|
"react-router": "6",
|
2021-12-03 19:45:29 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2022-01-21 21:21:23 +00:00
|
|
|
"react-use-clipboard": "^1.0.7",
|
2022-02-15 20:46:58 +00:00
|
|
|
"react-use-measure": "^2.1.1",
|
2022-06-13 17:31:44 +00:00
|
|
|
"sdp-transform": "^2.14.1",
|
2023-01-25 07:30:52 +00:00
|
|
|
"tinyqueue": "^2.0.3",
|
2022-02-15 20:46:58 +00:00
|
|
|
"unique-names-generator": "^4.6.0"
|
2021-07-16 21:22:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-23 20:45:00 +00:00
|
|
|
"@babel/core": "^7.16.5",
|
2023-01-03 10:48:48 +00:00
|
|
|
"@sentry/vite-plugin": "^0.3.0",
|
2021-12-23 20:45:00 +00:00
|
|
|
"@storybook/react": "^6.5.0-alpha.5",
|
2022-10-26 08:47:44 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
2022-05-10 17:09:17 +00:00
|
|
|
"@types/request": "^2.48.8",
|
2022-05-06 10:32:09 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
|
|
|
"@typescript-eslint/parser": "^5.22.0",
|
2021-12-23 20:45:00 +00:00
|
|
|
"babel-loader": "^8.2.3",
|
2022-10-26 08:47:44 +00:00
|
|
|
"babel-plugin-transform-vite-meta-env": "^1.0.3",
|
2022-05-03 14:32:16 +00:00
|
|
|
"eslint": "^8.14.0",
|
2022-05-06 10:32:09 +00:00
|
|
|
"eslint-config-google": "^0.14.0",
|
2022-05-03 14:32:16 +00:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-05-06 10:32:09 +00:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-05-03 14:32:16 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
|
|
"eslint-plugin-matrix-org": "^0.4.0",
|
|
|
|
"eslint-plugin-react": "^7.29.4",
|
|
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
2022-10-10 13:19:10 +00:00
|
|
|
"i18next-parser": "^6.6.0",
|
2022-10-26 08:47:44 +00:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
|
|
|
"jest": "^29.2.2",
|
2022-11-28 21:15:47 +00:00
|
|
|
"jest-environment-jsdom": "^29.3.1",
|
2022-05-03 13:24:04 +00:00
|
|
|
"prettier": "^2.6.2",
|
2021-09-29 21:34:29 +00:00
|
|
|
"sass": "^1.42.1",
|
2021-12-23 20:45:00 +00:00
|
|
|
"storybook-builder-vite": "^0.1.12",
|
2022-05-06 10:32:09 +00:00
|
|
|
"typescript": "^4.6.4",
|
2022-09-15 12:29:55 +00:00
|
|
|
"typescript-strict-plugin": "^2.0.1",
|
2021-09-30 00:01:53 +00:00
|
|
|
"vite": "^2.4.2",
|
2022-02-03 05:48:44 +00:00
|
|
|
"vite-plugin-html-template": "^1.1.0",
|
2021-09-30 00:01:53 +00:00
|
|
|
"vite-plugin-svgr": "^0.4.0"
|
2022-10-26 08:47:44 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"testEnvironment": "jsdom",
|
|
|
|
"testMatch": [
|
|
|
|
"<rootDir>/test/**/*-test.[jt]s?(x)"
|
|
|
|
],
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
"/node_modules/(?!d3)+$",
|
|
|
|
"/node_modules/(?!internmap)+$"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"\\.(css|less|svg)+$": "identity-obj-proxy",
|
2022-10-31 17:43:03 +00:00
|
|
|
"^\\./IndexedDBWorker\\?worker$": "<rootDir>/test/mocks/workerMock.ts",
|
|
|
|
"^\\./olm$": "<rootDir>/test/mocks/olmMock.ts"
|
2023-06-14 16:36:26 +00:00
|
|
|
},
|
|
|
|
"collectCoverage": true,
|
|
|
|
"coverageReporters": [
|
|
|
|
"text",
|
|
|
|
"cobertura"
|
|
|
|
]
|
2021-07-16 21:22:03 +00:00
|
|
|
}
|
2022-09-13 15:39:14 +00:00
|
|
|
}
|