Files
x_admin/admin/package.json
T
2026-01-20 02:33:22 +08:00

82 lines
2.7 KiB
JSON

{
"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",
"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": "^14.1.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.13.1",
"highlight.js": "^11.11.1",
"lodash-es": "^4.17.22",
"nprogress": "^0.2.0",
"pinia": "^3.0.3",
"query-string": "^9.2.2",
"spark-md5": "^3.0.2",
"vue": "^3.5.27",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.6.4",
"vue-virtual-scroller": "2.0.0-beta.8",
"vue3-video-play": "^1.3.2",
"vuedraggable": "^4.1.0",
"vxe-table": "^4.17.43"
},
"devDependencies": {
"@eslint/css": "^0.14.1",
"@eslint/js": "^9.39.2",
"@eslint/json": "^0.14.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.0.9",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^6.0.3",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.7.0",
"execa": "^9.5.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.3",
"globals": "^17.0.0",
"jiti": "^2.6.1",
"postcss": "^8.5.3",
"prettier": "^3.8.0",
"rollup-plugin-visualizer": "^6.0.3",
"sass": "^1.97.2",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3",
"typescript-eslint": "^8.53.0",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.0.0",
"vite": "8.0.0-beta.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.2.2"
}
}