| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "name": "vue-naive-admin",
- "type": "module",
- "version": "2.0.0",
- "private": true,
- "scripts": {
- "dev": "vite",
- "build": "NODE_OPTIONS=--max-old-space-size=40961 vite build",
- "preview": "vite preview",
- "lint:fix": "eslint --fix",
- "test": "vitest run",
- "test:watch": "vitest",
- "test:ui": "vitest --ui",
- "up": "taze major -I",
- "build:stage": "NODE_OPTIONS=--max-old-space-size=40961 vite build && npm run deploy:stage",
- "deploy:stage": "esno deploy/index.js"
- },
- "dependencies": {
- "@arco-design/color": "^0.4.0",
- "@codemirror/lang-java": "^6.0.1",
- "@codemirror/lang-javascript": "^6.2.1",
- "@codemirror/lang-sql": "^6.6.0",
- "@codemirror/lang-xml": "^6.1.0",
- "@codemirror/theme-one-dark": "^6.1.2",
- "@form-create/designer": "^3",
- "@form-create/element-ui": "^3",
- "@kangc/v-md-editor": "^2.3.18",
- "@stomp/stompjs": "^7.0.0",
- "@types/dagre": "^0.7.54",
- "@vicons/ionicons5": "^0.13.0",
- "@vicons/utils": "^0.1.4",
- "@vueuse/core": "^13.7.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "^1.11.0",
- "bpmn-js": "^17.11.1",
- "bpmn-js-properties-panel": "^5.23.0",
- "chalk": "^5.6.2",
- "codemirror": "^6.0.1",
- "crypto-js": "^4.2.0",
- "css-tree": "^3.2.1",
- "dagre": "^0.8.5",
- "dayjs": "^1.11.13",
- "diagram-js": "14.11.3",
- "echarts": "^6.0.0",
- "element-plus": "^2.14.0",
- "highlight.js": "^11.11.1",
- "inherits-browser": "0.1.0",
- "jsbarcode": "^3.12.3",
- "jsencrypt-ext": "^2.1.2",
- "leafer-editor": "^2.1.0",
- "lodash-es": "^4.17.21",
- "marked": "^18.0.2",
- "md5": "^2.3.0",
- "naive-ui": "^2.42.0",
- "ora": "^9.3.0",
- "pinia": "^3.0.3",
- "pinia-plugin-persistedstate": "^4.5.0",
- "prismjs": "^1.30.0",
- "qrcode-vue3": "^1.7.1",
- "scp2": "^0.5.0",
- "sm-crypto": "^0.3.13",
- "sockjs-client": "^1.6.0",
- "tiny-svg": "^4.1.4",
- "unplugin-vue-router": "^0.19.2",
- "vue": "^3.5.20",
- "vue-echarts": "^7.0.3",
- "vue-router": "^4.5.1",
- "vue3-barcode": "^1.0.1",
- "vue3-slide-verify": "^1.1.7",
- "vuedraggable": "^4.1.0",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@antfu/eslint-config": "^5.2.1",
- "@iconify/json": "^2.2.378",
- "@unocss/eslint-config": "^66.4.2",
- "@unocss/eslint-plugin": "^66.4.2",
- "@unocss/preset-rem-to-px": "^66.4.2",
- "@vitejs/plugin-vue": "^6.0.1",
- "@vitejs/plugin-vue-jsx": "^5.1.0",
- "@vitest/ui": "^2.1.9",
- "@vue/test-utils": "^2.4.6",
- "eslint": "^9.34.0",
- "eslint-plugin-format": "^1.0.1",
- "esno": "^4.8.0",
- "fs-extra": "^11.3.1",
- "glob": "^11.0.3",
- "jsdom": "^25.0.1",
- "rollup-plugin-visualizer": "^6.0.3",
- "sass": "^1.93.2",
- "ssh2-sftp-client": "^12.1.1",
- "taze": "^19.3.0",
- "unocss": "^66.4.2",
- "unplugin-auto-import": "^20.0.0",
- "unplugin-vue-components": "^29.0.0",
- "vite": "^7.1.3",
- "vite-plugin-router-warn": "^1.0.0",
- "vite-plugin-vue-devtools": "^8.0.1",
- "vitepress": "2.0.0-alpha.12",
- "vitest": "^2.1.9",
- "vue3-intro-step": "^1.0.5"
- }
- }
|