123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "name": "jeeplus-ui",
- "version": "1.6.3",
- "private": true,
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "@antv/g2": "4.1.1",
- "@element-plus/icons-vue": "^2.0.9",
- "@jiaminghi/data-view": "^2.10.0",
- "@kjgl77/datav-vue3": "^1.5.1",
- "@smallwei/avue": "^3.2.0",
- "@tinymce/tinymce-vue": "4.0.5",
- "@vueup/vue-quill": "^1.0.0-beta.8",
- "@vueuse/core": "^8.5.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "ace-builds": "^1.4.14",
- "animate.css": "4.1.1",
- "axios": "^0.26.1",
- "bpmn-js-cli": "^1.2.0",
- "clipboard": "^2.0.11",
- "core-js": "^3.8.3",
- "cropperjs": "1.5.12",
- "crypto-js": "4.1.1",
- "dayjs": "1.10.6",
- "diagram-js": "6.8.2",
- "echarts": "^5.3.3",
- "element-plus": "^2.2.22",
- "jeeplus-flowable-boot-v3": "^2.1.0",
- "jeeplus-form-boot-v3": "^2.1.0",
- "jeeplus-devtools-boot-v3": "^2.1.2",
- "jquery": "^3.6.0",
- "js-cookie": "3.0.0",
- "lodash": "^4.17.21",
- "lodash.omit": "^4.5.0",
- "lodash.pick": "^4.4.0",
- "mitt": "^3.0.0",
- "mockjs": "1.1.0",
- "moment": "2.24.0",
- "monaco-editor": "0.34.1",
- "normalize.css": "^8.0.1",
- "nprogress": "0.2.0",
- "qiniu": "^7.2.1",
- "qiniu-js": "^3.4.0",
- "qrcodejs2": "^0.0.2",
- "qs": "^6.11.0",
- "sortablejs": "1.14.0",
- "splitpanes": "^3.1.1",
- "store2": "^2.14.2",
- "tinymce": "5.10.2",
- "viewerjs": "^1.10.4",
- "vite-plugin-mock": "2.9.4",
- "vue": "^3.2.45",
- "vue-clipboard2": "^0.3.1",
- "vue-color": "^2.8.1",
- "vue-cookies": "^1.8.1",
- "vue-echarts": "^6.2.3",
- "vue-full-calendar": "^3.0.0-0",
- "vue-grid-layout": "3.0.0-beta1",
- "vue-i18n": "^9.1.9",
- "vue-responsive-dash": "^0.5.0",
- "vue-router": "4.1.5",
- "vue3-ace-editor": "^2.2.2",
- "vue3-count-to": "^1.1.2",
- "vue3-sketch-ruler": "1.3.7",
- "vuedraggable": "^4.1.0",
- "vuex": "4.0.2",
- "vxe-table": "^4.3.5",
- "webpack": "^5.65.0",
- "xe-utils": "^3.5.4",
- "xgplayer": "2.31.4",
- "xgplayer-hls": "2.4.32-3"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "^3.0.3",
- "@vue/eslint-config-prettier": "^6.0.0",
- "babel-eslint": "^10.1.0",
- "eslint": "^6.7.2",
- "eslint-plugin-prettier": "^3.3.1",
- "eslint-plugin-vue": "^6.2.2",
- "less": "^4.1.2",
- "prettier": "^2.8.2",
- "sass": "1.37.5",
- "vite": "^3.0.7"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "globals": {
- "APP_CONFIG": true
- },
- "extends": [
- "plugin:vue/vue3-essential",
- "eslint:recommended"
- ],
- "parserOptions": {
- "parser": "babel-eslint"
- },
- "rules": {
- "indent": 0,
- "no-tabs": 0,
- "no-mixed-spaces-and-tabs": 0,
- "vue/no-unused-components": "off"
- }
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|