package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "name": "eas-admin",
  3. "version": "0.9.9",
  4. "description": "",
  5. "keywords": [],
  6. "scripts": {
  7. "dev": "cross-env VITE_SERVICE_ENV=dev vite",
  8. "dev:test": "cross-env VITE_SERVICE_ENV=test vite",
  9. "dev:prod": "cross-env VITE_SERVICE_ENV=prod vite",
  10. "build": "npm run typecheck && cross-env VITE_SERVICE_ENV=prod vite build",
  11. "build:dev": "npm run typecheck && cross-env VITE_SERVICE_ENV=dev vite build",
  12. "build:test": "npm run typecheck && cross-env VITE_SERVICE_ENV=test vite build",
  13. "build:vercel": "cross-env VITE_HASH_ROUTE=Y VITE_VERCEL=Y vite build",
  14. "preview": "vite preview",
  15. "typecheck": "vue-tsc --noEmit --skipLibCheck",
  16. "lint": "eslint . --fix --ext .js,.jsx,.mjs,.json,.ts,.tsx,.vue",
  17. "format": "soy prettier-format",
  18. "cleanup": "soy cleanup",
  19. "update-pkg": "soy update-pkg",
  20. "tsx": "tsx",
  21. "logo": "tsx ./scripts/logo.ts",
  22. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  23. "release": "standard-version"
  24. },
  25. "dependencies": {
  26. "@ant-design/icons-vue": "^6.1.0",
  27. "@antv/data-set": "^0.11.8",
  28. "@antv/g2": "^4.2.10",
  29. "@better-scroll/core": "^2.5.1",
  30. "@fast-crud/fast-crud": "^1.13.6",
  31. "@fast-crud/fast-extends": "^1.13.6",
  32. "@fast-crud/ui-interface": "^1.13.6",
  33. "@fast-crud/ui-naive": "^1.13.6",
  34. "@iconify/iconify": "2.0.1",
  35. "@purge-icons/generated": "0.7.0",
  36. "@soybeanjs/vue-materials": "^0.1.9",
  37. "@vicons/antd": "^0.12.0",
  38. "@vueuse/core": "^10.1.2",
  39. "ant-design-vue": "4.0.0-rc.6",
  40. "axios": "1.4.0",
  41. "clipboard": "^2.0.11",
  42. "colord": "^2.9.3",
  43. "crypto-js": "^4.1.1",
  44. "dayjs": "^1.11.7",
  45. "docx-preview": "^0.1.18",
  46. "echarts": "^5.4.2",
  47. "form-data": "^4.0.0",
  48. "local-pkg": "^0.4.3",
  49. "lodash-es": "^4.17.21",
  50. "pinia": "^2.1.3",
  51. "print-js": "^1.6.0",
  52. "qs": "^6.11.2",
  53. "swiper": "^9.3.2",
  54. "ua-parser-js": "^1.0.35",
  55. "vditor": "^3.9.2",
  56. "vite-plugin-purge-icons": "0.7.0",
  57. "vue": "3.3.4",
  58. "vue-i18n": "^9.2.2",
  59. "vue-monoplasty-slide-verify": "^1.3.1",
  60. "vue-pdf-embed": "^1.1.6",
  61. "vue-router": "^4.2.1",
  62. "vue-slider-vertify": "^0.0.1",
  63. "vue3-pdfjs": "^0.1.6",
  64. "vuedraggable": "^4.1.0",
  65. "wangeditor": "^4.7.15",
  66. "xgplayer": "^3.0.2",
  67. "xlsx": "^0.18.5"
  68. },
  69. "devDependencies": {
  70. "@amap/amap-jsapi-types": "^0.0.13",
  71. "@iconify/json": "^2.2.67",
  72. "@iconify/vue": "^4.1.1",
  73. "@soybeanjs/cli": "^0.1.9",
  74. "@soybeanjs/vite-plugin-vue-page-route": "^0.0.5",
  75. "@types/bmapgl": "^0.0.7",
  76. "@types/crypto-js": "^4.1.1",
  77. "@types/node": "20.2.1",
  78. "@types/qs": "^6.9.7",
  79. "@types/ua-parser-js": "^0.7.36",
  80. "@types/vue": "^2.0.0",
  81. "@unocss/preset-uno": "^0.52.0",
  82. "@unocss/transformer-directives": "^0.52.0",
  83. "@unocss/vite": "^0.52.0",
  84. "@vicons/fluent": "^0.12.0",
  85. "@vicons/ionicons4": "^0.12.0",
  86. "@vitejs/plugin-vue": "^4.2.3",
  87. "@vitejs/plugin-vue-jsx": "^3.0.1",
  88. "conventional-changelog": "^3.1.25",
  89. "cross-env": "^7.0.3",
  90. "eslint": "^8.41.0",
  91. "eslint-config-soybeanjs": "^0.3.7",
  92. "fs": "0.0.1-security",
  93. "lint-staged": "13.2.2",
  94. "mockjs": "^1.1.0",
  95. "naive-ui": "2.34.4",
  96. "rollup-plugin-visualizer": "^5.9.0",
  97. "sass": "^1.62.1",
  98. "simple-git-hooks": "^2.8.1",
  99. "standard-version": "^9.5.0",
  100. "tsx": "^3.12.7",
  101. "typescript": "5.0.4",
  102. "unocss": "^0.54.1",
  103. "unplugin-icons": "^0.16.1",
  104. "unplugin-vue-components": "0.24.1",
  105. "vfonts": "^0.0.3",
  106. "vite": "^4.3.8",
  107. "vite-plugin-compression": "^0.5.1",
  108. "vite-plugin-mock": "2.9.8",
  109. "vite-plugin-progress": "^0.0.7",
  110. "vite-plugin-pwa": "^0.15.0",
  111. "vite-plugin-svg-icons": "^2.0.1",
  112. "vite-plugin-top-level-await": "^1.3.1",
  113. "vue-tsc": "1.6.5"
  114. },
  115. "pnpm": {
  116. "patchedDependencies": {
  117. "mockjs@1.1.0": "patches/mockjs@1.1.0.patch"
  118. }
  119. },
  120. "simple-git-hooks": {
  121. "commit-msg": "pnpm soy git-commit-verify",
  122. "pre-commit": "pnpm typecheck && pnpm lint-staged"
  123. },
  124. "lint-staged": {
  125. "*.{js,jsx,mjs,json,ts,tsx,vue}": "eslint . --fix"
  126. }
  127. }