Files
my-worker/web-vue/packages/core/package.json
2025-11-26 13:55:01 +08:00

62 lines
1.6 KiB
JSON

{
"name": "@jeesite/core",
"version": "5.14.0",
"private": true,
"type": "module",
"scripts": {
"type:check": "vue-tsc --noEmit --skipLibCheck",
"uninstall": "rimraf node_modules",
"update": "ncu -u -x codemirror,pinia,cropperjs"
},
"dependencies": {
"@vueuse/core": "13.9.0",
"@vueuse/shared": "13.9.0",
"@wangeditor/editor": "5.1.23",
"@wangeditor/editor-for-vue": "5.1.12",
"@zxcvbn-ts/core": "3.0.4",
"codemirror": "5.65.16",
"cropperjs": "1.6.2",
"crypto-js": "4.2.0",
"echarts": "6.0.0",
"path-to-regexp": "8.3.0",
"pinia": "2.3.1",
"print-js": "1.6.0",
"qrcode": "1.5.4",
"qs": "6.14.0",
"resize-observer-polyfill": "1.5.1",
"sortablejs": "1.15.6",
"spark-md5": "3.0.2",
"vditor": "3.11.2",
"vue-i18n": "11.1.12",
"vue-json-pretty": "2.5.0",
"vue-types": "6.0.0",
"xlsx": "0.18.5"
},
"devDependencies": {
"@types/codemirror": "5.60.16",
"@types/crypto-js": "4.2.2",
"@types/lodash-es": "4.17.12",
"@types/qrcode": "1.5.5",
"@types/qs": "6.14.0",
"@types/showdown": "2.0.6",
"@types/sortablejs": "1.15.8",
"@vitejs/plugin-vue": "6.0.1",
"rollup-plugin-visualizer": "6.0.4",
"vite-plugin-theme-vite3": "2.0.1",
"vite-plugin-dts": "4.5.4"
},
"homepage": "https://jeesite.com",
"repository": {
"type": "git",
"url": "https://gitee.com/thinkgem/jeesite-vue.git"
},
"bugs": {
"url": "https://gitee.com/thinkgem/jeesite-vue/issues"
},
"author": {
"name": "ThinkGem",
"email": "thinkgem@163.com",
"url": "https://gitee.com/thinkgem"
}
}