package.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "name": "@vendure/dashboard",
  3. "private": false,
  4. "version": "3.5.1",
  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. "check-types": "tsc --project tsconfig.check.json --noEmit",
  18. "build:standalone": "vite build",
  19. "build:vite": "tsc --project tsconfig.vite.json",
  20. "build:plugin": "tsc --project tsconfig.plugin.json && node scripts/build-plugin.js",
  21. "build": "npm run check-types && npm run build:vite && npm run build:plugin",
  22. "watch": "tsc --project tsconfig.vite.json --watch",
  23. "test": "vitest run",
  24. "lint": "eslint .",
  25. "preview": "vite preview",
  26. "generate-index": "node scripts/generate-index.js",
  27. "i18n:extract": "lingui extract && node ./scripts/translate/i18n-tool.js extract",
  28. "i18n:apply": "node ./scripts/translate/i18n-tool.js apply",
  29. "storybook": "storybook dev -p 6006",
  30. "storybook:build": "storybook build",
  31. "storybook:deploy": "npm run build --prefix ../common && npm run build --prefix ../core && npm run build:vite && storybook build"
  32. },
  33. "module": "./src/lib/index.ts",
  34. "main": "./src/lib/index.ts",
  35. "types": "./src/lib/index.d.ts",
  36. "exports": {
  37. ".": {
  38. "types": "./src/lib/index.d.ts",
  39. "import": "./src/lib/index.ts",
  40. "require": "./src/lib/index.ts"
  41. },
  42. "./plugin": {
  43. "types": "./dist/plugin/index.d.ts",
  44. "import": "./dist/plugin/index.js",
  45. "require": "./dist/plugin/index.js"
  46. },
  47. "./vite": {
  48. "types": "./dist/vite/index.d.ts",
  49. "import": "./dist/vite/index.js",
  50. "require": "./dist/vite/index.js"
  51. }
  52. },
  53. "files": [
  54. "dist",
  55. "src",
  56. "lingui.config.js",
  57. "index.html"
  58. ],
  59. "dependencies": {
  60. "@dnd-kit/core": "^6.3.1",
  61. "@dnd-kit/modifiers": "^9.0.0",
  62. "@dnd-kit/sortable": "^10.0.0",
  63. "@hookform/resolvers": "^4.1.3",
  64. "@lingui/cli": "^5.5.0",
  65. "@lingui/core": "^5.5.0",
  66. "@lingui/react": "^5.5.0",
  67. "@lingui/swc-plugin": "5.6.1",
  68. "@lingui/vite-plugin": "^5.5.0",
  69. "@radix-ui/react-accordion": "^1.2.11",
  70. "@radix-ui/react-alert-dialog": "^1.1.14",
  71. "@radix-ui/react-aspect-ratio": "^1.1.7",
  72. "@radix-ui/react-avatar": "^1.1.10",
  73. "@radix-ui/react-checkbox": "^1.3.2",
  74. "@radix-ui/react-collapsible": "^1.1.11",
  75. "@radix-ui/react-context-menu": "^2.2.15",
  76. "@radix-ui/react-dialog": "^1.1.14",
  77. "@radix-ui/react-dropdown-menu": "^2.1.15",
  78. "@radix-ui/react-hover-card": "^1.1.14",
  79. "@radix-ui/react-label": "^2.1.7",
  80. "@radix-ui/react-menubar": "^1.1.15",
  81. "@radix-ui/react-navigation-menu": "^1.2.13",
  82. "@radix-ui/react-popover": "^1.1.14",
  83. "@radix-ui/react-progress": "^1.1.7",
  84. "@radix-ui/react-radio-group": "^1.3.7",
  85. "@radix-ui/react-scroll-area": "^1.2.9",
  86. "@radix-ui/react-select": "^2.2.5",
  87. "@radix-ui/react-separator": "^1.1.7",
  88. "@radix-ui/react-slider": "^1.3.5",
  89. "@radix-ui/react-slot": "^1.2.3",
  90. "@radix-ui/react-switch": "^1.2.5",
  91. "@radix-ui/react-tabs": "^1.1.12",
  92. "@radix-ui/react-toggle": "^1.1.9",
  93. "@radix-ui/react-toggle-group": "^1.1.10",
  94. "@radix-ui/react-tooltip": "^1.2.7",
  95. "@swc/core": "1.13.5",
  96. "@tailwindcss/vite": "^4.1.5",
  97. "@tanstack/eslint-plugin-query": "^5.66.1",
  98. "@tanstack/react-query": "^5.66.7",
  99. "@tanstack/react-query-devtools": "^5.68.0",
  100. "@tanstack/react-router": "^1.105.0",
  101. "@tanstack/react-table": "^8.21.2",
  102. "@tanstack/router-devtools": "^1.105.0",
  103. "@tanstack/router-plugin": "^1.105.0",
  104. "@tiptap/extension-floating-menu": "^3.4.4",
  105. "@tiptap/extension-image": "^3.4.4",
  106. "@tiptap/extension-table": "^3.4.4",
  107. "@tiptap/extension-text-style": "^3.4.4",
  108. "@tiptap/pm": "^3.4.4",
  109. "@tiptap/react": "^3.4.4",
  110. "@tiptap/starter-kit": "^3.4.4",
  111. "@types/react": "^19.0.10",
  112. "@types/react-dom": "^19.0.4",
  113. "@uidotdev/usehooks": "^2.4.1",
  114. "@vitejs/plugin-react": "^5.0.4",
  115. "@vitejs/plugin-react-swc": "^4.1.0",
  116. "acorn": "^8.11.3",
  117. "acorn-walk": "^8.3.2",
  118. "awesome-graphql-client": "^2.1.0",
  119. "class-variance-authority": "^0.7.1",
  120. "clsx": "^2.1.1",
  121. "cmdk": "^1.1.1",
  122. "date-fns": "^4.0.0",
  123. "embla-carousel-react": "^8.6.0",
  124. "express-rate-limit": "^7.5.0",
  125. "fast-glob": "^3.3.2",
  126. "fs-extra": "^11.2.0",
  127. "gql.tada": "^1.8.13",
  128. "graphql": "^16.11.0",
  129. "input-otp": "^1.4.2",
  130. "json-edit-react": "^1.23.1",
  131. "lucide-react": "^0.475.0",
  132. "motion": "^12.6.2",
  133. "next-themes": "^0.4.6",
  134. "react": "^19.0.0",
  135. "react-day-picker": "^9.8.0",
  136. "react-dom": "^19.0.0",
  137. "react-dropzone": "^14.3.8",
  138. "react-hook-form": "^7.60.0",
  139. "react-resizable-panels": "^3.0.3",
  140. "recharts": "^2.15.4",
  141. "sonner": "^2.0.6",
  142. "strip-json-comments": "^5.0.3",
  143. "tailwind-merge": "^3.2.0",
  144. "tailwindcss": "^4.1.5",
  145. "tailwindcss-animate": "^1.0.7",
  146. "tsconfig-paths": "^4.2.0",
  147. "tw-animate-css": "^1.2.9",
  148. "vaul": "^1.1.2",
  149. "vite": "^6.3.6",
  150. "zod": "^3.25.76"
  151. },
  152. "devDependencies": {
  153. "@eslint/js": "^9.19.0",
  154. "@storybook/addon-a11y": "^10.0.0-beta.9",
  155. "@storybook/addon-docs": "^10.0.0-beta.9",
  156. "@storybook/addon-vitest": "^10.0.0-beta.9",
  157. "@storybook/react-vite": "^10.0.0-beta.9",
  158. "@types/node": "^22.13.4",
  159. "@vendure/common": "3.5.1",
  160. "@vendure/core": "3.5.1",
  161. "@vitest/browser": "^3.2.4",
  162. "@vitest/coverage-v8": "^3.2.4",
  163. "eslint": "^9.19.0",
  164. "eslint-plugin-react": "^7.37.4",
  165. "eslint-plugin-react-hooks": "^5.0.0",
  166. "eslint-plugin-react-refresh": "^0.4.18",
  167. "eslint-plugin-storybook": "^10.0.0-beta.9",
  168. "globals": "^15.14.0",
  169. "playwright": "^1.55.1",
  170. "storybook": "^10.0.0-beta.9",
  171. "vite-plugin-dts": "^4.5.4"
  172. },
  173. "optionalDependencies": {
  174. "lightningcss-linux-arm64-musl": "^1.29.3",
  175. "lightningcss-linux-x64-musl": "^1.29.1"
  176. }
  177. }