{ "name": "x_admin", "version": "0.0.1", "license": "MIT", "type": "module", "scripts": { "dev": "vite", "dev:prod": "vite --mode prod", "prod": "vite build", "preview": "vite preview --port 4173", "build": "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", "@highlightjs/vue-plugin": "^2.1.0", "@logicflow/core": "^2.1.2", "@logicflow/extension": "^2.1.3", "@vueuse/core": "^13.5.0", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "axios": "^1.11.0", "crypto-js": "^4.2.0", "css-color-function": "^1.3.3", "dayjs": "^1.11.18", "echarts": "^5.6.0", "element-plus": "^2.11.1", "highlight.js": "^11.11.1", "lodash-es": "^4.17.21", "nprogress": "^0.2.0", "pinia": "^3.0.3", "query-string": "^9.2.2", "rolldown-vite": "^7.1.9", "spark-md5": "^3.0.2", "vform3-builds": "^3.0.10", "vue": "^3.5.21", "vue-clipboard3": "^2.0.0", "vue-echarts": "^7.0.3", "vue-router": "^4.5.1", "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.0", "@vitejs/plugin-vue-jsx": "^5.1.1", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", "@vue/tsconfig": "^0.8.1", "autoprefixer": "^10.4.21", "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": "npm:rolldown-vite@latest", "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" }, "overrides": { "vite": "npm:rolldown-vite@latest" } }