|
|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"name": "@vendure/dashboard",
|
|
|
- "private": true,
|
|
|
- "version": "0.0.0",
|
|
|
+ "private": false,
|
|
|
+ "version": "0.0.3",
|
|
|
"type": "module",
|
|
|
"scripts": {
|
|
|
"dev": "vite",
|
|
|
@@ -20,17 +20,19 @@
|
|
|
"./plugin": "./dist-plugin/index.js"
|
|
|
},
|
|
|
"files": [
|
|
|
- "dist",
|
|
|
+ "dist-plugin",
|
|
|
"src",
|
|
|
- "lingui.config.js"
|
|
|
+ "lingui.config.js",
|
|
|
+ "index.html"
|
|
|
],
|
|
|
"dependencies": {
|
|
|
- "@atlaskit/pragmatic-drag-and-drop": "^1.5.1",
|
|
|
"@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/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",
|
|
|
@@ -53,11 +55,12 @@
|
|
|
"@tanstack/react-query-devtools": "^5.68.0",
|
|
|
"@tanstack/react-router": "^1.105.0",
|
|
|
"@tanstack/react-table": "^8.21.2",
|
|
|
+ "@tanstack/router-plugin": "^1.105.0",
|
|
|
"@tiptap/pm": "^2.11.5",
|
|
|
"@tiptap/react": "^2.11.5",
|
|
|
"@tiptap/starter-kit": "^2.11.5",
|
|
|
- "@types/node": "^22.13.4",
|
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
|
+ "@vitejs/plugin-react": "^4.3.4",
|
|
|
"awesome-graphql-client": "^2.1.0",
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
"clsx": "^2.1.1",
|
|
|
@@ -82,21 +85,17 @@
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
"tw-animate-css": "^1.2.4",
|
|
|
"unplugin-swc": "^1.5.1",
|
|
|
- "use-debounce": "^10.0.4",
|
|
|
"zod": "^3.24.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@eslint/js": "^9.19.0",
|
|
|
- "@lingui/babel-plugin-lingui-macro": "^5.2.0",
|
|
|
"@lingui/cli": "^5.2.0",
|
|
|
- "@lingui/vite-plugin": "^5.2.0",
|
|
|
"@tanstack/eslint-plugin-query": "^5.66.1",
|
|
|
"@tanstack/router-devtools": "^1.105.0",
|
|
|
- "@tanstack/router-plugin": "^1.105.0",
|
|
|
+ "@types/node": "^22.13.4",
|
|
|
"@types/react": "^19.0.10",
|
|
|
"@types/react-dom": "^19.0.4",
|
|
|
"@types/react-grid-layout": "^1.3.5",
|
|
|
- "@vitejs/plugin-react": "^4.3.4",
|
|
|
"eslint": "^9.19.0",
|
|
|
"eslint-plugin-react": "^7.37.4",
|
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|