|
|
@@ -13,6 +13,7 @@
|
|
|
"axios": "^0.26.1",
|
|
|
"clipboard": "^2.0.11",
|
|
|
"crypto-js": "^4.1.1",
|
|
|
+ "decimal.js": "^10.6.0",
|
|
|
"default-passive-events": "^2.0.0",
|
|
|
"echarts": "^5.4.3",
|
|
|
"element-plus": "^2.8.1",
|
|
|
@@ -8559,6 +8560,12 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/decimal.js": {
|
|
|
+ "version": "10.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
|
|
|
+ "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/decode-uri-component": {
|
|
|
"version": "0.2.2",
|
|
|
"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
|