| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "fs-admin",
- "version": "1.3.0",
- "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.1.2",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "^1.4.0",
- "dayjs": "^1.11.8",
- "echarts": "^5.4.2",
- "echarts-wordcloud": "^2.1.0",
- "element-plus": "^2.3.6",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.3",
- "splitpanes": "^3.1.5",
- "vue": "^3.3.4",
- "vue-cropper": "^1.0.9",
- "vue-router": "^4.2.2",
- "vue3-count-to": "^1.1.2",
- "vuedraggable": "^4.1.0",
- "vxe-table": "^4.4.1",
- "xe-utils": "^3.5.10"
- },
- "devDependencies": {
- "@iconify-json/ep": "^1.1.10",
- "@rushstack/eslint-patch": "^1.3.0",
- "@tsconfig/node18": "^2.0.1",
- "@types/node": "^18.16.16",
- "@types/nprogress": "^0.2.0",
- "@types/qs": "^6.9.7",
- "@vitejs/plugin-vue": "^4.2.3",
- "@vitejs/plugin-vue-jsx": "^3.0.1",
- "@vue/eslint-config-prettier": "^7.1.0",
- "@vue/eslint-config-typescript": "^11.0.3",
- "@vue/tsconfig": "^0.4.0",
- "eslint": "^8.42.0",
- "eslint-plugin-vue": "^9.14.1",
- "npm-run-all": "^4.1.5",
- "prettier": "^2.8.8",
- "sass": "^1.62.1",
- "typescript": "~5.1.3",
- "unocss": "^0.52.7",
- "unplugin-auto-import": "^0.16.4",
- "unplugin-icons": "^0.16.2",
- "unplugin-vue-components": "^0.25.0",
- "unplugin-vue-define-options": "^1.3.7",
- "vite": "^4.3.9",
- "vite-plugin-style-import": "^2.0.0",
- "vite-plugin-svg-icons": "^2.0.1",
- "vue-tsc": "^1.6.5"
- }
- }
|