{ "name": "orange", "private": true, "version": "0.0.0", "scripts": { "dev": "vue-cli-service serve --mode development", "dev:staging": "vue-cli-service serve --mode staging", "build": "vue-cli-service build", "build:staging": "vue-cli-service build --mode staging", "lint": "eslint --fix \"src/**/*.{ts,vue}\" && prettier --write \"src/**/*.{ts,vue}\"" }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", "@highlightjs/vue-plugin": "^2.1.0", "@layui/layui-vue": "^2.11.5", "@vue-office/docx": "^1.6.2", "@vue-office/excel": "^1.7.11", "@vue-office/pdf": "^2.0.8", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "ace-builds": "^1.32.2", "axios": "^1.5.1", "bpmn-js-token-simulation": "^0.10.0", "clipboard": "^2.0.11", "core-js": "^3.8.3", "crypto-js": "^4.2.0", "dayjs": "^1.11.10", "diagram-js": "^6.8.2", "echarts": "^5.5.0", "ejs": "^3.1.9", "element-plus": "^2.7.3", "highlight.js": "^11.9.0", "jsencrypt": "^3.3.2", "json-bigint": "^1.0.0", "lodash": "^4.17.21", "min-dash": "^4.2.2", "pinia": "^2.1.6", "pinia-plugin-persist": "^1.0.0", "print-js": "^1.6.0", "vant": "^4.7.3", "vue": "^3.3.8", "vue-demi": "^0.14.6", "vue-draggable-plus": "0.3.1", "vue-json-viewer": "^3.0.4", "vue-router": "^4.2.5", "vxe-table": "^4.5.13", "xe-utils": "^3.5.14", "xml-js": "^1.6.11" }, "devDependencies": { "@types/ejs": "^3.1.5", "@types/json-bigint": "^1.0.4", "@types/node": "^18.11.17", "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^5.46.1", "@vant/auto-import-resolver": "^1.0.2", "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-plugin-router": "~5.0.0", "@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-plugin-vuex": "~5.0.0", "@vue/cli-service": "~5.0.0", "autoprefixer": "^10.4.16", "bpmn-js": "7.5.0", "bpmn-js-properties-panel": "0.37.6", "eslint": "^8.30.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "^9.8.0", "node-polyfill-webpack-plugin": "^4.0.0", "postcss": "^8.4.20", "postcss-html": "^1.5.0", "postcss-preset-env": "^7.8.3", "postcss-scss": "^4.0.6", "prettier": "2.8.1", "sass": "^1.32.7", "sass-loader": "^12.0.0", "typescript": "^4.9.3", "unplugin-auto-import": "^0.16.7", "unplugin-vue-components": "^0.25.2", "vue-eslint-parser": "^9.1.0" }, "description": "* vite4 vue3 pinia vue-router axios ts element-plus vant", "main": "babel.config.js", "author": "", "license": "ISC" }