| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "name": "DCCloud",
- "version": "3.0.0",
- "author": {
- "name": "DCCloud",
- "email": "lab1024@163.com",
- "url": "https://www.1024lab.net"
- },
- "license": "MIT",
- "homepage": "https://smartadmin.1024lab.net",
- "scripts": {
- "localhost": "vite --mode localhost",
- "dev": "vite",
- "build:test": "vite build --base=/admin/ --mode test",
- "build:pre": "vite build --mode pre",
- "build:prod": "vite build --mode production"
- },
- "type": "module",
- "dependencies": {
- "@ant-design/icons-vue": "^6.1.0",
- "@antv/x6": "^2.0.0",
- "@antv/x6-plugin-clipboard": "^2.0.0",
- "@antv/x6-plugin-dnd": "^2.0.0",
- "@antv/x6-plugin-export": "^2.0.0",
- "@antv/x6-plugin-history": "^2.0.0",
- "@antv/x6-plugin-keyboard": "^2.0.0",
- "@antv/x6-plugin-minimap": "^2.0.0",
- "@antv/x6-plugin-scroller": "^2.0.0",
- "@antv/x6-plugin-selection": "^2.0.0",
- "@antv/x6-plugin-snapline": "^2.0.0",
- "@antv/x6-plugin-stencil": "^2.0.0",
- "@antv/x6-plugin-transform": "^2.0.0",
- "@antv/x6-react-components": "^2.0.0",
- "@antv/x6-react-shape": "^2.0.0",
- "@antv/x6-vue-shape": "^2.0.0",
- "@tailwindcss/vite": "^4.1.12",
- "@vueup/vue-quill": "^1.2.0",
- "@wangeditor/editor": "5.1.14",
- "@wangeditor/editor-for-vue": "5.1.12",
- "ant-design-vue": "4.2.1",
- "axios": "1.6.8",
- "clipboard": "2.0.11",
- "codemirror": "^5.65.17",
- "codemirror-editor-vue3": "^2.7.1",
- "crypto-js": "4.1.1",
- "dayjs": "^1.11.13",
- "decimal.js": "10.3.1",
- "dhtmlx-gantt": "^9.0.0",
- "diff": "5.2.0",
- "diff2html": "3.4.47",
- "echarts": "5.4.3",
- "highlight.js": "11.8.0",
- "js-base64": "^3.7.7",
- "js-cookie": "^3.0.5",
- "jslint": "^0.12.1",
- "lodash": "^4.17.21",
- "lunar-javascript": "1.6.12",
- "marked": "^15.0.7",
- "mitt": "3.0.1",
- "moment": "^2.30.1",
- "monaco-editor": "^0.33.0",
- "nprogress": "0.2.0",
- "pinia": "2.1.7",
- "sm-crypto": "0.3.13",
- "sortablejs": "1.15.0",
- "store": "^2.0.12",
- "tailwindcss": "^4.1.12",
- "ua-parser-js": "1.0.35",
- "uuid": "^10.0.0",
- "v-viewer": "~1.6.4",
- "vant": "^4.9.7",
- "vcolorpicker": "^2.0.12",
- "vue": "3.4.27",
- "vue-codemirror-lite": "^1.0.4",
- "vue-draggable-resizable": "^3.0.0",
- "vue-i18n": "9.13.1",
- "vue-plugin-hiprint": "^0.0.60",
- "vue-quill-editor": "^3.0.6",
- "vue-router": "4.3.2",
- "vue3-json-viewer": "2.2.2",
- "vue3-tabs-chrome": "^0.3.3",
- "vuedraggable": "^4.1.0",
- "vxe-pc-ui": "~4.8.22",
- "vxe-table": "~4.15.10"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "5.0.4",
- "@vitejs/plugin-vue-jsx": "^4.0.1",
- "@vue/compiler-sfc": "3.4.27",
- "eslint": "^8.16.0",
- "eslint-config-prettier": "~9.0.0",
- "eslint-plugin-prettier": "~5.0.0",
- "eslint-plugin-vue": "~9.17.0",
- "less": "~4.2.0",
- "less-loader": "~11.1.3",
- "prettier": "~3.0.2",
- "rimraf": "~5.0.1",
- "sass": "^1.83.1",
- "stylelint": "~14.8.5",
- "stylelint-config-prettier": "~9.0.3",
- "stylelint-config-standard": "~25.0.0",
- "stylelint-order": "~5.0.0",
- "terser": "~5.29.2",
- "vite": "5.2.12",
- "vue-eslint-parser": "~9.4.2"
- },
- "engines": {
- "node": ">=18"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/1024-lab/smart-admin.git"
- }
- }
|