* add location filtering to list-location levels * cleanup * add location filtering to list-location levels * cleanup * Initial work on route,table,new reservation form * generated types * add block * udpate clients * initial create reservation * update actionables for reservation table * update edit-allocation modal * misc naming updates * update reservations table * add expand capabilities for list-reservations * expand fields and show columns * update oas * make remove item work in focus modal * add yarn lock * add integration test * Fix display when label doesn't match search term * remove unused file * Update packages/admin-ui/ui/src/components/templates/reservations-table/components/reservation-form/index.tsx Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> * Update packages/admin-ui/ui/src/domain/orders/details/allocations/edit-allocation-modal.tsx Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> * Update packages/admin-ui/ui/src/components/templates/reservations-table/new/index.tsx Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> * initial changes * add changeset * update font size * cleanup reservations table + select * add decorated inventory item type * use type * feedback changes * Update packages/admin-ui/ui/src/components/molecules/item-search/index.tsx Co-authored-by: Riqwan Thamir <rmthamir@gmail.com> * decorate response for list inventory item to include total quantities * update decorated properties * decorate type * adrien feedback * Update packages/generated/client-types/src/lib/models/DecoratedInventoryItemDTO.ts Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> * update join-utils * fix caching --------- Co-authored-by: Rares Capilnar <rares.capilnar@gmail.com> Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
98 lines
3.0 KiB
JSON
98 lines
3.0 KiB
JSON
{
|
|
"name": "@medusajs/admin-ui",
|
|
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
|
"license": "MIT",
|
|
"version": "1.8.6",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa.git",
|
|
"directory": "packages/admin-ui"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./ui": "./ui",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"ui"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite -c vite.config.dev.ts --port 7001",
|
|
"build": "tsc --build",
|
|
"test:ui": "vitest --config vite.config.dev.ts",
|
|
"test:ui:once": "vitest --config vite.config.dev.ts --run",
|
|
"test": "echo \"Tests disabled temporarily\""
|
|
},
|
|
"dependencies": {
|
|
"@hookform/error-message": "^2.0.1",
|
|
"@radix-ui/react-accordion": "^1.0.1",
|
|
"@radix-ui/react-avatar": "^1.0.1",
|
|
"@radix-ui/react-collapsible": "^1.0.1",
|
|
"@radix-ui/react-dialog": "^1.0.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.2",
|
|
"@radix-ui/react-popover": "^1.0.3",
|
|
"@radix-ui/react-portal": "^1.0.2",
|
|
"@radix-ui/react-radio-group": "^1.1.1",
|
|
"@radix-ui/react-select": "^1.2.0",
|
|
"@radix-ui/react-switch": "^1.0.1",
|
|
"@radix-ui/react-tooltip": "^1.0.3",
|
|
"@segment/analytics-next": "^1.51.1",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tanstack/react-query": "4.22.0",
|
|
"@tanstack/react-table": "^8.7.9",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"clsx": "^1.2.1",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"emoji-picker-react": "^4.4.3",
|
|
"framer-motion": "^9.1.6",
|
|
"medusa-react": "8.0.0",
|
|
"moment": "^2.29.4",
|
|
"pluralize": "^8.0.0",
|
|
"postcss": "^8.4.21",
|
|
"query-string": "^8.1.0",
|
|
"react": "^18.2.0",
|
|
"react-collapsible": "^2.8.3",
|
|
"react-country-flag": "^3.0.2",
|
|
"react-currency-input-field": "^3.6.8",
|
|
"react-datepicker": "^4.8.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet-async": "^1.3.0",
|
|
"react-highlight-words": "^0.18.0",
|
|
"react-hook-form": "7.38.0",
|
|
"react-hot-toast": "2.4.0",
|
|
"react-hotkeys-hook": "^3.4.7",
|
|
"react-json-tree": "^0.17.0",
|
|
"react-jwt": "^1.1.4",
|
|
"react-nestable": "^2.0.0",
|
|
"react-router-dom": "6.8.0",
|
|
"react-select": "^5.5.4",
|
|
"react-table": "^7.7.0",
|
|
"tailwindcss": "3.2.2",
|
|
"tailwindcss-radix": "^2.7.0",
|
|
"type-fest": "^3.6.0",
|
|
"vite": "^4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@medusajs/medusa": "1.11.0",
|
|
"@medusajs/types": "1.8.6",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/pluralize": "^0.0.29",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-datepicker": "^4.10.0",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/react-table": "^7.7.9",
|
|
"typescript": "^4.9.3",
|
|
"vitest": "^0.28.5"
|
|
},
|
|
"packageManager": "yarn@3.2.1"
|
|
}
|