mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
Fixes #8944. Adds string.prototype.startswith package to dependencies and places it at `common` entry point in webpack.assets.json. As common.js is loaded on all code paths first, there is no need to place this package into other entry points.
75 lines
2.0 KiB
JSON
75 lines
2.0 KiB
JSON
{
|
|
"name": "zulip",
|
|
"version": "0.0.0",
|
|
"license": "Apache-2.0",
|
|
"description": "",
|
|
"main": "",
|
|
"dependencies": {
|
|
"@types/node": "8.0.34",
|
|
"@types/webpack": "3.0.13",
|
|
"blueimp-md5": "2.10.0",
|
|
"clipboard": "2.0.0",
|
|
"emoji-datasource-apple": "3.0.0",
|
|
"emoji-datasource-emojione": "3.0.0",
|
|
"emoji-datasource-google": "3.0.0",
|
|
"emoji-datasource-twitter": "3.0.0",
|
|
"expose-loader": "0.7.3",
|
|
"flatpickr": "4.2.3",
|
|
"fuzzysearch": "1.0.3",
|
|
"handlebars": "4.0.10",
|
|
"i18next": "3.4.4",
|
|
"i18next-browser-languagedetector": "0.3.0",
|
|
"i18next-localstorage-cache": "0.3.0",
|
|
"i18next-parser": "0.11.1",
|
|
"i18next-xhr-backend": "1.5.1",
|
|
"jquery": "3.3.1",
|
|
"jquery-validation": "1.16.0",
|
|
"katex": "0.8.3",
|
|
"moment": "2.21.0",
|
|
"moment-timezone": "0.5.14",
|
|
"perfect-scrollbar": "1.3.0",
|
|
"plotly.js": "1.19.2",
|
|
"script-loader": "0.7.2",
|
|
"source-map-loader": "0.2.3",
|
|
"string.prototype.codepointat": "0.2.0",
|
|
"string.prototype.startswith": "0.2.0",
|
|
"to-markdown": "3.1.0",
|
|
"ts-loader": "2.1.0",
|
|
"ts-node": "3.3.0",
|
|
"typescript": "2.7.2",
|
|
"underscore": "1.8.3",
|
|
"webfonts-generator": "0.4.0",
|
|
"webpack": "2.5.1",
|
|
"webpack-bundle-tracker": "0.3.0",
|
|
"winchan": "0.2.0",
|
|
"xdate": "0.8.2",
|
|
"zxcvbn": "4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"casperjs": "casperjs/casperjs",
|
|
"cssstyle": "0.2.29",
|
|
"difflib": "0.2.4",
|
|
"eslint": "4.19.1",
|
|
"eslint-plugin-empty-returns": "1.0.2",
|
|
"htmlparser2": "3.8.3",
|
|
"istanbul": "0.4.5",
|
|
"jsdom": "9.4.1",
|
|
"nwmatcher": "1.3.6",
|
|
"phantomjs-prebuilt": "2.1.14",
|
|
"svgo": "0.7.2",
|
|
"swagger-parser": "3.4.1",
|
|
"tslint": "5.3.2",
|
|
"webpack-dev-server": "2.4.1",
|
|
"xmlhttprequest": "1.5.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"
|
|
}
|
|
}
|