package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "@vben/web-antd",
  3. "version": "1.2.3",
  4. "homepage": "https://vben.pro",
  5. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  9. "directory": "apps/web-antd"
  10. },
  11. "license": "MIT",
  12. "author": {
  13. "name": "vben",
  14. "email": "ann.vben@gmail.com",
  15. "url": "https://github.com/anncwb"
  16. },
  17. "type": "module",
  18. "scripts": {
  19. "build": "pnpm vite build",
  20. "build:analyze": "pnpm vite build --mode analyze",
  21. "dev": "pnpm vite --mode development",
  22. "preview": "vite preview",
  23. "typecheck": "vue-tsc --noEmit --skipLibCheck"
  24. },
  25. "imports": {
  26. "#/*": "./src/*"
  27. },
  28. "dependencies": {
  29. "@ant-design/icons-vue": "^7.0.1",
  30. "@tinymce/tinymce-vue": "^6.0.1",
  31. "@vben/access": "workspace:*",
  32. "@vben/common-ui": "workspace:*",
  33. "@vben/constants": "workspace:*",
  34. "@vben/hooks": "workspace:*",
  35. "@vben/icons": "workspace:*",
  36. "@vben/layouts": "workspace:*",
  37. "@vben/locales": "workspace:*",
  38. "@vben/plugins": "workspace:*",
  39. "@vben/preferences": "workspace:*",
  40. "@vben/request": "workspace:*",
  41. "@vben/stores": "workspace:*",
  42. "@vben/styles": "workspace:*",
  43. "@vben/types": "workspace:*",
  44. "@vben/utils": "workspace:*",
  45. "@vueuse/core": "catalog:",
  46. "ant-design-vue": "catalog:",
  47. "cropperjs": "^1.6.2",
  48. "crypto-js": "^4.2.0",
  49. "dayjs": "catalog:",
  50. "echarts": "^5.5.1",
  51. "jsencrypt": "^3.3.2",
  52. "lodash-es": "^4.17.21",
  53. "pinia": "catalog:",
  54. "tinymce": "^7.3.0",
  55. "unplugin-vue-components": "^0.27.3",
  56. "vue": "catalog:",
  57. "vue-router": "catalog:"
  58. },
  59. "devDependencies": {
  60. "@types/crypto-js": "^4.2.2",
  61. "@types/lodash-es": "^4.17.12"
  62. }
  63. }