{ "name": "x_admin", "version": "2.0.0", "license": "MIT", "type": "module", "scripts": { "dev": "vite", "dev:prod": "vite --mode prod", "build": "vite build", "preview": "vite preview --port 4173 --mode development", "build:all": "node ./scripts/build.mjs", "type-check": "vue-tsc --noEmit --checkJs true --skipLibCheck", "lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts src --fix --ignore-path .gitignore", "preinstall": "npx only-allow pnpm", "outdated": "pnpm outdated" }, "dependencies": { "@element-plus/icons-vue": "^2.3.2", "@form-create/designer": "^3.3.1", "@form-create/element-ui": "^3.2.33", "@highlightjs/vue-plugin": "^2.1.0", "@logicflow/core": "^2.2.0", "@logicflow/extension": "^2.2.0", "@vueuse/core": "^13.5.0", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "axios": "^1.13.2", "crypto-js": "^4.2.0", "css-color-function": "^1.3.3", "dayjs": "^1.11.19", "echarts": "^6.0.0", "element-plus": "^2.12.0", "highlight.js": "^11.11.1", "lodash-es": "^4.17.21", "nprogress": "^0.2.0", "pinia": "^3.0.3", "query-string": "^9.2.2", "spark-md5": "^3.0.2", "vue": "^3.5.25", "vue-clipboard3": "^2.0.0", "vue-router": "^4.5.1", "vue-virtual-scroller": "2.0.0-beta.8", "vue3-video-play": "^1.3.2", "vuedraggable": "^4.1.0", "vxe-table": "^4.16.11" }, "devDependencies": { "@rushstack/eslint-patch": "^1.11.0", "@types/lodash-es": "^4.17.12", "@types/node": "^22.14.1", "@types/nprogress": "^0.2.3", "@vitejs/plugin-vue": "^6.0.2", "@vitejs/plugin-vue-jsx": "^5.1.2", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", "@vue/tsconfig": "^0.8.1", "autoprefixer": "^10.4.22", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.27.0", "execa": "^9.5.2", "fs-extra": "^11.3.0", "postcss": "^8.5.3", "prettier": "^3.6.2", "rollup-plugin-visualizer": "^6.0.3", "sass": "^1.87.0", "tailwindcss": "^3.4.15", "typescript": "~5.8.3", "unplugin-auto-import": "^19.3.0", "unplugin-vue-components": "^28.7.0", "vite": "8.0.0-beta.0", "vite-plugin-compression": "^0.5.1", "vite-plugin-style-import": "^2.0.0", "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^3.0.6" } }