feat(admin,admin-ui,medusa): Add Medusa Admin plugin (#3334)
This commit is contained in:
committed by
GitHub
parent
d6b1ad1ccd
commit
40de54b010
45
packages/admin/package.json
Normal file
45
packages/admin/package.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "@medusajs/admin",
|
||||
"version": "0.0.1",
|
||||
"bin": {
|
||||
"medusa-admin": "./bin/medusa-admin.js"
|
||||
},
|
||||
"main": "index.js",
|
||||
"types": "types/index.d.ts",
|
||||
"files": [
|
||||
"bin",
|
||||
"types",
|
||||
"*.js",
|
||||
"api",
|
||||
"loaders",
|
||||
"commands",
|
||||
"utils",
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc --build",
|
||||
"test": "jest --passWithNoTests"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/medusajs/medusa.git",
|
||||
"directory": "packages/admin"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-ui": "*",
|
||||
"commander": "^10.0.0",
|
||||
"express": "^4.17.1",
|
||||
"fs-extra": "^11.1.0",
|
||||
"medusa-core-utils": "*",
|
||||
"ora": "5.4.0",
|
||||
"picocolors": "^1.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user