|
|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"name": "@vendure/dashboard",
|
|
|
"private": false,
|
|
|
- "version": "0.1.2",
|
|
|
+ "version": "0.1.3",
|
|
|
"type": "module",
|
|
|
"scripts": {
|
|
|
"dev": "vite",
|
|
|
@@ -39,6 +39,11 @@
|
|
|
"@dnd-kit/core": "^6.3.1",
|
|
|
"@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",
|
|
|
@@ -56,53 +61,48 @@
|
|
|
"@radix-ui/react-switch": "^1.1.3",
|
|
|
"@radix-ui/react-tabs": "^1.1.3",
|
|
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
|
- "@lingui/babel-plugin-lingui-macro": "^5.2.0",
|
|
|
- "@lingui/core": "^5.2.0",
|
|
|
- "@lingui/react": "^5.2.0",
|
|
|
- "@lingui/vite-plugin": "^5.2.0",
|
|
|
"@tailwindcss/vite": "^4.0.7",
|
|
|
+ "@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",
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
|
- "gql.tada": "^1.8.10",
|
|
|
- "react": "^19.0.0",
|
|
|
- "react-dom": "^19.0.0",
|
|
|
- "tailwindcss": "^4.0.6",
|
|
|
- "unplugin-swc": "^1.5.1",
|
|
|
- "@lingui/cli": "^5.2.0",
|
|
|
"awesome-graphql-client": "^2.1.0",
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
"clsx": "^2.1.1",
|
|
|
- "graphql": "~16.10.0",
|
|
|
"cmdk": "^1.0.0",
|
|
|
"date-fns": "^3.6.0",
|
|
|
- "@tanstack/eslint-plugin-query": "^5.66.1",
|
|
|
- "@tanstack/router-devtools": "^1.105.0",
|
|
|
- "@tanstack/react-query-devtools": "^5.68.0",
|
|
|
- "react-day-picker": "^8.10.1",
|
|
|
- "@tiptap/pm": "^2.11.5",
|
|
|
- "@tiptap/react": "^2.11.5",
|
|
|
- "@tiptap/starter-kit": "^2.11.5",
|
|
|
- "@uidotdev/usehooks": "^2.4.1",
|
|
|
+ "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": "^8.10.1",
|
|
|
+ "react-dom": "^19.0.0",
|
|
|
"react-dropzone": "^14.3.8",
|
|
|
- "@types/react": "^19.0.10",
|
|
|
- "zod": "^3.24.2",
|
|
|
- "@types/react-dom": "^19.0.4",
|
|
|
- "@types/react-grid-layout": "^1.3.5",
|
|
|
- "tailwindcss-animate": "^1.0.7",
|
|
|
- "tw-animate-css": "^1.2.4",
|
|
|
"react-grid-layout": "^1.5.1",
|
|
|
"react-hook-form": "^7.54.2",
|
|
|
"recharts": "^2.15.1",
|
|
|
"sonner": "^2.0.1",
|
|
|
"tailwind-merge": "^3.0.1",
|
|
|
+ "tailwindcss": "^4.0.6",
|
|
|
+ "tailwindcss-animate": "^1.0.7",
|
|
|
+ "tw-animate-css": "^1.2.4",
|
|
|
+ "unplugin-swc": "^1.5.1",
|
|
|
"vite": "^6.1.0",
|
|
|
- "lucide-react": "^0.475.0",
|
|
|
- "motion": "^12.6.2",
|
|
|
- "next-themes": "^0.4.6"
|
|
|
+ "zod": "^3.24.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@eslint/js": "^9.19.0",
|