Files
medusa-store/packages/admin/package.json
Kasper Fabricius Kristensen 0f34e0f381 feat(admin-ui, medusa, medusa-react, medusa-js): Price List UI revamp (#5233)
* progress on cleanup

* rm forceMount

* close modal on succesful submit

* fix: invalidate price list query on useAdminCreatePriceListPrices

* sync translation keys

* add last translations

* sync translation keys

* improve tabbing between cells

* add comment

* fix: remove double variant, set collision boundary on column dropdown

* add widgets

* update lock file

* decrease details info size, and add missing status update function

* sync translation keys

* add snapshots and remove min/max

* add missing filter menu for customer groups table

* add translation keys for filter menu

* rm unused code

* Create tall-apricots-run.md

* Update tall-apricots-run.md

* fix: discard invalid paste values

* add translation keys

* bump snapshots + minor fixes

* rm console.log

* bump snapshots

* bump ui packages, and add missing tax inclusive display in New form

* update lock file

* fix filter menu

* update snapshot

* update ui package and fix sub menu position

---------

Co-authored-by: Sebastian Rindom <skrindom@gmail.com>
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-10-06 08:22:25 -07:00

58 lines
1.3 KiB
JSON

{
"name": "@medusajs/admin",
"version": "7.1.3",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
"main": "index.js",
"types": "lib/index.d.ts",
"files": [
"bin",
"types",
"*.js",
"api",
"lib",
"loaders",
"commands",
"utils",
"setup"
],
"scripts": {
"build": "tsc --build",
"test": "jest --passWithNoTests"
},
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.3",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-virtual": "^3.0.1",
"commander": "^10.0.0",
"dotenv": "16.3.1",
"esbuild": "0.17.18",
"express": "4.18.2",
"fs-extra": "11.1.0",
"lodash": "^4.17.21",
"medusa-core-utils": "1.2.0",
"rollup": "3.20.7",
"rollup-plugin-esbuild": "5.0.0",
"ts-dedent": "^2.2.0"
},
"peerDependencies": {
"@medusajs/medusa": "^1.14.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.17.0",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},
"packageManager": "yarn@3.2.1"
}