package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "@unocss/reset": "^0.61.0",
  18. "@vueuse/components": "^10.11.0",
  19. "@vueuse/core": "^10.11.0",
  20. "@vueuse/router": "^10.11.1",
  21. "alova": "^3.2.10",
  22. "ant-design-vue": "^4.2.3",
  23. "dayjs": "^1.11.11",
  24. "echarts": "^5.5.1",
  25. "pinia": "^2.1.7",
  26. "pinia-plugin-persistedstate": "^3.2.1",
  27. "v-selectpage": "^3.0.1",
  28. "vue": "^3.4.29",
  29. "vue-echarts": "^7.0.2",
  30. "vue-router": "^4.3.3",
  31. "vue-virtual-scroller": "2.0.0-beta.8",
  32. "vxe-pc-ui": "^4.0.91",
  33. "vxe-table": "^4.7.62"
  34. },
  35. "devDependencies": {
  36. "@alova/mock": "^2.0.4",
  37. "@iconify/json": "^2.2.222",
  38. "@rushstack/eslint-patch": "^1.8.0",
  39. "@tsconfig/node20": "^20.1.4",
  40. "@types/mockjs": "^1.0.10",
  41. "@types/node": "^20.14.5",
  42. "@unocss/preset-icons": "^0.61.0",
  43. "@unocss/preset-uno": "^0.61.0",
  44. "@vitejs/plugin-vue": "^5.0.5",
  45. "@vitejs/plugin-vue-jsx": "^4.0.0",
  46. "@vue/eslint-config-prettier": "^9.0.0",
  47. "@vue/eslint-config-typescript": "^13.0.0",
  48. "@vue/tsconfig": "^0.5.1",
  49. "eslint": "^8.57.0",
  50. "eslint-plugin-vue": "^9.23.0",
  51. "mockjs": "^1.1.0",
  52. "npm-run-all2": "^6.2.0",
  53. "prettier": "^3.2.5",
  54. "sass": "^1.77.6",
  55. "typescript": "~5.4.0",
  56. "unocss": "^0.61.0",
  57. "unplugin-auto-import": "^0.17.6",
  58. "unplugin-vue-components": "^0.27.0",
  59. "unplugin-vue-router": "^0.10.2",
  60. "vite": "^5.3.1",
  61. "vite-plugin-lazy-import": "^1.0.7",
  62. "vite-plugin-vue-devtools": "^7.3.1",
  63. "vue-tsc": "^2.0.21"
  64. }
  65. }