Files
NexQuant/web/package.json
T
dependabot[bot] f5e0f1247d chore(deps): Bump brace-expansion, unplugin-auto-import, unplugin-vue-components and vue-tsc
Removes [brace-expansion](https://github.com/juliangruber/brace-expansion). It's no longer used after updating ancestor dependencies [brace-expansion](https://github.com/juliangruber/brace-expansion), [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import), [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). These dependencies need to be updated together.


Removes `brace-expansion`

Updates `unplugin-auto-import` from 0.18.6 to 21.0.0
- [Release notes](https://github.com/unplugin/unplugin-auto-import/releases)
- [Commits](https://github.com/unplugin/unplugin-auto-import/compare/v0.18.6...v21.0.0)

Updates `unplugin-vue-components` from 0.27.5 to 32.1.0
- [Release notes](https://github.com/unplugin/unplugin-vue-components/releases)
- [Commits](https://github.com/unplugin/unplugin-vue-components/compare/v0.27.5...v32.1.0)

Updates `vue-tsc` from 2.2.12 to 3.3.7
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.3.7/packages/tsc)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version:
  dependency-type: indirect
- dependency-name: unplugin-auto-import
  dependency-version: 21.0.0
  dependency-type: direct:development
- dependency-name: unplugin-vue-components
  dependency-version: 32.1.0
  dependency-type: direct:development
- dependency-name: vue-tsc
  dependency-version: 3.3.7
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-21 16:17:30 +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": "^5.5.1",
"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": "^7.0.3",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4",
"echarts-gl": "^2.0.9",
"fast-glob": "^3.3.2",
"path": "^0.12.7",
"sass": "^1.77.4",
"snapsvg": "^0.5.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.1.0",
"vite": "^6.4.2",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^3.3.7"
}
}