diff --git a/package-lock.json b/package-lock.json index 077ddd6..c23d8b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,6 @@ "axios": "^1.11.0", "echarts": "^5.6.0", "highlight.js": "^11.11.1", - "konva": "^9.3.20", "lodash": "^4.17.21", "log-symbols": "^7.0.0", "lucide-vue-next": "^0.525.0", @@ -3738,7 +3737,8 @@ "url": "https://github.com/sponsors/lavrton" } ], - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/lightningcss": { "version": "1.29.2", diff --git a/package.json b/package.json index 1c6a314..af4d06a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "axios": "^1.11.0", "echarts": "^5.6.0", "highlight.js": "^11.11.1", - "konva": "^9.3.20", "lodash": "^4.17.21", "log-symbols": "^7.0.0", "lucide-vue-next": "^0.525.0",