xinny/package.json

84 lines
2.5 KiB
JSON
Raw Normal View History

2021-07-28 09:15:52 -04:00
{
"name": "cinny",
2022-01-26 07:36:07 -05:00
"version": "1.7.0",
2021-08-01 10:58:34 -04:00
"description": "Yet another matrix client",
2021-07-28 09:15:52 -04:00
"main": "index.js",
"engines": {
2021-07-29 01:07:31 -04:00
"npm": ">=6.14.11",
"node": ">=14.6.0"
2021-07-28 09:15:52 -04:00
},
"scripts": {
"start": "webpack serve --config ./webpack.dev.js --open",
"build": "webpack --config ./webpack.prod.js"
2021-07-28 09:15:52 -04:00
},
"keywords": [],
2021-07-30 22:51:57 -04:00
"author": "Ajay Bura",
2021-08-02 23:17:11 -04:00
"license": "MIT",
2021-07-28 09:15:52 -04:00
"dependencies": {
"@fontsource/inter": "^4.5.4",
"@fontsource/roboto": "^4.5.3",
"@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 09:15:52 -04:00
"@tippyjs/react": "^4.2.5",
"babel-polyfill": "^6.26.0",
"browser-encrypt-attachment": "^0.3.0",
"dateformat": "^5.0.2",
2021-07-28 09:15:52 -04:00
"emojibase-data": "^6.2.0",
2021-12-05 23:52:45 -05:00
"file-saver": "^2.0.5",
"flux": "^4.0.3",
"formik": "^2.2.9",
2021-07-28 09:15:52 -04:00
"html-react-parser": "^1.2.7",
"linkifyjs": "^2.1.9",
"matrix-js-sdk": "^15.5.2",
"micromark": "^3.0.3",
"micromark-extension-gfm": "^2.0.1",
"micromark-util-chunked": "^1.0.0",
"micromark-util-resolve-all": "^1.0.0",
"micromark-util-symbol": "^1.0.1",
"prop-types": "^15.8.1",
2021-07-28 09:15:52 -04: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.14.4",
"sanitize-html": "^2.7.0",
"tippy.js": "^6.3.7",
2021-07-28 09:15:52 -04:00
"twemoji": "^13.1.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"assert": "^2.0.0",
2021-07-28 09:15:52 -04:00
"babel-loader": "^8.2.2",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
2021-07-28 09:15:52 -04:00
"crypto-browserify": "^3.12.0",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
2021-07-28 09:15:52 -04: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",
"favicons": "^6.2.2",
2021-07-28 09:15:52 -04:00
"favicons-webpack-plugin": "^5.0.2",
"html-loader": "^3.1.0",
2021-07-28 09:15:52 -04:00
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^2.5.3",
2021-07-28 09:15:52 -04:00
"path-browserify": "^1.0.1",
"sass": "^1.49.8",
"sass-loader": "^12.6.0",
2021-07-28 09:15:52 -04:00
"stream-browserify": "^3.0.0",
"style-loader": "^2.0.0",
"url": "^0.11.0",
"util": "^0.12.4",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.7.3"
2021-07-28 09:15:52 -04:00
}
}