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