package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "six-hms",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "build-only": "vite build --base=/admin/",
  11. "type-check": "vue-tsc --build --force",
  12. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  13. "format": "prettier --write src/"
  14. },
  15. "dependencies": {
  16. "@ant-design/icons-vue": "^7.0.1",
  17. "@logicflow/core": "^2.1.2",
  18. "@logicflow/extension": "^2.1.4",
  19. "@logicflow/layout": "^2.0.2",
  20. "@logicflow/vue-node-registry": "^1.1.3",
  21. "@unocss/reset": "^0.61.0",
  22. "@vueuse/components": "^10.11.0",
  23. "@vueuse/core": "^10.11.0",
  24. "@vueuse/router": "^10.11.1",
  25. "alova": "^3.2.10",
  26. "ant-design-vue": "^4.2.3",
  27. "china-division": "^2.7.0",
  28. "dayjs": "^1.11.11",
  29. "echarts": "^5.5.1",
  30. "element-plus": "^2.9.10",
  31. "pinia": "^2.1.7",
  32. "pinia-plugin-persistedstate": "^3.2.1",
  33. "swiper": "^8.4.7",
  34. "v-selectpage": "^3.0.1",
  35. "vite-svg-loader": "^5.1.0",
  36. "vue": "^3.4.29",
  37. "vue-echarts": "^7.0.2",
  38. "vue-range-component": "^1.0.3",
  39. "vue-router": "^4.3.3",
  40. "vue-virtual-scroller": "2.0.0-beta.8",
  41. "vue3-slider": "^1.10.1",
  42. "vuedraggable": "^4.1.0",
  43. "vxe-pc-ui": "^4.6.42",
  44. "vxe-table": "^4.7.62"
  45. },
  46. "devDependencies": {
  47. "@alova/mock": "^2.0.4",
  48. "@iconify/json": "^2.2.222",
  49. "@rushstack/eslint-patch": "^1.8.0",
  50. "@tsconfig/node20": "^20.1.4",
  51. "@types/mockjs": "^1.0.10",
  52. "@types/node": "^20.14.5",
  53. "@unocss/preset-icons": "^0.61.0",
  54. "@unocss/preset-uno": "^0.61.0",
  55. "@vitejs/plugin-vue": "^5.0.5",
  56. "@vitejs/plugin-vue-jsx": "^4.0.0",
  57. "@vue/eslint-config-prettier": "^9.0.0",
  58. "@vue/eslint-config-typescript": "^13.0.0",
  59. "@vue/tsconfig": "^0.5.1",
  60. "eslint": "^8.57.0",
  61. "eslint-plugin-vue": "^9.23.0",
  62. "mockjs": "^1.1.0",
  63. "npm-run-all2": "^6.2.0",
  64. "prettier": "^3.2.5",
  65. "sass": "^1.77.6",
  66. "typescript": "~5.4.0",
  67. "unocss": "^0.61.0",
  68. "unplugin-auto-import": "^0.17.6",
  69. "unplugin-vue-components": "^0.27.0",
  70. "unplugin-vue-router": "^0.10.2",
  71. "vite": "^5.3.1",
  72. "vite-plugin-lazy-import": "^1.0.7",
  73. "vite-plugin-vue-devtools": "^7.3.1",
  74. "vue-tsc": "^2.0.21"
  75. }
  76. }