1
0

package.json 6.5 KB

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