medusa
medusa copied to clipboard
The world's most flexible commerce platform.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...
### Package.json file ```JSON { "name": "medusa-starter-default", "version": "0.0.1", "description": "A starter for Medusa projects.", "author": "Medusa (https://medusajs.com)", "license": "MIT", "keywords": [ "sqlite", "postgres", "typescript", "ecommerce", "headless", "medusa" ], "scripts":...
### Package.json file ```JSON Medusa 2.8.4 "stripe": "^17.6.0", ``` ### Node.js version 21 ### Database and its version 16 ### Operating system name and version mac ### Browser name _No...
### Package.json file ```JSON { "name": "medusa-next", "version": "1.2.1", "private": true, "author": "", "description": "", "keywords": ["medusa-storefront"], "scripts": { "dev": "next dev -p 8000", "sit": "dotenv -e .env.sit.local -- yarn...
### Package.json file ```JSON { "name": "frontend", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@medusajs/js-sdk": "^2.8.4", "@t3-oss/env-nextjs":...
### Package.json file ```JSON { "name": "@team/plugin", "version": "0.0.6", "description": "A starter for Medusa plugins.", "author": "Medusa (https://medusajs.com)", "license": "MIT", "publishConfig": { "access": "restricted" }, "files": [ ".medusa/server" ], "exports":...
### Package.json file ```JSON Medusa v2.8.4 ``` ### Node.js version - ### Database and its version - ### Operating system name and version - ### Browser name _No response_ ###...