1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "fs-admin",
- "version": "2.4.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.1",
- "@fskj-admin/core": "^1.3.4",
- "@fskj-admin/micro": "^0.1.0",
- "@icon-park/vue-next": "^1.4.2",
- "@sentry/vue": "^8.9.2",
- "@vueuse/core": "^10.11.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "^1.7.2",
- "dayjs": "^1.11.11",
- "element-plus": "^2.7.6",
- "exceljs": "^4.4.0",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.7",
- "splitpanes": "^3.1.5",
- "vue": "^3.4.29",
- "vue-cropper": "^1.1.3",
- "vue-router": "^4.3.3",
- "vxe-table": "~4.6.17",
- "wujie-vue3": "^1.0.22",
- "xe-utils": "^3.5.27"
- },
- "devDependencies": {
- "@iconify-json/ep": "^1.1.15",
- "@rushstack/eslint-patch": "^1.10.3",
- "@sentry/vite-plugin": "^2.18.0",
- "@tsconfig/node20": "^20.1.4",
- "@types/node": "^20.14.5",
- "@types/nprogress": "^0.2.3",
- "@types/qs": "^6.9.15",
- "@vitejs/plugin-vue": "^5.0.5",
- "@vitejs/plugin-vue-jsx": "^3.1.0",
- "@vue/eslint-config-prettier": "^9.0.0",
- "@vue/eslint-config-typescript": "^12.0.0",
- "@vue/tsconfig": "^0.5.1",
- "eslint": "^8.57.0",
- "eslint-plugin-vue": "^9.26.0",
- "npm-run-all": "^4.1.5",
- "plop": "^4.0.1",
- "prettier": "^3.3.2",
- "sass": "^1.77.6",
- "typescript": "~5.3.3",
- "unocss": "^0.61.0",
- "unplugin-auto-import": "^0.17.6",
- "unplugin-icons": "^0.19.0",
- "unplugin-vue-components": "^0.26.0",
- "unplugin-vue-define-options": "^1.4.5",
- "vite": "^5.3.1",
- "vite-plugin-style-import": "^2.0.0",
- "vite-plugin-svg-icons": "^2.0.1",
- "vite-plugin-vue-devtools": "^7.3.1",
- "vue-tsc": "^2.0.21"
- }
- }
|