mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
3f9d4f45ef
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.1.0 to 14.1.1. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.1.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "vite-project",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"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.13.5",
|
|
"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",
|
|
"jszip": "^3.10.1",
|
|
"jquery": "^3.7.1",
|
|
"katex": "^0.16.22",
|
|
"markdown-it": "^14.1.1",
|
|
"markdown-it-texmath": "^1.0.0",
|
|
"marked": "^15.0.4",
|
|
"prismjs": "^1.29.0",
|
|
"vue": "^3.4.21",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.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": "^0.18.2",
|
|
"unplugin-vue-components": "^0.27.3",
|
|
"vite": "^5.2.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-tsc": "^2.0.6"
|
|
}
|
|
}
|