Files
NexQuant/web/package.json
T
dependabot[bot] b06b2ee213 chore(deps): Bump echarts, vue-echarts and echarts-gl in /web
Bumps [echarts](https://github.com/apache/echarts), [vue-echarts](https://github.com/ecomfe/vue-echarts) and [echarts-gl](https://github.com/ecomfe/echarts-gl). These dependencies needed to be updated together.

Updates `echarts` from 5.6.0 to 6.1.0
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](https://github.com/apache/echarts/compare/5.6.0...6.1.0)

Updates `vue-echarts` from 7.0.3 to 8.0.1
- [Release notes](https://github.com/ecomfe/vue-echarts/releases)
- [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ecomfe/vue-echarts/compare/v7.0.3...v8.0.1)

Updates `echarts-gl` from 2.0.9 to 2.1.0
- [Release notes](https://github.com/ecomfe/echarts-gl/releases)
- [Commits](https://github.com/ecomfe/echarts-gl/commits/2.1.0)

---
updated-dependencies:
- dependency-name: echarts
  dependency-version: 6.1.0
  dependency-type: direct:production
- dependency-name: vue-echarts
  dependency-version: 8.0.1
  dependency-type: direct:production
- dependency-name: echarts-gl
  dependency-version: 2.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 14:13:43 +00:00

53 lines
1.5 KiB
JSON

{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"overrides": {
"braces": "^3.0.3",
"lodash-es": "^4.18.0",
"lodash": "^4.18.0",
"picomatch": "^4.0.4",
"micromatch": "^4.0.8"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build:flask": "vue-tsc && vite build --outDir ../git_ignore_folder/static",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.16.0",
"crypto-js": "^4.2.0",
"echarts": "^6.1.0",
"element-plus": "^2.7.8",
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1",
"jquery": "^3.7.1",
"jszip": "^3.10.1",
"katex": "^0.16.22",
"markdown-it": "^14.1.1",
"markdown-it-texmath": "^1.0.0",
"marked": "^15.0.4",
"postcss": "^8.5.14",
"prismjs": "^1.30.0",
"vue": "^3.4.21",
"vue-echarts": "^8.0.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4",
"echarts-gl": "^2.1.0",
"fast-glob": "^3.3.2",
"path": "^0.12.7",
"sass": "^1.77.4",
"snapsvg": "^0.5.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^6.4.2",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^2.0.6"
}
}