This commit is contained in:
duanliang
2024-12-13 10:49:43 +08:00
24 changed files with 662 additions and 23 deletions

21
package-lock.json generated
View File

@@ -12,7 +12,11 @@
"echarts": "^5.5.1",
"pinia": "^2.2.6",
"vue": "^3.5.13",
<<<<<<< HEAD
"vue-echarts": "^7.0.3",
=======
"vue-countup-v3": "^1.4.2",
>>>>>>> c263e68dd9f06fa54de5add6bfa1b7bdb129383d
"vue-router": "^4.4.5"
},
"devDependencies": {
@@ -2221,6 +2225,11 @@
"url": "https://github.com/sponsors/mesqueeb"
}
},
"node_modules/countup.js": {
"version": "2.8.0",
"resolved": "https://registry.npmmirror.com/countup.js/-/countup.js-2.8.0.tgz",
"integrity": "sha512-f7xEhX0awl4NOElHulrl4XRfKoNH3rB+qfNSZZyjSZhaAoUk6elvhH+MNxMmlmuUJ2/QNTWPSA7U4mNtIAKljQ=="
},
"node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -4270,6 +4279,7 @@
}
}
},
<<<<<<< HEAD
"node_modules/vue-demi": {
"version": "0.13.11",
"resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz",
@@ -4313,6 +4323,17 @@
"@vue/runtime-core": {
"optional": true
}
=======
"node_modules/vue-countup-v3": {
"version": "1.4.2",
"resolved": "https://registry.npmmirror.com/vue-countup-v3/-/vue-countup-v3-1.4.2.tgz",
"integrity": "sha512-nRC65jBcdgwybxqztgd/WaK8ZN5T9ECPyiCFGYFMewCsvqdRVo1CtpT7JREcPNF837Fgu/izTSFiuzrIGD6w0A==",
"dependencies": {
"countup.js": "^2.6.2"
},
"peerDependencies": {
"vue": "^3.0.0"
>>>>>>> c263e68dd9f06fa54de5add6bfa1b7bdb129383d
}
},
"node_modules/vue-router": {