mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
723819b3d6
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
141 lines
4.8 KiB
JSON
141 lines
4.8 KiB
JSON
{
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "NODE_OPTIONS=--max-old-space-size=16384 vite build",
|
|
"serve": "vite preview",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook",
|
|
"prettier:check": "prettier -c .",
|
|
"prettier:format": "prettier -w .",
|
|
"lint": "yarn lint:types && yarn lint:eslint",
|
|
"lint:eslint": "eslint --max-warnings 0 src",
|
|
"lint:eslint-fix": "eslint --max-warnings 0 src --fix",
|
|
"lint:types": "tsc",
|
|
"i18n": "node_modules/i18next-parser/bin/cli.js",
|
|
"i18n:check": "node_modules/i18next-parser/bin/cli.js --fail-on-warnings --fail-on-update",
|
|
"test": "jest",
|
|
"backend": "docker-compose -f backend-docker-compose.yml up"
|
|
},
|
|
"dependencies": {
|
|
"@juggle/resize-observer": "^3.3.1",
|
|
"@livekit/components-react": "^1.0.7",
|
|
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.14.tgz",
|
|
"@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",
|
|
"@react-aria/button": "^3.3.4",
|
|
"@react-aria/dialog": "^3.1.4",
|
|
"@react-aria/focus": "^3.5.0",
|
|
"@react-aria/menu": "^3.3.0",
|
|
"@react-aria/overlays": "^3.7.3",
|
|
"@react-aria/select": "^3.6.0",
|
|
"@react-aria/tabs": "^3.1.0",
|
|
"@react-aria/tooltip": "^3.1.3",
|
|
"@react-aria/utils": "^3.10.0",
|
|
"@react-spring/web": "^9.4.4",
|
|
"@react-stately/collections": "^3.3.4",
|
|
"@react-stately/overlays": "^3.1.3",
|
|
"@react-stately/select": "^3.1.3",
|
|
"@react-stately/tooltip": "^3.0.5",
|
|
"@react-stately/tree": "^3.2.0",
|
|
"@sentry/react": "^6.13.3",
|
|
"@sentry/tracing": "^6.13.3",
|
|
"@types/grecaptcha": "^3.0.4",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/sdp-transform": "^2.4.5",
|
|
"@use-gesture/react": "^10.2.11",
|
|
"@vitejs/plugin-basic-ssl": "^1.0.1",
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
"classnames": "^2.3.1",
|
|
"color-hash": "^2.0.1",
|
|
"events": "^3.3.0",
|
|
"i18next": "^21.10.0",
|
|
"i18next-browser-languagedetector": "^6.1.8",
|
|
"i18next-http-backend": "^1.4.4",
|
|
"livekit-client": "1.12.0",
|
|
"lodash": "^4.17.21",
|
|
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#b698217445318f453e0b1086364a33113eaa85d9",
|
|
"matrix-widget-api": "^1.3.1",
|
|
"mermaid": "^8.13.8",
|
|
"normalize.css": "^8.0.1",
|
|
"pako": "^2.0.4",
|
|
"postcss-preset-env": "^7",
|
|
"posthog-js": "^1.29.0",
|
|
"re-resizable": "^6.9.0",
|
|
"react": "18",
|
|
"react-dom": "18",
|
|
"react-i18next": "^11.18.6",
|
|
"react-json-view": "^1.21.3",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-use-clipboard": "^1.0.7",
|
|
"react-use-measure": "^2.1.1",
|
|
"sdp-transform": "^2.14.1",
|
|
"tinyqueue": "^2.0.3",
|
|
"unique-names-generator": "^4.6.0",
|
|
"uuid": "9",
|
|
"@types/uuid": "9",
|
|
"@types/content-type": "^1.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.5",
|
|
"@sentry/vite-plugin": "^0.3.0",
|
|
"@storybook/react": "^6.5.0-alpha.5",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@types/node": "^18.13.0",
|
|
"@types/request": "^2.48.8",
|
|
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
|
"@typescript-eslint/parser": "^5.52.0",
|
|
"babel-loader": "^8.2.3",
|
|
"babel-plugin-transform-vite-meta-env": "^1.0.3",
|
|
"eslint": "^8.14.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"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",
|
|
"i18next-parser": "^6.6.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.2.2",
|
|
"jest-environment-jsdom": "^29.3.1",
|
|
"jest-mock": "^29.5.0",
|
|
"prettier": "^2.6.2",
|
|
"sass": "^1.42.1",
|
|
"storybook-builder-vite": "^0.1.12",
|
|
"typescript": "^4.9.5",
|
|
"typescript-strict-plugin": "^2.0.1",
|
|
"vite": "^4.2.0",
|
|
"vite-plugin-html-template": "^1.1.0",
|
|
"vite-plugin-svgr": "^3.2.0"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "jsdom",
|
|
"testMatch": [
|
|
"<rootDir>/test/**/*-test.[jt]s?(x)"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"/node_modules/(?!d3)+$",
|
|
"/node_modules/(?!internmap)+$"
|
|
],
|
|
"moduleNameMapper": {
|
|
"\\.css$": "identity-obj-proxy",
|
|
"\\.svg$": "<rootDir>/test/mocks/svgr.ts",
|
|
"^\\./IndexedDBWorker\\?worker$": "<rootDir>/test/mocks/workerMock.ts",
|
|
"^\\./olm$": "<rootDir>/test/mocks/olmMock.ts"
|
|
},
|
|
"collectCoverage": true,
|
|
"coverageReporters": [
|
|
"text",
|
|
"cobertura"
|
|
]
|
|
}
|
|
}
|