mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
dependencies: Add Zod and typing dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
4c5042e736
commit
38539c8fed
@@ -81,17 +81,23 @@
|
||||
"webpack": "^5.61.0",
|
||||
"webpack-bundle-tracker": "^1.2.0",
|
||||
"webpack-cli": "^5.0.1",
|
||||
"winchan": "^0.2.1"
|
||||
"winchan": "^0.2.1",
|
||||
"zod": "^3.21.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.11.3",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
|
||||
"@formatjs/cli": "^6.0.0",
|
||||
"@types/autosize": "^4.0.1",
|
||||
"@types/blueimp-md5": "^2.18.0",
|
||||
"@types/clean-css": "^4.2.2",
|
||||
"@types/jquery": "^3.3.31",
|
||||
"@types/katex": "^0.16.0",
|
||||
"@types/lodash": "^4.14.172",
|
||||
"@types/micromodal": "^0.3.3",
|
||||
"@types/node": "^18.8.3",
|
||||
"@types/sortablejs": "^1.15.1",
|
||||
"@types/turndown": "^5.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"babel-plugin-rewire-ts": "^1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user