Remember room scroll position across switches, reserve image/video heights from Matrix dimensions, cache authenticated media blobs for avatars, restore jumbo emoji-only messages, and extend emoji font unicode-range for Unicode 15 glyphs.
131 lines
4.0 KiB
JSON
131 lines
4.0 KiB
JSON
{
|
|
"name": "cinny",
|
|
"version": "4.10.2",
|
|
"description": "Yet another matrix client",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"lint": "yarn check:eslint && yarn check:prettier",
|
|
"check:eslint": "eslint src/*",
|
|
"check:prettier": "prettier --check .",
|
|
"fix:prettier": "prettier --write .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@atlaskit/pragmatic-drag-and-drop": "2.0.1",
|
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "3.0.0",
|
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "2.0.0",
|
|
"@fontsource-variable/inter": "5.2.8",
|
|
"@fontsource/inter": "5.2.8",
|
|
"@paarrot/plugin-manager": "git+http://synbox.ruv.wtf:8418/litruv/plugin-manager.git",
|
|
"@tanstack/react-query": "5.101.2",
|
|
"@tanstack/react-query-devtools": "5.101.2",
|
|
"@tanstack/react-virtual": "3.14.5",
|
|
"@tauri-apps/api": "2.11.1",
|
|
"@tauri-apps/plugin-dialog": "2.7.1",
|
|
"@tauri-apps/plugin-fs": "2.5.1",
|
|
"@tauri-apps/plugin-http": "2.5.9",
|
|
"@tauri-apps/plugin-notification": "2.3.3",
|
|
"@tauri-apps/plugin-opener": "2",
|
|
"@tauri-apps/plugin-process": "2.3.1",
|
|
"@tauri-apps/plugin-updater": "2.10.1",
|
|
"@types/pako": "2.0.4",
|
|
"@vanilla-extract/css": "1.21.1",
|
|
"@vanilla-extract/recipes": "0.5.7",
|
|
"@vanilla-extract/vite-plugin": "5.2.4",
|
|
"await-to-js": "3.0.0",
|
|
"badwords-list": "2.0.1-4",
|
|
"blurhash": "2.0.5",
|
|
"browser-encrypt-attachment": "0.3.0",
|
|
"chroma-js": "3.2.0",
|
|
"classnames": "2.5.1",
|
|
"dateformat": "5.0.3",
|
|
"dayjs": "1.11.21",
|
|
"domhandler": "6.0.1",
|
|
"emojibase": "17.0.0",
|
|
"emojibase-data": "17.0.0",
|
|
"file-saver": "2.0.5",
|
|
"focus-trap-react": "12.0.3",
|
|
"folds": "2.7.0",
|
|
"gif.js": "0.2.0",
|
|
"html-dom-parser": "8.0.0",
|
|
"html-react-parser": "6.1.4",
|
|
"i18next": "26.3.5",
|
|
"i18next-browser-languagedetector": "8.2.1",
|
|
"i18next-http-backend": "4.0.0",
|
|
"immer": "11.1.11",
|
|
"is-hotkey": "0.2.0",
|
|
"jotai": "2.20.1",
|
|
"linkify-react": "4.3.3",
|
|
"linkifyjs": "4.3.3",
|
|
"livekit-client": "2.20.0",
|
|
"lottie-web": "5.13.0",
|
|
"lucide-react": "1.23.0",
|
|
"matrix-js-sdk": "41.9.0",
|
|
"millify": "6.1.0",
|
|
"pako": "3.0.1",
|
|
"pdfjs-dist": "6.1.200",
|
|
"prismjs": "1.30.0",
|
|
"react": "19.2.7",
|
|
"react-aria": "3.50.0",
|
|
"react-blurhash": "0.3.0",
|
|
"react-colorful": "5.7.0",
|
|
"react-dom": "19.2.7",
|
|
"react-error-boundary": "6.1.2",
|
|
"react-google-recaptcha": "3.1.0",
|
|
"react-i18next": "17.0.8",
|
|
"react-range": "1.10.0",
|
|
"react-router-dom": "7.18.1",
|
|
"sanitize-html": "2.17.5",
|
|
"slate": "0.124.1",
|
|
"slate-dom": "0.124.1",
|
|
"slate-history": "0.113.1",
|
|
"slate-react": "0.125.1",
|
|
"ua-parser-js": "2.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
|
|
"@rollup/plugin-inject": "5.0.5",
|
|
"@rollup/plugin-wasm": "6.2.2",
|
|
"@types/chroma-js": "3.1.2",
|
|
"@types/file-saver": "2.0.7",
|
|
"@types/is-hotkey": "0.1.10",
|
|
"@types/node": "26.1.1",
|
|
"@types/prismjs": "1.26.6",
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3",
|
|
"@types/react-google-recaptcha": "2.1.9",
|
|
"@types/sanitize-html": "2.16.1",
|
|
"@types/ua-parser-js": "0.7.39",
|
|
"@typescript-eslint/eslint-plugin": "8.63.0",
|
|
"@typescript-eslint/parser": "8.63.0",
|
|
"@vitejs/plugin-react": "6.0.3",
|
|
"buffer": "6.0.3",
|
|
"eslint": "10.6.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
"prettier": "3.9.4",
|
|
"typescript": "6.0.3",
|
|
"vite": "8.1.3",
|
|
"vite-plugin-pwa": "1.3.0",
|
|
"vite-plugin-static-copy": "4.1.1",
|
|
"vite-plugin-top-level-await": "1.6.0"
|
|
},
|
|
"allowScripts": {
|
|
"@swc/core@1.15.43": true,
|
|
"esbuild@0.28.1": true
|
|
}
|
|
}
|