Files
medusa-store/packages/admin/admin-vite-plugin/package.json
2025-11-02 17:46:46 +01:00

52 lines
1.1 KiB
JSON

{
"name": "@medusajs/admin-vite-plugin",
"version": "2.11.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/admin/admin-vite-plugin"
},
"files": [
"dist",
"package.json"
],
"scripts": {
"build": "tsup",
"watch": "tsup --watch",
"test": "vitest --run",
"test:watch": "vitest"
},
"devDependencies": {
"@types/node": "^20.12.11",
"tsup": "^8.4.0",
"typescript": "^5.6.2",
"vite": "^5.4.14",
"vitest": "^3.0.5"
},
"peerDependencies": {
"vite": "^5.4.14"
},
"dependencies": {
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@medusajs/admin-shared": "2.11.2",
"chokidar": "^3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",
"outdent": "^0.8.0",
"picocolors": "^1.1.0"
},
"packageManager": "yarn@3.2.1"
}