chore: 移除无用的库

This commit is contained in:
SikongJueluo 2025-08-13 14:34:50 +08:00
parent 37156c937a
commit efcdee2109
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

4
package-lock.json generated
View File

@ -18,7 +18,6 @@
"axios": "^1.11.0", "axios": "^1.11.0",
"echarts": "^5.6.0", "echarts": "^5.6.0",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"konva": "^9.3.20",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"log-symbols": "^7.0.0", "log-symbols": "^7.0.0",
"lucide-vue-next": "^0.525.0", "lucide-vue-next": "^0.525.0",
@ -3738,7 +3737,8 @@
"url": "https://github.com/sponsors/lavrton" "url": "https://github.com/sponsors/lavrton"
} }
], ],
"license": "MIT" "license": "MIT",
"peer": true
}, },
"node_modules/lightningcss": { "node_modules/lightningcss": {
"version": "1.29.2", "version": "1.29.2",

View File

@ -22,7 +22,6 @@
"axios": "^1.11.0", "axios": "^1.11.0",
"echarts": "^5.6.0", "echarts": "^5.6.0",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"konva": "^9.3.20",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"log-symbols": "^7.0.0", "log-symbols": "^7.0.0",
"lucide-vue-next": "^0.525.0", "lucide-vue-next": "^0.525.0",