{ "name": "@jeesite/dfm", "version": "5.14.0", "private": true, "type": "module", "scripts": { "type:check": "vue-tsc --noEmit --skipLibCheck", "uninstall": "rimraf node_modules", "update": "ncu -u" }, "dependencies": { "@jeesite/dfm-lib": "5.14.0-rc.1", "@vueuse/core": "13.9.0", "dayjs": "1.11.18", "less": "4.4.2", "lodash-es": "4.17.21", "monaco-editor": "0.54.0", "vuedraggable": "4.1.0", "vue-i18n": "11.1.12", "vue-types": "6.0.0" }, "devDependencies": { "@vitejs/plugin-vue": "6.0.1", "vite-plugin-dts": "4.5.4", "vitest": "3.2.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" } }