| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "name": "fs-admin",
- "version": "2.6.0",
- "type": "module",
- "scripts": {
- "dev": "vite --host",
- "build": "run-p type-check build-only",
- "preview": "vite preview --port 4173",
- "build-only": "vite build",
- "build-test": "vite build --mode test",
- "type-check": "vue-tsc --noEmit",
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
- "module": "plop module",
- "micro": "plop micro"
- },
- "dependencies": {
- "@amap/amap-jsapi-loader": "^1.0.1",
- "@element-plus/icons-vue": "^2.3.2",
- "@fskj-admin/core": "^1.5.11",
- "@fskj-admin/micro": "^0.1.0",
- "@icon-park/vue-next": "^1.4.2",
- "@vueuse/core": "^13.6.0",
- "@vxe-ui/plugin-render-element": "^4.0.16",
- "@wangeditor-next/editor": "^5.6.43",
- "@wangeditor-next/editor-for-vue": "^5.1.14",
- "axios": "^1.11.0",
- "dayjs": "^1.11.13",
- "element-plus": "^2.10.6",
- "nprogress": "^0.2.0",
- "pinia": "^3.0.3",
- "splitpanes": "^4.0.4",
- "vue": "^3.5.18",
- "vue-cropper": "^1.1.4",
- "vue-router": "^4.5.1",
- "vxe-pc-ui": "^4.8.13",
- "vxe-table": "^4.15.6",
- "wujie-vue3": "^1.0.29",
- "xe-utils": "^3.7.8"
- },
- "devDependencies": {
- "@iconify-json/ep": "^1.2.3",
- "@rushstack/eslint-patch": "^1.12.0",
- "@tsconfig/node20": "^20.1.6",
- "@types/node": "^20.19.10",
- "@types/nprogress": "^0.2.3",
- "@types/qs": "^6.14.0",
- "@vitejs/plugin-vue": "^6.0.1",
- "@vitejs/plugin-vue-jsx": "^5.0.1",
- "@vue/eslint-config-prettier": "^9.0.0",
- "@vue/eslint-config-typescript": "^12.0.0",
- "@vue/tsconfig": "^0.5.1",
- "eslint": "^8.57.1",
- "eslint-plugin-vue": "^9.33.0",
- "npm-run-all": "^4.1.5",
- "plop": "^4.0.1",
- "prettier": "^3.6.2",
- "sass": "^1.90.0",
- "typescript": "~5.3.3",
- "unocss": "^66.4.2",
- "unplugin-auto-import": "^0.17.8",
- "unplugin-icons": "^0.19.3",
- "unplugin-vue-components": "^0.26.0",
- "unplugin-vue-define-options": "^1.5.5",
- "vite": "^7.1.2",
- "vite-plugin-eslint": "^1.8.1",
- "vite-plugin-lazy-import": "^1.0.7",
- "vite-plugin-style-import": "^2.0.0",
- "vite-plugin-svg-icons": "^2.0.1",
- "vite-plugin-vue-devtools": "^8.0.0",
- "vue-tsc": "^3.0.5"
- }
- }
|