package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "name": "@vendure/dashboard",
  3. "private": false,
  4. "version": "3.3.7",
  5. "type": "module",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/vendure-ecommerce/vendure"
  9. },
  10. "homepage": "https://www.vendure.io",
  11. "funding": "https://github.com/sponsors/michaelbromley",
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "scripts": {
  16. "dev": "vite",
  17. "build:standalone": "vite build",
  18. "build": "tsc --project tsconfig.plugin.json",
  19. "watch": "tsc --project tsconfig.plugin.json --watch",
  20. "test": "vitest run",
  21. "lint": "eslint .",
  22. "preview": "vite preview",
  23. "generate-index": "node scripts/generate-index.js"
  24. },
  25. "module": "./src/lib/index.ts",
  26. "main": "./src/lib/index.ts",
  27. "types": "./src/lib/index.d.ts",
  28. "exports": {
  29. ".": {
  30. "types": "./src/lib/index.d.ts",
  31. "import": "./src/lib/index.ts",
  32. "require": "./src/lib/index.ts"
  33. },
  34. "./plugin": {
  35. "types": "./dist/plugin/index.d.ts",
  36. "import": "./dist/plugin/index.js",
  37. "require": "./dist/plugin/index.js"
  38. }
  39. },
  40. "files": [
  41. "dist",
  42. "src",
  43. "vite",
  44. "lingui.config.js",
  45. "index.html"
  46. ],
  47. "dependencies": {
  48. "@dnd-kit/core": "^6.3.1",
  49. "@dnd-kit/modifiers": "^9.0.0",
  50. "@dnd-kit/sortable": "^10.0.0",
  51. "@hookform/resolvers": "^4.1.3",
  52. "@lingui/babel-plugin-lingui-macro": "^5.2.0",
  53. "@lingui/cli": "^5.2.0",
  54. "@lingui/core": "^5.2.0",
  55. "@lingui/react": "^5.2.0",
  56. "@lingui/vite-plugin": "^5.2.0",
  57. "@radix-ui/react-accordion": "^1.2.3",
  58. "@radix-ui/react-alert-dialog": "^1.1.6",
  59. "@radix-ui/react-avatar": "^1.1.3",
  60. "@radix-ui/react-checkbox": "^1.1.4",
  61. "@radix-ui/react-collapsible": "^1.1.3",
  62. "@radix-ui/react-dialog": "^1.1.6",
  63. "@radix-ui/react-dropdown-menu": "^2.1.6",
  64. "@radix-ui/react-hover-card": "^1.1.6",
  65. "@radix-ui/react-label": "^2.1.2",
  66. "@radix-ui/react-popover": "^1.1.6",
  67. "@radix-ui/react-scroll-area": "^1.2.3",
  68. "@radix-ui/react-select": "^2.2.5",
  69. "@radix-ui/react-separator": "^1.1.2",
  70. "@radix-ui/react-slot": "^1.1.2",
  71. "@radix-ui/react-switch": "^1.1.3",
  72. "@radix-ui/react-tabs": "^1.1.3",
  73. "@radix-ui/react-tooltip": "^1.1.8",
  74. "@tailwindcss/vite": "^4.1.5",
  75. "@tanstack/eslint-plugin-query": "^5.66.1",
  76. "@tanstack/react-query": "^5.66.7",
  77. "@tanstack/react-query-devtools": "^5.68.0",
  78. "@tanstack/react-router": "^1.105.0",
  79. "@tanstack/react-table": "^8.21.2",
  80. "@tanstack/router-devtools": "^1.105.0",
  81. "@tanstack/router-plugin": "^1.105.0",
  82. "@tiptap/pm": "^2.11.5",
  83. "@tiptap/react": "^2.11.5",
  84. "@tiptap/starter-kit": "^2.11.5",
  85. "@types/react": "^19.0.10",
  86. "@types/react-dom": "^19.0.4",
  87. "@types/react-grid-layout": "^1.3.5",
  88. "@uidotdev/usehooks": "^2.4.1",
  89. "@vendure/common": "3.3.7",
  90. "@vendure/core": "3.3.7",
  91. "@vitejs/plugin-react": "^4.3.4",
  92. "acorn": "^8.11.3",
  93. "acorn-walk": "^8.3.2",
  94. "awesome-graphql-client": "^2.1.0",
  95. "class-variance-authority": "^0.7.1",
  96. "clsx": "^2.1.1",
  97. "cmdk": "^1.0.0",
  98. "date-fns": "^3.6.0",
  99. "fast-glob": "^3.3.2",
  100. "gql.tada": "^1.8.10",
  101. "graphql": "^16.10.0",
  102. "json-edit-react": "^1.23.1",
  103. "lucide-react": "^0.475.0",
  104. "motion": "^12.6.2",
  105. "next-themes": "^0.4.6",
  106. "react": "^19.0.0",
  107. "react-day-picker": "^9.6.7",
  108. "react-dom": "^19.0.0",
  109. "react-dropzone": "^14.3.8",
  110. "react-grid-layout": "^1.5.1",
  111. "react-hook-form": "^7.54.2",
  112. "recharts": "^2.15.1",
  113. "sonner": "^2.0.1",
  114. "tailwind-merge": "^3.2.0",
  115. "tailwindcss": "^4.1.5",
  116. "tailwindcss-animate": "^1.0.7",
  117. "tsconfig-paths": "^4.2.0",
  118. "tw-animate-css": "^1.2.9",
  119. "vite": "^6.3.5",
  120. "zod": "^3.24.2"
  121. },
  122. "devDependencies": {
  123. "@eslint/js": "^9.19.0",
  124. "@types/node": "^22.13.4",
  125. "eslint": "^9.19.0",
  126. "eslint-plugin-react": "^7.37.4",
  127. "eslint-plugin-react-hooks": "^5.0.0",
  128. "eslint-plugin-react-refresh": "^0.4.18",
  129. "globals": "^15.14.0",
  130. "vite-plugin-dts": "^4.5.3"
  131. },
  132. "optionalDependencies": {
  133. "lightningcss-linux-arm64-musl": "^1.29.3",
  134. "lightningcss-linux-x64-musl": "^1.29.1"
  135. }
  136. }