Files
cinny/package.json
T

84 lines
2.5 KiB
JSON
Raw Normal View History

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