Co-authored-by: Rares Stefan <948623+StephixOne@users.noreply.github.com> Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@medusajs/admin",
|
|
"version": "6.0.5",
|
|
"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": "*",
|
|
"@medusajs/ui": "0.0.0-snapshot-20230816100247",
|
|
"@medusajs/ui-preset": "0.0.0-snapshot-20230816100247",
|
|
"@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.0.3",
|
|
"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.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@medusajs/medusa": "*",
|
|
"@types/express": "^4.17.13",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"packageManager": "yarn@3.2.1"
|
|
}
|