2021-07-28 13:15:52 +00:00
|
|
|
{
|
|
|
|
"name": "cinny",
|
2022-08-11 13:40:12 +00:00
|
|
|
"version": "2.1.2",
|
2021-08-01 14:58:34 +00:00
|
|
|
"description": "Yet another matrix client",
|
2021-07-28 13:15:52 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"engines": {
|
2022-05-27 07:39:36 +00:00
|
|
|
"npm": ">=6.14.8 <=8.5.5",
|
|
|
|
"node": ">=14.15.0 <=17.9.0"
|
2021-07-28 13:15:52 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "webpack serve --config ./webpack.dev.js --open",
|
2021-11-07 10:16:36 +00:00
|
|
|
"build": "webpack --config ./webpack.prod.js"
|
2021-07-28 13:15:52 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2021-07-31 02:51:57 +00:00
|
|
|
"author": "Ajay Bura",
|
2021-08-03 03:17:11 +00:00
|
|
|
"license": "MIT",
|
2021-07-28 13:15:52 +00:00
|
|
|
"dependencies": {
|
2022-08-11 13:16:19 +00:00
|
|
|
"@fontsource/inter": "^4.5.12",
|
2022-08-11 13:14:00 +00:00
|
|
|
"@fontsource/roboto": "^4.5.8",
|
2022-08-21 14:04:09 +00:00
|
|
|
"@khanacademy/simple-markdown": "^0.8.3",
|
2022-08-07 14:31:31 +00:00
|
|
|
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.12.tgz",
|
2022-02-22 14:26:47 +00:00
|
|
|
"@tippyjs/react": "^4.2.6",
|
2021-07-28 13:15:52 +00:00
|
|
|
"babel-polyfill": "^6.26.0",
|
2022-08-06 03:56:26 +00:00
|
|
|
"blurhash": "^1.1.5",
|
2021-07-28 13:15:52 +00:00
|
|
|
"browser-encrypt-attachment": "^0.3.0",
|
2022-02-22 14:21:31 +00:00
|
|
|
"dateformat": "^5.0.3",
|
2022-02-22 14:10:53 +00:00
|
|
|
"emojibase-data": "^7.0.1",
|
2021-12-06 04:52:45 +00:00
|
|
|
"file-saver": "^2.0.5",
|
2022-01-27 04:19:52 +00:00
|
|
|
"flux": "^4.0.3",
|
2021-11-06 09:45:35 +00:00
|
|
|
"formik": "^2.2.9",
|
2022-08-03 14:22:50 +00:00
|
|
|
"html-react-parser": "^3.0.1",
|
2022-08-03 13:58:54 +00:00
|
|
|
"katex": "^0.16.0",
|
2022-07-08 14:59:07 +00:00
|
|
|
"linkify-html": "^4.0.0-beta.5",
|
|
|
|
"linkifyjs": "^4.0.0-beta.5",
|
2022-08-07 09:21:56 +00:00
|
|
|
"matrix-js-sdk": "^19.2.0",
|
2022-01-31 04:04:14 +00:00
|
|
|
"prop-types": "^15.8.1",
|
2021-07-28 13:15:52 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-autosize-textarea": "^7.1.0",
|
2022-08-06 03:56:26 +00:00
|
|
|
"react-blurhash": "^0.1.3",
|
2022-04-05 03:37:23 +00:00
|
|
|
"react-dnd": "^15.1.2",
|
2022-04-06 06:09:00 +00:00
|
|
|
"react-dnd-html5-backend": "^15.1.3",
|
2021-07-28 13:15:52 +00:00
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-google-recaptcha": "^2.1.0",
|
2022-05-03 07:28:25 +00:00
|
|
|
"react-modal": "^3.15.1",
|
2022-08-03 13:55:02 +00:00
|
|
|
"sanitize-html": "^2.7.1",
|
2022-02-03 15:27:00 +00:00
|
|
|
"tippy.js": "^6.3.7",
|
2022-04-05 03:25:16 +00:00
|
|
|
"twemoji": "^14.0.2"
|
2021-07-28 13:15:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-03 13:48:22 +00:00
|
|
|
"@babel/core": "^7.18.10",
|
2022-08-03 13:42:15 +00:00
|
|
|
"@babel/preset-env": "^7.18.10",
|
2022-06-28 15:09:44 +00:00
|
|
|
"@babel/preset-react": "^7.18.6",
|
2021-08-17 09:40:44 +00:00
|
|
|
"assert": "^2.0.0",
|
2022-04-26 11:50:12 +00:00
|
|
|
"babel-loader": "^8.2.5",
|
2021-07-28 13:15:52 +00:00
|
|
|
"browserify-fs": "^1.0.0",
|
|
|
|
"buffer": "^6.0.3",
|
2022-02-03 15:12:06 +00:00
|
|
|
"clean-webpack-plugin": "^4.0.0",
|
2022-05-24 14:23:37 +00:00
|
|
|
"copy-webpack-plugin": "^11.0.0",
|
2021-07-28 13:15:52 +00:00
|
|
|
"crypto-browserify": "^3.12.0",
|
2022-03-15 05:05:21 +00:00
|
|
|
"css-loader": "^6.7.1",
|
2022-05-24 14:36:17 +00:00
|
|
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
2022-08-20 15:39:08 +00:00
|
|
|
"eslint": "^8.22.0",
|
2022-02-03 14:47:48 +00:00
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
2022-04-12 04:47:55 +00:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-08-03 13:53:17 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
2022-06-28 09:57:40 +00:00
|
|
|
"eslint-plugin-react": "^7.30.1",
|
2022-06-21 12:01:58 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2022-01-27 04:19:52 +00:00
|
|
|
"favicons": "^6.2.2",
|
2021-07-28 13:15:52 +00:00
|
|
|
"favicons-webpack-plugin": "^5.0.2",
|
2022-08-03 14:06:36 +00:00
|
|
|
"html-loader": "^4.1.0",
|
2021-07-28 13:15:52 +00:00
|
|
|
"html-webpack-plugin": "^5.3.1",
|
2022-06-21 12:00:23 +00:00
|
|
|
"mini-css-extract-plugin": "^2.6.1",
|
2021-07-28 13:15:52 +00:00
|
|
|
"path-browserify": "^1.0.1",
|
2022-08-20 15:35:35 +00:00
|
|
|
"sass": "^1.54.4",
|
2022-06-28 09:58:24 +00:00
|
|
|
"sass-loader": "^13.0.2",
|
2021-07-28 13:15:52 +00:00
|
|
|
"stream-browserify": "^3.0.0",
|
2022-02-22 14:32:07 +00:00
|
|
|
"style-loader": "^3.3.1",
|
2022-01-27 04:19:52 +00:00
|
|
|
"url": "^0.11.0",
|
2021-08-17 09:40:44 +00:00
|
|
|
"util": "^0.12.4",
|
2022-08-03 13:57:07 +00:00
|
|
|
"webpack": "^5.74.0",
|
2022-06-14 14:48:38 +00:00
|
|
|
"webpack-cli": "^4.10.0",
|
2022-08-20 15:33:02 +00:00
|
|
|
"webpack-dev-server": "^4.10.0",
|
2021-11-07 04:49:23 +00:00
|
|
|
"webpack-merge": "^5.7.3"
|
2021-07-28 13:15:52 +00:00
|
|
|
}
|
|
|
|
}
|