|
|
@@ -14,9 +14,8 @@
|
|
|
},
|
|
|
"scripts": {
|
|
|
"dev": "vite",
|
|
|
- "build:lib": "vite build --config vite.config.lib.mts",
|
|
|
- "build:plugin": "tsc --project tsconfig.plugin.json",
|
|
|
- "watch:plugin": "tsc --project tsconfig.plugin.json --watch",
|
|
|
+ "build": "tsc --project tsconfig.plugin.json",
|
|
|
+ "watch": "tsc --project tsconfig.plugin.json --watch",
|
|
|
"test": "vitest run",
|
|
|
"lint": "eslint .",
|
|
|
"preview": "vite preview",
|
|
|
@@ -85,6 +84,8 @@
|
|
|
"@types/react-dom": "^19.0.4",
|
|
|
"@types/react-grid-layout": "^1.3.5",
|
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
|
+ "@vendure/common": "3.2.1",
|
|
|
+ "@vendure/core": "3.2.1",
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
|
"awesome-graphql-client": "^2.1.0",
|
|
|
"class-variance-authority": "^0.7.1",
|