package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "@vben-core/shadcn-ui",
  3. "version": "5.5.4",
  4. "#main": "./dist/index.mjs",
  5. "#module": "./dist/index.mjs",
  6. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  7. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  11. "directory": "packages/@vben-core/uikit/shadcn-ui"
  12. },
  13. "license": "MIT",
  14. "type": "module",
  15. "scripts": {
  16. "#build": "pnpm unbuild",
  17. "#prepublishOnly": "npm run build"
  18. },
  19. "files": [
  20. "dist"
  21. ],
  22. "sideEffects": [
  23. "**/*.css"
  24. ],
  25. "main": "./src/index.ts",
  26. "module": "./src/index.ts",
  27. "exports": {
  28. ".": {
  29. "types": "./src/index.ts",
  30. "development": "./src/index.ts",
  31. "default": "./src/index.ts",
  32. "//default": "./dist/index.mjs"
  33. }
  34. },
  35. "publishConfig": {
  36. "exports": {
  37. ".": {
  38. "default": "./src/index.ts"
  39. }
  40. }
  41. },
  42. "dependencies": {
  43. "@vben-core/composables": "workspace:*",
  44. "@vben-core/icons": "workspace:*",
  45. "@vben-core/shared": "workspace:*",
  46. "@vben-core/typings": "workspace:*",
  47. "@vueuse/core": "catalog:",
  48. "class-variance-authority": "catalog:",
  49. "lucide-vue-next": "catalog:",
  50. "radix-vue": "catalog:",
  51. "vee-validate": "catalog:",
  52. "vue": "catalog:"
  53. }
  54. }