package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "fs-admin",
  3. "version": "1.3.0",
  4. "scripts": {
  5. "dev": "vite --host",
  6. "build": "run-p type-check build-only",
  7. "preview": "vite preview --port 4173",
  8. "build-only": "vite build",
  9. "type-check": "vue-tsc --noEmit",
  10. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.1.0",
  14. "@icon-park/vue-next": "^1.4.2",
  15. "@vueuse/core": "^10.1.2",
  16. "@wangeditor/editor": "^5.1.23",
  17. "@wangeditor/editor-for-vue": "^5.1.12",
  18. "axios": "^1.4.0",
  19. "dayjs": "^1.11.8",
  20. "echarts": "^5.4.2",
  21. "echarts-wordcloud": "^2.1.0",
  22. "element-plus": "^2.3.6",
  23. "nprogress": "^0.2.0",
  24. "pinia": "^2.1.3",
  25. "splitpanes": "^3.1.5",
  26. "vue": "^3.3.4",
  27. "vue-cropper": "^1.0.9",
  28. "vue-router": "^4.2.2",
  29. "vue3-count-to": "^1.1.2",
  30. "vuedraggable": "^4.1.0",
  31. "vxe-table": "^4.4.1",
  32. "xe-utils": "^3.5.10"
  33. },
  34. "devDependencies": {
  35. "@iconify-json/ep": "^1.1.10",
  36. "@rushstack/eslint-patch": "^1.3.0",
  37. "@tsconfig/node18": "^2.0.1",
  38. "@types/node": "^18.16.16",
  39. "@types/nprogress": "^0.2.0",
  40. "@types/qs": "^6.9.7",
  41. "@vitejs/plugin-vue": "^4.2.3",
  42. "@vitejs/plugin-vue-jsx": "^3.0.1",
  43. "@vue/eslint-config-prettier": "^7.1.0",
  44. "@vue/eslint-config-typescript": "^11.0.3",
  45. "@vue/tsconfig": "^0.4.0",
  46. "eslint": "^8.42.0",
  47. "eslint-plugin-vue": "^9.14.1",
  48. "npm-run-all": "^4.1.5",
  49. "prettier": "^2.8.8",
  50. "sass": "^1.62.1",
  51. "typescript": "~5.1.3",
  52. "unocss": "^0.52.7",
  53. "unplugin-auto-import": "^0.16.4",
  54. "unplugin-icons": "^0.16.2",
  55. "unplugin-vue-components": "^0.25.0",
  56. "unplugin-vue-define-options": "^1.3.7",
  57. "vite": "^4.3.9",
  58. "vite-plugin-style-import": "^2.0.0",
  59. "vite-plugin-svg-icons": "^2.0.1",
  60. "vue-tsc": "^1.6.5"
  61. }
  62. }