diff --git a/package-lock.json b/package-lock.json index ab32889..fef8668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,11 +15,11 @@ "dayjs": "^1.11.13", "echarts": "^5.6.0", "event-source-polyfill": "^1.0.31", + "gsap": "^3.13.0", "js-base64": "^3.7.7", "jsencrypt": "^3.3.2", "lodash-es": "^4.17.21", "naive-ui": "^2.41.0", - "odometer": "^0.4.8", "pinia": "^3.0.1", "pinia-plugin-persistedstate": "^4.2.0", "sass": "^1.85.1", @@ -3163,6 +3163,12 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, + "node_modules/gsap": { + "version": "3.13.0", + "resolved": "https://registry.npmmirror.com/gsap/-/gsap-3.13.0.tgz", + "integrity": "sha512-QL7MJ2WMjm1PHWsoFrAQH/J8wUeqZvMtHO58qdekHpCfhvhSL4gSiz6vJf5EeMP0LOn3ZCprL2ki/gjED8ghVw==", + "license": "Standard 'no charge' license: https://gsap.com/standard-license." + }, "node_modules/has-symbols": { "version": "1.1.0", "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz", @@ -3794,12 +3800,6 @@ "node": "^14.16.0 || >=16.10.0" } }, - "node_modules/odometer": { - "version": "0.4.8", - "resolved": "https://registry.npmmirror.com/odometer/-/odometer-0.4.8.tgz", - "integrity": "sha512-bfKuAhWE/qMCiX9bwX90c5bTpt7MDVeq1e6YsOHQrYokNhv9jhS5JbR9kg6i+FeWmDgalf3VUtwNx1aVaZ8cgg==", - "license": "MIT" - }, "node_modules/ohash": { "version": "2.0.11", "resolved": "https://registry.npmmirror.com/ohash/-/ohash-2.0.11.tgz", diff --git a/package.json b/package.json index 426cfc3..3ef52c6 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,11 @@ "dayjs": "^1.11.13", "echarts": "^5.6.0", "event-source-polyfill": "^1.0.31", + "gsap": "^3.13.0", "js-base64": "^3.7.7", "jsencrypt": "^3.3.2", "lodash-es": "^4.17.21", "naive-ui": "^2.41.0", - "odometer": "^0.4.8", "pinia": "^3.0.1", "pinia-plugin-persistedstate": "^4.2.0", "sass": "^1.85.1", diff --git a/src/views/index.vue b/src/views/index.vue index 65a355d..2e5a6b3 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -335,18 +335,16 @@