mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.5 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together. Updates `esbuild` from 0.21.5 to 0.25.5 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.5) Updates `vite` from 5.4.19 to 6.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.5/packages/vite) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.5 dependency-type: indirect - dependency-name: vite dependency-version: 6.3.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
825 B
JSON
38 lines
825 B
JSON
{
|
|
"name": "go-stock",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@types/file-saver": "^2.0.7",
|
|
"@vavt/cm-extension": "^1.8.0",
|
|
"@vavt/v3-extension": "^3.0.0",
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"echarts": "^5.6.0",
|
|
"file-saver": "^2.0.5",
|
|
"html2canvas": "^1.4.1",
|
|
"lodash": "^4.17.21",
|
|
"md-editor-v3": "^5.2.3",
|
|
"vue": "^3.2.25",
|
|
"vue-router": "^4.5.0",
|
|
"vue3-danmaku": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"html-docx-js-typescript": "^0.1.5",
|
|
"naive-ui": "^2.41.0",
|
|
"vfonts": "^0.0.3",
|
|
"vite": "^6.3.5"
|
|
},
|
|
"keywords": [
|
|
"AI赋能股票分析",
|
|
"go-stock"
|
|
],
|
|
"author": "spark"
|
|
}
|