feat(unfinished): rules editor

This commit is contained in:
MystiPanda
2024-06-30 12:46:31 +08:00
parent 28fb0b433b
commit 2e106265f9
5 changed files with 322 additions and 3 deletions

View File

@@ -35,6 +35,7 @@
"dayjs": "1.11.5",
"foxact": "^0.2.35",
"i18next": "^23.11.5",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"meta-json-schema": "1.18.5-alpha6",
"monaco-editor": "^0.49.0",
@@ -46,6 +47,7 @@
"react-hook-form": "^7.52.0",
"react-i18next": "^13.5.0",
"react-markdown": "^9.0.1",
"react-monaco-editor": "^0.55.0",
"react-router-dom": "^6.23.1",
"react-transition-group": "^4.4.5",
"react-virtuoso": "^4.7.11",
@@ -59,6 +61,7 @@
"@tauri-apps/cli": "^1.5.14",
"@types/fs-extra": "^9.0.13",
"@types/js-cookie": "^3.0.6",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",