76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"name": "cinny",
|
|
"version": "1.0.0",
|
|
"description": "Organized and powerful matrix client.",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"npm": ">=6.14.11",
|
|
"node": ">=14.6.0"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack serve --config ./webpack.dev.js --open",
|
|
"build": "webpack --config ./webpack.prod.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ajay Bura",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@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",
|
|
"flux": "^4.0.1",
|
|
"fuse.js": "^6.4.6",
|
|
"html-react-parser": "^1.2.7",
|
|
"linkifyjs": "^3.0.0-beta.3",
|
|
"matrix-js-sdk": "^11.2.0",
|
|
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.2",
|
|
"react-autosize-textarea": "^7.1.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-google-recaptcha": "^2.1.0",
|
|
"react-markdown": "^6.0.1",
|
|
"react-modal": "^3.13.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-syntax-highlighter": "^15.4.3",
|
|
"remark-gfm": "^1.0.0",
|
|
"tippy.js": "^6.3.1",
|
|
"twemoji": "^13.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.13",
|
|
"@babel/preset-env": "^7.13.12",
|
|
"@babel/preset-react": "^7.13.13",
|
|
"babel-loader": "^8.2.2",
|
|
"browserify-fs": "^1.0.0",
|
|
"buffer": "^6.0.3",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"crypto-browserify": "^3.12.0",
|
|
"css-loader": "^5.2.0",
|
|
"css-minimizer-webpack-plugin": "^1.3.0",
|
|
"eslint": "^7.23.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"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.1",
|
|
"favicons-webpack-plugin": "^5.0.2",
|
|
"file-loader": "^6.2.0",
|
|
"html-loader": "^2.1.2",
|
|
"html-webpack-plugin": "^5.3.1",
|
|
"mini-css-extract-plugin": "^1.4.0",
|
|
"path-browserify": "^1.0.1",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^11.0.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"style-loader": "^2.0.0",
|
|
"util": "^0.12.3",
|
|
"webpack": "^5.28.0",
|
|
"webpack-cli": "^4.5.0",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-merge": "^5.7.3"
|
|
}
|
|
}
|