2021-07-28 16:15:52 +03:00
|
|
|
{
|
|
|
|
"name": "cinny",
|
2022-01-26 14:36:07 +02:00
|
|
|
"version": "1.7.0",
|
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": {
|
2021-07-29 08:07:31 +03:00
|
|
|
"npm": ">=6.14.11",
|
2021-11-06 14:39:29 +02:00
|
|
|
"node": ">=14.6.0"
|
2021-07-28 16:15:52 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "webpack serve --config ./webpack.dev.js --open",
|
2021-11-07 12:16:36 +02:00
|
|
|
"build": "webpack --config ./webpack.prod.js"
|
2021-07-28 16:15:52 +03:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2021-07-31 05:51:57 +03:00
|
|
|
"author": "Ajay Bura",
|
2021-08-03 06:17:11 +03:00
|
|
|
"license": "MIT",
|
2021-07-28 16:15:52 +03:00
|
|
|
"dependencies": {
|
2021-12-13 17:37:15 +02:00
|
|
|
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.tgz",
|
2021-07-28 16:15:52 +03:00
|
|
|
"@tippyjs/react": "^4.2.5",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
|
|
|
"browser-encrypt-attachment": "^0.3.0",
|
|
|
|
"dateformat": "^4.5.1",
|
|
|
|
"emojibase-data": "^6.2.0",
|
2021-12-06 06:52:45 +02:00
|
|
|
"file-saver": "^2.0.5",
|
2022-01-27 06:19:52 +02:00
|
|
|
"flux": "^4.0.3",
|
2021-11-06 11:45:35 +02:00
|
|
|
"formik": "^2.2.9",
|
2021-07-28 16:15:52 +03:00
|
|
|
"html-react-parser": "^1.2.7",
|
2021-11-21 15:51:03 +02:00
|
|
|
"linkifyjs": "^2.1.9",
|
2022-01-27 06:19:52 +02:00
|
|
|
"matrix-js-sdk": "^15.4.0",
|
2021-08-17 12:40:44 +03:00
|
|
|
"micromark": "^3.0.3",
|
2022-02-03 16:43:29 +02:00
|
|
|
"micromark-extension-gfm": "^2.0.1",
|
2022-01-31 17:58:42 +02:00
|
|
|
"micromark-util-chunked": "^1.0.0",
|
|
|
|
"micromark-util-resolve-all": "^1.0.0",
|
|
|
|
"micromark-util-symbol": "^1.0.1",
|
2022-01-31 06:04:14 +02:00
|
|
|
"prop-types": "^15.8.1",
|
2021-07-28 16:15:52 +03:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-autosize-textarea": "^7.1.0",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-google-recaptcha": "^2.1.0",
|
|
|
|
"react-modal": "^3.13.1",
|
2021-11-19 09:50:34 +02:00
|
|
|
"sanitize-html": "^2.5.3",
|
2021-07-28 16:15:52 +03:00
|
|
|
"tippy.js": "^6.3.1",
|
|
|
|
"twemoji": "^13.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-03 16:44:31 +02:00
|
|
|
"@babel/core": "^7.16.12",
|
2021-07-28 16:15:52 +03:00
|
|
|
"@babel/preset-env": "^7.13.12",
|
2022-01-31 18:36:12 +02:00
|
|
|
"@babel/preset-react": "^7.16.7",
|
2021-08-17 12:40:44 +03:00
|
|
|
"assert": "^2.0.0",
|
2021-07-28 16:15:52 +03:00
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
"browserify-fs": "^1.0.0",
|
|
|
|
"buffer": "^6.0.3",
|
|
|
|
"clean-webpack-plugin": "^3.0.0",
|
2021-08-03 06:12:12 +03:00
|
|
|
"copy-webpack-plugin": "^9.0.1",
|
2021-07-28 16:15:52 +03:00
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
|
"css-loader": "^5.2.0",
|
|
|
|
"css-minimizer-webpack-plugin": "^1.3.0",
|
2022-02-03 16:50:43 +02:00
|
|
|
"eslint": "^8.8.0",
|
2022-02-03 16:47:48 +02:00
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
2021-07-28 16:15:52 +03:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
|
|
"eslint-plugin-react": "^7.23.1",
|
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2022-01-27 06:19:52 +02:00
|
|
|
"favicons": "^6.2.2",
|
2021-07-28 16:15:52 +03:00
|
|
|
"favicons-webpack-plugin": "^5.0.2",
|
|
|
|
"html-loader": "^2.1.2",
|
|
|
|
"html-webpack-plugin": "^5.3.1",
|
2022-01-31 18:35:46 +02:00
|
|
|
"mini-css-extract-plugin": "^2.5.3",
|
2021-07-28 16:15:52 +03:00
|
|
|
"path-browserify": "^1.0.1",
|
2022-02-03 16:45:47 +02:00
|
|
|
"sass": "^1.49.0",
|
2021-07-28 16:15:52 +03:00
|
|
|
"sass-loader": "^11.0.1",
|
|
|
|
"stream-browserify": "^3.0.0",
|
|
|
|
"style-loader": "^2.0.0",
|
2022-01-27 06:19:52 +02:00
|
|
|
"url": "^0.11.0",
|
2021-08-17 12:40:44 +03:00
|
|
|
"util": "^0.12.4",
|
2021-11-06 12:56:18 +02:00
|
|
|
"webpack": "^5.62.1",
|
2021-11-07 12:16:36 +02:00
|
|
|
"webpack-cli": "^4.9.1",
|
2022-01-27 06:19:52 +02:00
|
|
|
"webpack-dev-server": "^4.7.3",
|
2021-11-07 06:49:23 +02:00
|
|
|
"webpack-merge": "^5.7.3"
|
2021-07-28 16:15:52 +03:00
|
|
|
}
|
|
|
|
}
|