2021-07-28 13:15:52 +00:00
|
|
|
{
|
|
|
|
"name": "cinny",
|
2022-05-29 05:18:20 +00:00
|
|
|
"version": "2.0.4",
|
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-05-03 07:30:30 +00:00
|
|
|
"@fontsource/inter": "^4.5.10",
|
2022-05-20 03:54:28 +00:00
|
|
|
"@fontsource/roboto": "^4.5.7",
|
2021-12-13 15:37:15 +00:00
|
|
|
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.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",
|
|
|
|
"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-06-04 16:00:58 +00:00
|
|
|
"html-react-parser": "^1.4.14",
|
2022-05-24 14:13:21 +00:00
|
|
|
"katex": "^0.15.6",
|
2021-11-21 13:51:03 +00:00
|
|
|
"linkifyjs": "^2.1.9",
|
2022-05-20 03:50:01 +00:00
|
|
|
"matrix-js-sdk": "^17.2.0",
|
2022-02-22 14:25:52 +00:00
|
|
|
"micromark": "^3.0.10",
|
2022-02-03 14:43:29 +00:00
|
|
|
"micromark-extension-gfm": "^2.0.1",
|
2022-04-24 15:48:35 +00:00
|
|
|
"micromark-extension-math": "^2.0.2",
|
2022-01-31 15:58:42 +00:00
|
|
|
"micromark-util-chunked": "^1.0.0",
|
|
|
|
"micromark-util-resolve-all": "^1.0.0",
|
|
|
|
"micromark-util-symbol": "^1.0.1",
|
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-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-02-22 13:48:34 +00:00
|
|
|
"sanitize-html": "^2.7.0",
|
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-05-20 04:31:37 +00:00
|
|
|
"@babel/core": "^7.18.0",
|
2022-05-20 04:36:10 +00:00
|
|
|
"@babel/preset-env": "^7.18.0",
|
2022-05-20 03:50:54 +00:00
|
|
|
"@babel/preset-react": "^7.17.12",
|
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-05-24 14:16:35 +00:00
|
|
|
"eslint": "^8.16.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",
|
2021-07-28 13:15:52 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
2022-05-24 14:17:49 +00:00
|
|
|
"eslint-plugin-react": "^7.30.0",
|
2022-05-03 07:24:22 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.5.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-02-22 13:27:51 +00:00
|
|
|
"html-loader": "^3.1.0",
|
2021-07-28 13:15:52 +00:00
|
|
|
"html-webpack-plugin": "^5.3.1",
|
2022-03-08 11:16:48 +00:00
|
|
|
"mini-css-extract-plugin": "^2.6.0",
|
2021-07-28 13:15:52 +00:00
|
|
|
"path-browserify": "^1.0.1",
|
2022-06-04 16:02:06 +00:00
|
|
|
"sass": "^1.52.2",
|
2022-05-24 14:21:19 +00:00
|
|
|
"sass-loader": "^13.0.0",
|
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-05-20 03:47:47 +00:00
|
|
|
"webpack": "^5.72.1",
|
2022-02-03 15:11:25 +00:00
|
|
|
"webpack-cli": "^4.9.2",
|
2022-06-04 16:03:39 +00:00
|
|
|
"webpack-dev-server": "^4.9.1",
|
2021-11-07 04:49:23 +00:00
|
|
|
"webpack-merge": "^5.7.3"
|
2021-07-28 13:15:52 +00:00
|
|
|
}
|
|
|
|
}
|