mirror of
https://github.com/mat-1/variance.git
synced 2025-08-02 23:44:39 +00:00
90 lines
2.8 KiB
JSON
90 lines
2.8 KiB
JSON
{
|
|
"name": "variance",
|
|
"version": "2.2.6",
|
|
"description": "The good Matrix client",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "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": "Variance and Cinny contributors",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@floating-ui/react": "^0.27.7",
|
|
"@fontsource/atkinson-hyperlegible": "5.2.5",
|
|
"@khanacademy/simple-markdown": "2.0.2",
|
|
"@matrix-org/matrix-sdk-crypto-wasm": "^14.1.0",
|
|
"@tippyjs/react": "4.2.6",
|
|
"@types/dateformat": "^5.0.3",
|
|
"@types/highlight.js": "^10.1.0",
|
|
"@types/prop-types": "^15.7.14",
|
|
"blurhash": "2.0.5",
|
|
"dateformat": "5.0.3",
|
|
"emojibase-data": "16.0.3",
|
|
"file-saver": "2.0.5",
|
|
"flux": "4.0.4",
|
|
"formik": "2.4.6",
|
|
"highlight.js": "^11.11.1",
|
|
"html-react-parser": "5.2.3",
|
|
"katex": "0.16.22",
|
|
"linkify-html": "4.2.0",
|
|
"linkifyjs": "4.2.0",
|
|
"matrix-encrypt-attachment": "^1.0.3",
|
|
"matrix-js-sdk": "37.3.0",
|
|
"prop-types": "15.8.1",
|
|
"react": "19.1.0",
|
|
"react-autosize-textarea": "7.1.0",
|
|
"react-blurhash": "0.3.0",
|
|
"react-dnd": "16.0.1",
|
|
"react-dnd-html5-backend": "16.0.1",
|
|
"react-dom": "19.1.0",
|
|
"react-google-recaptcha": "3.1.0",
|
|
"react-modal": "3.16.3",
|
|
"sanitize-html": "2.16.0",
|
|
"slate": "0.112.0",
|
|
"slate-dom": "^0.112.2",
|
|
"slate-history": "0.113.1",
|
|
"slate-react": "0.112.1",
|
|
"tippy.js": "6.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
|
|
"@eslint/compat": "^1.2.8",
|
|
"@rollup/plugin-inject": "5.0.5",
|
|
"@rollup/plugin-wasm": "6.2.2",
|
|
"@types/node": "22.14.1",
|
|
"@types/react": "19.1.2",
|
|
"@types/react-dom": "19.1.2",
|
|
"@types/react-modal": "^3.16.3",
|
|
"@typescript-eslint/eslint-plugin": "8.31.0",
|
|
"@typescript-eslint/parser": "8.31.0",
|
|
"@vitejs/plugin-react": "4.4.1",
|
|
"buffer": "6.0.3",
|
|
"eslint": "9.25.1",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-prettier": "10.1.2",
|
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"globals": "^16.0.0",
|
|
"mini-svg-data-uri": "1.4.4",
|
|
"prettier": "3.5.3",
|
|
"sass": "1.87.0",
|
|
"typescript": "5.8.3",
|
|
"vite": "6.3.2",
|
|
"vite-plugin-static-copy": "2.3.1"
|
|
},
|
|
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538",
|
|
"type": "module"
|
|
}
|