1 Star 0 Fork 110

yangyang12345/es-client

forked from 落雨不悔/es-client 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.00 KB
一键复制 编辑 原始数据 按行查看 历史
落雨不悔 提交于 2023-09-19 14:12 . bug fixed
{
"name": "es-client",
"version": "3.0.0",
"description": "elasticsearch客户端",
"type": "module",
"author": {
"name": "Esion",
"email": "m17762618644@163.com",
"url": "https://blog.esion.xyz"
},
"repository": {
"type": "gitee",
"directory": "/",
"url": "https://gitee.com/qiaoshengda/es-client"
},
"license": "Apache-2.0",
"homepage": "https://www.yuque.com/baozhiyige-tewwf/ygxv4r",
"scripts": {
"dev": "vite --host",
"dev:ts": "vite --host --mode=tsbrowser",
"dev:web": "vite --host --mode=web",
"dev:utools": "vite --host --mode=utools",
"dev:server": "vite --host --mode=server",
"dev:tauri": "vite --host --mode=desktop_windows",
"build": "vue-tsc --noEmit && vite build",
"build:web": "vue-tsc --noEmit && vite build --mode=web",
"build:edge": "vue-tsc --noEmit && vite build --mode=edge",
"build:firefox": "vue-tsc --noEmit && vite build --mode=firefox",
"build:ts": "vue-tsc --noEmit && vite build --mode=tsbrowser",
"build:utools": "vue-tsc --noEmit && vite build --mode=utools",
"build:server": "vue-tsc --noEmit && vite build --mode=server",
"build:tauri:windows": "vue-tsc --noEmit && vite build --mode=desktop_windows",
"build:tauri:linux": "vue-tsc --noEmit && vite build --mode=desktop_linux",
"build:tauri:macos": "vue-tsc --noEmit && vite build --mode=desktop_macos",
"build:vscode": "vue-tsc --noEmit && vite build --mode=vscode",
"preview": "vite preview"
},
"dependencies": {
"@arco-design/web-vue": "^2.42.1",
"@codemirror/lang-javascript": "^6.1.7",
"@codemirror/lang-json": "^6.0.1",
"@json2csv/plainjs": "^6.1.2",
"@vueuse/core": "^9.9.0",
"@vueuse/integrations": "^10.2.1",
"axios": "^1.2.2",
"codemirror": "^6.0.1",
"dexie": "^3.2.4",
"fuse.js": "^6.6.2",
"highlight.js": "^11.7.0",
"idb-keyval": "^6.2.1",
"json-bigint": "^1.0.0",
"jszip": "^3.10.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"monaco-editor": "^0.34.1",
"pinia": "^2.0.28",
"sortablejs": "^1.15.0",
"vue": "^3.2.45",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.2.2",
"vue-json-viewer": "3",
"vue-router": "^4.0.13",
"webdav": "^5.3.0",
"xe-utils": "^3.5.7",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tauri-apps/api": "^1.2.0",
"@tauri-apps/cli": "^1.2.3",
"@types/js-yaml": "^4.0.5",
"@types/json-bigint": "^1.0.1",
"@types/jszip": "^3.4.1",
"@types/node": "^18.11.18",
"@types/sortablejs": "^1.15.0",
"@types/x2js": "^3.1.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.4",
"utools-api-types": "^3.0.0",
"vite": "^4.0.3",
"vite-plugin-pwa": "^0.14.4",
"vue-tsc": "^1.0.19"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/yangyang12345/es-client.git
git@gitee.com:yangyang12345/es-client.git
yangyang12345
es-client
es-client
master

搜索帮助