mirror of
https://github.com/zulip/zulip.git
synced 2026-06-18 21:01:52 +08:00
jQuery is held at 3.6.0 due to https://github.com/jquery/jquery/issues/5105. Signed-off-by: Anders Kaseorg <anders@zulip.com>
14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"name": "@zulip/shared",
|
|
"version": "0.0.14",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"version": "tools/npm-version",
|
|
"postversion": "tools/npm-postversion"
|
|
},
|
|
"dependencies": {
|
|
"katex": "^0.16.2",
|
|
"lodash": "^4.17.19"
|
|
}
|
|
}
|