2021-07-28 16:15:52 +03:00
|
|
|
{
|
|
|
|
"name": "cinny",
|
2023-03-29 14:02:01 +03:00
|
|
|
"version": "2.2.6",
|
2021-08-01 17:58:34 +03:00
|
|
|
"description": "Yet another matrix client",
|
2021-07-28 16:15:52 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"engines": {
|
2022-11-08 16:49:22 +02:00
|
|
|
"node": ">=16.0.0"
|
2021-07-28 16:15:52 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-12-20 17:17:51 +02:00
|
|
|
"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"
|
2021-07-28 16:15:52 +03:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2021-07-31 05:51:57 +03:00
|
|
|
"author": "Ajay Bura",
|
2023-02-24 13:58:04 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2021-07-28 16:15:52 +03:00
|
|
|
"dependencies": {
|
2022-10-18 10:04:05 +03:00
|
|
|
"@fontsource/inter": "4.5.14",
|
2022-09-04 17:21:58 +03:00
|
|
|
"@fontsource/roboto": "4.5.8",
|
2022-12-06 09:22:45 +02:00
|
|
|
"@khanacademy/simple-markdown": "0.8.6",
|
2022-12-09 13:20:52 +02:00
|
|
|
"@matrix-org/olm": "3.2.14",
|
2022-09-04 17:21:58 +03:00
|
|
|
"@tippyjs/react": "4.2.6",
|
2022-11-01 13:28:04 +02:00
|
|
|
"blurhash": "2.0.4",
|
2022-09-04 17:21:58 +03:00
|
|
|
"browser-encrypt-attachment": "0.3.0",
|
|
|
|
"dateformat": "5.0.3",
|
|
|
|
"emojibase-data": "7.0.1",
|
|
|
|
"file-saver": "2.0.5",
|
|
|
|
"flux": "4.0.3",
|
|
|
|
"formik": "2.2.9",
|
|
|
|
"html-react-parser": "3.0.4",
|
2022-12-09 13:21:39 +02:00
|
|
|
"katex": "0.16.4",
|
2022-10-03 15:35:33 +03:00
|
|
|
"linkify-html": "4.0.2",
|
2022-10-03 15:33:14 +03:00
|
|
|
"linkifyjs": "4.0.2",
|
2023-03-29 06:17:00 +03:00
|
|
|
"matrix-js-sdk": "24.0.0",
|
2022-09-04 17:21:58 +03:00
|
|
|
"prop-types": "15.8.1",
|
|
|
|
"react": "17.0.2",
|
|
|
|
"react-autosize-textarea": "7.1.0",
|
2022-10-18 10:03:29 +03:00
|
|
|
"react-blurhash": "0.2.0",
|
2022-09-04 17:21:58 +03:00
|
|
|
"react-dnd": "15.1.2",
|
|
|
|
"react-dnd-html5-backend": "15.1.3",
|
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"react-google-recaptcha": "2.1.0",
|
2022-10-18 10:21:42 +03:00
|
|
|
"react-modal": "3.16.1",
|
2022-12-14 05:10:14 +02:00
|
|
|
"sanitize-html": "2.8.0",
|
2022-09-04 17:21:58 +03:00
|
|
|
"tippy.js": "6.3.7",
|
|
|
|
"twemoji": "14.0.2"
|
2021-07-28 16:15:52 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-30 06:20:53 +02:00
|
|
|
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
|
|
|
|
"@rollup/plugin-inject": "5.0.3",
|
2022-12-20 17:17:51 +02:00
|
|
|
"@rollup/plugin-wasm": "6.1.1",
|
2023-01-15 06:22:58 +02:00
|
|
|
"@types/node": "18.11.18",
|
2022-12-20 17:17:51 +02:00
|
|
|
"@types/react": "18.0.26",
|
|
|
|
"@types/react-dom": "18.0.9",
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.46.1",
|
|
|
|
"@typescript-eslint/parser": "5.46.1",
|
|
|
|
"@vitejs/plugin-react": "3.0.0",
|
2023-01-30 06:20:53 +02:00
|
|
|
"buffer": "6.0.3",
|
2022-12-06 09:18:48 +02:00
|
|
|
"eslint": "8.29.0",
|
2022-09-04 17:21:58 +03:00
|
|
|
"eslint-config-airbnb": "19.0.4",
|
2022-12-20 17:17:51 +02:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2022-09-04 17:21:58 +03:00
|
|
|
"eslint-plugin-import": "2.26.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
2022-12-06 09:20:03 +02:00
|
|
|
"eslint-plugin-react": "7.31.11",
|
2022-09-04 17:21:58 +03:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-01-15 06:22:58 +02:00
|
|
|
"mini-svg-data-uri": "1.4.4",
|
2022-12-20 17:17:51 +02:00
|
|
|
"prettier": "2.8.1",
|
2022-12-09 13:19:25 +02:00
|
|
|
"sass": "1.56.2",
|
2022-12-20 17:17:51 +02:00
|
|
|
"typescript": "4.9.4",
|
|
|
|
"vite": "4.0.1",
|
|
|
|
"vite-plugin-static-copy": "0.13.0"
|
2021-07-28 16:15:52 +03:00
|
|
|
}
|
|
|
|
}
|