1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "fs-admin",
- "version": "2.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite --host",
- "build": "run-p type-check build-only",
- "preview": "vite preview --port 4173",
- "build-only": "vite build",
- "type-check": "vue-tsc --noEmit",
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.1.0",
- "@icon-park/vue-next": "^1.4.2",
- "@vueuse/core": "^10.6.1",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "^1.6.2",
- "dayjs": "^1.11.10",
- "echarts": "^5.4.3",
- "element-plus": "^2.4.2",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.7",
- "splitpanes": "^3.1.5",
- "vue": "^3.3.8",
- "vue-cropper": "^1.1.1",
- "vue-router": "^4.2.5",
- "vuedraggable": "^4.1.0",
- "vxe-table": "^4.5.13",
- "wujie-vue3": "^1.0.22",
- "xe-utils": "^3.5.14"
- },
- "devDependencies": {
- "@iconify-json/ep": "^1.1.12",
- "@rushstack/eslint-patch": "^1.6.0",
- "@tsconfig/node18": "^18.2.2",
- "@types/node": "^20.9.5",
- "@types/nprogress": "^0.2.3",
- "@types/qs": "^6.9.10",
- "@vitejs/plugin-vue": "^4.5.0",
- "@vitejs/plugin-vue-jsx": "^3.1.0",
- "@vue/eslint-config-prettier": "^8.0.0",
- "@vue/eslint-config-typescript": "^12.0.0",
- "@vue/tsconfig": "^0.4.0",
- "eslint": "^8.54.0",
- "eslint-plugin-vue": "^9.18.1",
- "npm-run-all": "^4.1.5",
- "prettier": "^3.1.0",
- "sass": "^1.69.5",
- "typescript": "~5.3.2",
- "unocss": "^0.57.7",
- "unplugin-auto-import": "^0.16.7",
- "unplugin-icons": "^0.17.4",
- "unplugin-vue-components": "^0.25.2",
- "unplugin-vue-define-options": "^1.4.0",
- "vite": "^5.0.2",
- "vite-plugin-style-import": "^2.0.0",
- "vite-plugin-svg-icons": "^2.0.1",
- "vue-tsc": "^1.8.22"
- }
- }
|