mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
perfect-scrollbar replaces both the appearance and the behavior of the scrollbar, and its emulated behavior will never feel native on most platforms. SimpleBar customizes the appearance while preserving the native behavior. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "zulip",
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0",
|
|
"description": "",
|
|
"main": "",
|
|
"dependencies": {
|
|
"@types/node": "8.0.34",
|
|
"@types/underscore": "1.8.9",
|
|
"@types/webpack": "4.4.0",
|
|
"blueimp-md5": "2.10.0",
|
|
"clipboard": "2.0.1",
|
|
"css-hot-loader": "1.3.9",
|
|
"css-loader": "0.28.11",
|
|
"emoji-datasource-google": "4.0.4",
|
|
"emoji-datasource-google-blob": "npm:emoji-datasource-google@3.0.0",
|
|
"emoji-datasource-twitter": "4.0.4",
|
|
"error-stack-parser": "2.0.1",
|
|
"expose-loader": "0.7.5",
|
|
"file-loader": "1.1.11",
|
|
"flatpickr": "4.5.0",
|
|
"font-awesome": "4.7.0",
|
|
"handlebars": "4.0.11",
|
|
"i18next": "3.4.4",
|
|
"imports-loader": "0.8.0",
|
|
"jquery": "3.3.1",
|
|
"jquery-validation": "1.17.0",
|
|
"katex": "0.8.3",
|
|
"lazysizes": "4.1.6",
|
|
"mini-css-extract-plugin": "0.4.0",
|
|
"moment": "2.22.1",
|
|
"moment-timezone": "0.5.17",
|
|
"node-sass": "4.9.0",
|
|
"plotly.js": "1.37.1",
|
|
"sass-loader": "7.0.1",
|
|
"script-loader": "0.7.2",
|
|
"simplebar": "^4.0.0-alpha.9",
|
|
"sortablejs": "^1.7.0",
|
|
"sorttable": "1.0.2",
|
|
"source-map-loader": "0.2.3",
|
|
"source-sans-pro": "2.20.2",
|
|
"string.prototype.codepointat": "0.2.1",
|
|
"string.prototype.endswith": "0.2.0",
|
|
"string.prototype.startswith": "0.2.0",
|
|
"style-loader": "0.21.0",
|
|
"to-markdown": "3.1.0",
|
|
"ts-loader": "5.3.3",
|
|
"ts-node": "7.0.1",
|
|
"typescript": "3.3.1",
|
|
"underscore": "1.9.0",
|
|
"webfonts-generator": "0.4.0",
|
|
"webpack": "4.8.3",
|
|
"webpack-bundle-tracker": "0.3.0",
|
|
"webpack-cli": "2.1.3",
|
|
"winchan": "0.2.0",
|
|
"xdate": "0.8.2",
|
|
"zxcvbn": "4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "1.5.0",
|
|
"@typescript-eslint/parser": "1.5.0",
|
|
"casperjs": "casperjs/casperjs",
|
|
"cssstyle": "0.2.29",
|
|
"difflib": "0.2.4",
|
|
"eslint": "5.15.3",
|
|
"eslint-plugin-empty-returns": "1.0.2",
|
|
"htmlparser2": "3.8.3",
|
|
"jsdom": "11.10.0",
|
|
"nwmatcher": "1.3.6",
|
|
"nyc": "11.8.0",
|
|
"phantomjs-prebuilt": "2.1.16",
|
|
"stylelint": "9.3.0",
|
|
"svgo": "1.0.5",
|
|
"swagger-parser": "3.4.1",
|
|
"webpack-dev-server": "3.1.4",
|
|
"xmlhttprequest": "1.8.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --quiet --cache",
|
|
"lint-fix": "eslint --quiet --fix",
|
|
"lint-loud": "eslint static/js frontend_tests --cache"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zulip/zulip.git"
|
|
}
|
|
}
|