|
|
@@ -1,133 +1,133 @@
|
|
|
{
|
|
|
- "name": "@vendure/dashboard",
|
|
|
- "private": false,
|
|
|
- "version": "3.3.5",
|
|
|
- "type": "module",
|
|
|
- "repository": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/vendure-ecommerce/vendure"
|
|
|
+ "name": "@vendure/dashboard",
|
|
|
+ "private": false,
|
|
|
+ "version": "3.3.5",
|
|
|
+ "type": "module",
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/vendure-ecommerce/vendure"
|
|
|
+ },
|
|
|
+ "homepage": "https://www.vendure.io",
|
|
|
+ "funding": "https://github.com/sponsors/michaelbromley",
|
|
|
+ "publishConfig": {
|
|
|
+ "access": "public"
|
|
|
+ },
|
|
|
+ "scripts": {
|
|
|
+ "dev": "vite",
|
|
|
+ "build:standalone": "vite build",
|
|
|
+ "build": "tsc --project tsconfig.plugin.json",
|
|
|
+ "watch": "tsc --project tsconfig.plugin.json --watch",
|
|
|
+ "test": "vitest run",
|
|
|
+ "lint": "eslint .",
|
|
|
+ "preview": "vite preview",
|
|
|
+ "generate-index": "node scripts/generate-index.js"
|
|
|
+ },
|
|
|
+ "module": "./src/lib/index.ts",
|
|
|
+ "main": "./src/lib/index.ts",
|
|
|
+ "types": "./src/lib/index.d.ts",
|
|
|
+ "exports": {
|
|
|
+ ".": {
|
|
|
+ "types": "./src/lib/index.d.ts",
|
|
|
+ "import": "./src/lib/index.ts",
|
|
|
+ "require": "./src/lib/index.ts"
|
|
|
},
|
|
|
- "homepage": "https://www.vendure.io",
|
|
|
- "funding": "https://github.com/sponsors/michaelbromley",
|
|
|
- "publishConfig": {
|
|
|
- "access": "public"
|
|
|
- },
|
|
|
- "scripts": {
|
|
|
- "dev": "vite",
|
|
|
- "build:standalone": "vite build",
|
|
|
- "build": "tsc --project tsconfig.plugin.json",
|
|
|
- "watch": "tsc --project tsconfig.plugin.json --watch",
|
|
|
- "test": "vitest run",
|
|
|
- "lint": "eslint .",
|
|
|
- "preview": "vite preview",
|
|
|
- "generate-index": "node ./generate-index.js"
|
|
|
- },
|
|
|
- "module": "./src/lib/index.ts",
|
|
|
- "main": "./src/lib/index.ts",
|
|
|
- "types": "./src/lib/index.d.ts",
|
|
|
- "exports": {
|
|
|
- ".": {
|
|
|
- "types": "./src/lib/index.d.ts",
|
|
|
- "import": "./src/lib/index.ts",
|
|
|
- "require": "./src/lib/index.ts"
|
|
|
- },
|
|
|
- "./plugin": {
|
|
|
- "types": "./dist/plugin/index.d.ts",
|
|
|
- "import": "./dist/plugin/index.js",
|
|
|
- "require": "./dist/plugin/index.js"
|
|
|
- }
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "dist",
|
|
|
- "src",
|
|
|
- "vite",
|
|
|
- "lingui.config.js",
|
|
|
- "index.html"
|
|
|
- ],
|
|
|
- "dependencies": {
|
|
|
- "@dnd-kit/core": "^6.3.1",
|
|
|
- "@dnd-kit/modifiers": "^9.0.0",
|
|
|
- "@dnd-kit/sortable": "^10.0.0",
|
|
|
- "@hookform/resolvers": "^4.1.3",
|
|
|
- "@lingui/babel-plugin-lingui-macro": "^5.2.0",
|
|
|
- "@lingui/cli": "^5.2.0",
|
|
|
- "@lingui/core": "^5.2.0",
|
|
|
- "@lingui/react": "^5.2.0",
|
|
|
- "@lingui/vite-plugin": "^5.2.0",
|
|
|
- "@radix-ui/react-accordion": "^1.2.3",
|
|
|
- "@radix-ui/react-alert-dialog": "^1.1.6",
|
|
|
- "@radix-ui/react-avatar": "^1.1.3",
|
|
|
- "@radix-ui/react-checkbox": "^1.1.4",
|
|
|
- "@radix-ui/react-collapsible": "^1.1.3",
|
|
|
- "@radix-ui/react-dialog": "^1.1.6",
|
|
|
- "@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
|
- "@radix-ui/react-hover-card": "^1.1.6",
|
|
|
- "@radix-ui/react-label": "^2.1.2",
|
|
|
- "@radix-ui/react-popover": "^1.1.6",
|
|
|
- "@radix-ui/react-scroll-area": "^1.2.3",
|
|
|
- "@radix-ui/react-select": "^2.1.6",
|
|
|
- "@radix-ui/react-separator": "^1.1.2",
|
|
|
- "@radix-ui/react-slot": "^1.1.2",
|
|
|
- "@radix-ui/react-switch": "^1.1.3",
|
|
|
- "@radix-ui/react-tabs": "^1.1.3",
|
|
|
- "@radix-ui/react-tooltip": "^1.1.8",
|
|
|
- "@tailwindcss/vite": "^4.1.5",
|
|
|
- "@tanstack/eslint-plugin-query": "^5.66.1",
|
|
|
- "@tanstack/react-query": "^5.66.7",
|
|
|
- "@tanstack/react-query-devtools": "^5.68.0",
|
|
|
- "@tanstack/react-router": "^1.105.0",
|
|
|
- "@tanstack/react-table": "^8.21.2",
|
|
|
- "@tanstack/router-devtools": "^1.105.0",
|
|
|
- "@tanstack/router-plugin": "^1.105.0",
|
|
|
- "@tiptap/pm": "^2.11.5",
|
|
|
- "@tiptap/react": "^2.11.5",
|
|
|
- "@tiptap/starter-kit": "^2.11.5",
|
|
|
- "@types/react": "^19.0.10",
|
|
|
- "@types/react-dom": "^19.0.4",
|
|
|
- "@types/react-grid-layout": "^1.3.5",
|
|
|
- "@uidotdev/usehooks": "^2.4.1",
|
|
|
- "@vendure/common": "3.3.5",
|
|
|
- "@vendure/core": "3.3.5",
|
|
|
- "@vitejs/plugin-react": "^4.3.4",
|
|
|
- "awesome-graphql-client": "^2.1.0",
|
|
|
- "class-variance-authority": "^0.7.1",
|
|
|
- "clsx": "^2.1.1",
|
|
|
- "cmdk": "^1.0.0",
|
|
|
- "date-fns": "^3.6.0",
|
|
|
- "gql.tada": "^1.8.10",
|
|
|
- "graphql": "^16.10.0",
|
|
|
- "json-edit-react": "^1.23.1",
|
|
|
- "lucide-react": "^0.475.0",
|
|
|
- "motion": "^12.6.2",
|
|
|
- "next-themes": "^0.4.6",
|
|
|
- "react": "^19.0.0",
|
|
|
- "react-day-picker": "^9.6.7",
|
|
|
- "react-dom": "^19.0.0",
|
|
|
- "react-dropzone": "^14.3.8",
|
|
|
- "react-grid-layout": "^1.5.1",
|
|
|
- "react-hook-form": "^7.54.2",
|
|
|
- "recharts": "^2.15.1",
|
|
|
- "sonner": "^2.0.1",
|
|
|
- "tailwind-merge": "^3.2.0",
|
|
|
- "tailwindcss": "^4.1.5",
|
|
|
- "tailwindcss-animate": "^1.0.7",
|
|
|
- "tsconfig-paths": "^4.2.0",
|
|
|
- "tw-animate-css": "^1.2.9",
|
|
|
- "vite": "^6.3.5",
|
|
|
- "zod": "^3.24.2"
|
|
|
- },
|
|
|
- "devDependencies": {
|
|
|
- "@eslint/js": "^9.19.0",
|
|
|
- "@types/node": "^22.13.4",
|
|
|
- "eslint": "^9.19.0",
|
|
|
- "eslint-plugin-react": "^7.37.4",
|
|
|
- "eslint-plugin-react-hooks": "^5.0.0",
|
|
|
- "eslint-plugin-react-refresh": "^0.4.18",
|
|
|
- "globals": "^15.14.0",
|
|
|
- "vite-plugin-dts": "^4.5.3"
|
|
|
- },
|
|
|
- "optionalDependencies": {
|
|
|
- "lightningcss-linux-arm64-musl": "^1.29.3",
|
|
|
- "lightningcss-linux-x64-musl": "^1.29.1"
|
|
|
+ "./plugin": {
|
|
|
+ "types": "./dist/plugin/index.d.ts",
|
|
|
+ "import": "./dist/plugin/index.js",
|
|
|
+ "require": "./dist/plugin/index.js"
|
|
|
}
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "dist",
|
|
|
+ "src",
|
|
|
+ "vite",
|
|
|
+ "lingui.config.js",
|
|
|
+ "index.html"
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@dnd-kit/core": "^6.3.1",
|
|
|
+ "@dnd-kit/modifiers": "^9.0.0",
|
|
|
+ "@dnd-kit/sortable": "^10.0.0",
|
|
|
+ "@hookform/resolvers": "^4.1.3",
|
|
|
+ "@lingui/babel-plugin-lingui-macro": "^5.2.0",
|
|
|
+ "@lingui/cli": "^5.2.0",
|
|
|
+ "@lingui/core": "^5.2.0",
|
|
|
+ "@lingui/react": "^5.2.0",
|
|
|
+ "@lingui/vite-plugin": "^5.2.0",
|
|
|
+ "@radix-ui/react-accordion": "^1.2.3",
|
|
|
+ "@radix-ui/react-alert-dialog": "^1.1.6",
|
|
|
+ "@radix-ui/react-avatar": "^1.1.3",
|
|
|
+ "@radix-ui/react-checkbox": "^1.1.4",
|
|
|
+ "@radix-ui/react-collapsible": "^1.1.3",
|
|
|
+ "@radix-ui/react-dialog": "^1.1.6",
|
|
|
+ "@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
|
+ "@radix-ui/react-hover-card": "^1.1.6",
|
|
|
+ "@radix-ui/react-label": "^2.1.2",
|
|
|
+ "@radix-ui/react-popover": "^1.1.6",
|
|
|
+ "@radix-ui/react-scroll-area": "^1.2.3",
|
|
|
+ "@radix-ui/react-select": "^2.1.6",
|
|
|
+ "@radix-ui/react-separator": "^1.1.2",
|
|
|
+ "@radix-ui/react-slot": "^1.1.2",
|
|
|
+ "@radix-ui/react-switch": "^1.1.3",
|
|
|
+ "@radix-ui/react-tabs": "^1.1.3",
|
|
|
+ "@radix-ui/react-tooltip": "^1.1.8",
|
|
|
+ "@tailwindcss/vite": "^4.1.5",
|
|
|
+ "@tanstack/eslint-plugin-query": "^5.66.1",
|
|
|
+ "@tanstack/react-query": "^5.66.7",
|
|
|
+ "@tanstack/react-query-devtools": "^5.68.0",
|
|
|
+ "@tanstack/react-router": "^1.105.0",
|
|
|
+ "@tanstack/react-table": "^8.21.2",
|
|
|
+ "@tanstack/router-devtools": "^1.105.0",
|
|
|
+ "@tanstack/router-plugin": "^1.105.0",
|
|
|
+ "@tiptap/pm": "^2.11.5",
|
|
|
+ "@tiptap/react": "^2.11.5",
|
|
|
+ "@tiptap/starter-kit": "^2.11.5",
|
|
|
+ "@types/react": "^19.0.10",
|
|
|
+ "@types/react-dom": "^19.0.4",
|
|
|
+ "@types/react-grid-layout": "^1.3.5",
|
|
|
+ "@uidotdev/usehooks": "^2.4.1",
|
|
|
+ "@vendure/common": "3.3.5",
|
|
|
+ "@vendure/core": "3.3.5",
|
|
|
+ "@vitejs/plugin-react": "^4.3.4",
|
|
|
+ "awesome-graphql-client": "^2.1.0",
|
|
|
+ "class-variance-authority": "^0.7.1",
|
|
|
+ "clsx": "^2.1.1",
|
|
|
+ "cmdk": "^1.0.0",
|
|
|
+ "date-fns": "^3.6.0",
|
|
|
+ "gql.tada": "^1.8.10",
|
|
|
+ "graphql": "^16.10.0",
|
|
|
+ "json-edit-react": "^1.23.1",
|
|
|
+ "lucide-react": "^0.475.0",
|
|
|
+ "motion": "^12.6.2",
|
|
|
+ "next-themes": "^0.4.6",
|
|
|
+ "react": "^19.0.0",
|
|
|
+ "react-day-picker": "^9.6.7",
|
|
|
+ "react-dom": "^19.0.0",
|
|
|
+ "react-dropzone": "^14.3.8",
|
|
|
+ "react-grid-layout": "^1.5.1",
|
|
|
+ "react-hook-form": "^7.54.2",
|
|
|
+ "recharts": "^2.15.1",
|
|
|
+ "sonner": "^2.0.1",
|
|
|
+ "tailwind-merge": "^3.2.0",
|
|
|
+ "tailwindcss": "^4.1.5",
|
|
|
+ "tailwindcss-animate": "^1.0.7",
|
|
|
+ "tsconfig-paths": "^4.2.0",
|
|
|
+ "tw-animate-css": "^1.2.9",
|
|
|
+ "vite": "^6.3.5",
|
|
|
+ "zod": "^3.24.2"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@eslint/js": "^9.19.0",
|
|
|
+ "@types/node": "^22.13.4",
|
|
|
+ "eslint": "^9.19.0",
|
|
|
+ "eslint-plugin-react": "^7.37.4",
|
|
|
+ "eslint-plugin-react-hooks": "^5.0.0",
|
|
|
+ "eslint-plugin-react-refresh": "^0.4.18",
|
|
|
+ "globals": "^15.14.0",
|
|
|
+ "vite-plugin-dts": "^4.5.3"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "lightningcss-linux-arm64-musl": "^1.29.3",
|
|
|
+ "lightningcss-linux-x64-musl": "^1.29.1"
|
|
|
+ }
|
|
|
}
|