Add mobx dependency and update language options in package.json

This commit is contained in:
Rankin Zheng 2023-12-27 21:13:18 +08:00
parent 6d4e6255f0
commit 91b481e762
3 changed files with 96 additions and 9269 deletions

7097
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -555,7 +555,10 @@
"DevChat.Language": {
"type": "string",
"default": "",
"enum": ["en", "zh"],
"enum": [
"en",
"zh"
],
"enumDescriptions": [
"English",
"Simplified Chinese"
@ -873,6 +876,7 @@
"dotenv": "^16.0.3",
"js-yaml": "^4.1.0",
"mdast": "^3.0.0",
"mobx": "^6.12.0",
"ncp": "^2.0.0",
"node-fetch": "^3.3.1",
"nonce": "^1.0.4",

2262
yarn.lock

File diff suppressed because it is too large Load Diff