12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "name": "ruoyi_ui_ts",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite --host",
- "build": "vue-tsc --noEmit && vite build ",
- "build:prod": "vite build --mode production",
- "preview": "vite preview"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.0.5",
- "@typescript-eslint/eslint-plugin": "^5.19.0",
- "@typescript-eslint/parser": "^5.19.0",
- "bpmn-js": "^13.2.0",
- "bpmn-js-bpmnlint": "^0.20.1",
- "bpmnlint": "^8.2.0",
- "bpmnlint-loader": "^0.1.6",
- "diagram-js": "^12.2.0",
- "file-drops": "^0.5.0",
- "pinia-plugin-persist": "^1.0.0",
- "vkbeautify": "^0.99.3",
- "vue": "^3.2.35",
- "vue3-treeselect": "^0.1.10",
- "xcrud": "^0.4.19"
- },
- "devDependencies": {
- "@highlightjs/vue-plugin": "^2.1.0",
- "@types/file-saver": "^2.0.5",
- "@types/inherits": "^0.0.30",
- "@types/js-cookie": "^3.0.2",
- "@types/node": "^17.0.21",
- "@types/nprogress": "^0.2.0",
- "@vitejs/plugin-vue": "^2.2.0",
- "@vitejs/plugin-vue-jsx": "^1.3.7",
- "@vue/compiler-sfc": "^3.2.36",
- "@vueuse/core": "^8.5.0",
- "axios": "^0.27.2",
- "consola": "^2.15.3",
- "core-js": "^3.23.5",
- "cron-validator": "^1.3.1",
- "echarts": "^5.3.3",
- "element-plus": "^2.2.5",
- "eslint": "^8.14.0",
- "eslint-plugin-vue": "^8.6.0",
- "fast-glob": "^3.2.11",
- "file-saver": "^2.0.5",
- "fuse.js": "^6.6.2",
- "js-cookie": "^3.0.1",
- "jsencrypt": "^3.2.1",
- "nanoid": "^4.0.0",
- "nprogress": "^0.2.0",
- "pinia": "^2.0.16",
- "quill": "^1.3.7",
- "sass": "^1.52.1",
- "screenfull": "^6.0.2",
- "sortablejs": "^1.14.0",
- "typescript": "^4.6.4",
- "unplugin-auto-import": "^0.9.3",
- "unplugin-vue-components": "^0.21.1",
- "vite": "^2.9.9",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-style-import": "^2.0.0",
- "vite-plugin-svg-icons": "^2.0.1",
- "vite-plugin-vue-setup-extend": "^0.4.0",
- "vite-svg-loader": "^3.4.0",
- "vue-clipboard3": "^2.0.0",
- "vue-cropper": "^1.0.5",
- "vue-router": "^4.1.2",
- "vue-tsc": "^0.38.4",
- "vue3-highlightjs": "^1.0.5"
- },
- "browserslist": [
- "> 1%",
- "not ie 11",
- "not op_mini all"
- ],
- "engines": {
- "node": ">= 14"
- }
- }
|