加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
renovate[bot] 提交于 2024-11-21 01:51 . Update dependency marked to v15
{
"name": "my-book",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"update-index": "npx tsx ./src/scripts/updateSearchIndex.ts"
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"algoliasearch": "4.24.0",
"axios": "1.7.7",
"echarts": "5.5.1",
"echarts-wordcloud": "2.1.0",
"element-plus": "2.8.8",
"js-yaml": "4.1.0",
"jsmind": "0.8.6",
"katex": "0.16.11",
"less": "4.2.0",
"marked": "15.0.2",
"mermaid": "11.4.0",
"nprogress": "0.2.0",
"prismjs": "1.29.0",
"svg-pan-zoom": "3.6.2",
"tiny-pinyin": "1.3.2",
"viewerjs": "1.11.6",
"vue": "3.5.13",
"vue-router": "4.4.5",
"vuex": "4.1.0"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/jsdom": "21.1.7",
"@types/katex": "0.16.7",
"@types/node": "22.9.0",
"@types/nprogress": "0.2.3",
"@types/prismjs": "1.26.5",
"@types/shelljs": "0.8.15",
"@types/wordcloud": "1.2.2",
"@vitejs/plugin-vue": "5.2.0",
"eruda": "3.4.1",
"front-matter": "4.0.2",
"jsdom": "25.0.1",
"mime": "4.0.4",
"node-global-proxy": "1.0.1",
"nodejieba": "3.4.3",
"rimraf": "6.0.1",
"rollup-plugin-visualizer": "5.12.0",
"simple-git": "3.7.1",
"tsconfig-paths": "4.2.0",
"tsx": "^4.7.0",
"typescript": "5.6.3",
"unplugin-auto-import": "0.18.5",
"unplugin-vue-components": "0.27.4",
"vite": "5.4.11",
"vite-plugin-prismjs": "0.0.11",
"vite-plugin-pwa": "0.21.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化