This commit is contained in:
che
2026-07-15 09:41:56 +05:00
parent 6fff682f74
commit 1f0dd3afb7
26 changed files with 2402 additions and 1133 deletions
+11 -1
View File
@@ -13,7 +13,8 @@
"echarts": "^6.1.0",
"pinia": "^3.0.4",
"vue": "beta",
"vue-router": "^5.1.0"
"vue-router": "^5.1.0",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
@@ -3542,6 +3543,15 @@
"integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
"license": "MIT"
},
"node_modules/vue-toastification": {
"version": "2.0.0-rc.5",
"resolved": "https://registry.npmjs.org/vue-toastification/-/vue-toastification-2.0.0-rc.5.tgz",
"integrity": "sha512-q73e5jy6gucEO/U+P48hqX+/qyXDozAGmaGgLFm5tXX4wJBcVsnGp4e/iJqlm9xzHETYOilUuwOUje2Qg1JdwA==",
"license": "MIT",
"peerDependencies": {
"vue": "^3.0.2"
}
},
"node_modules/vue-tsc": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-3.3.7.tgz",