diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2026-01-18 20:32:59 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2026-01-18 20:32:59 +0100 |
| commit | 09a949092c59856962e4a7d132bc5a5e76fe5e55 (patch) | |
| tree | 990d6b8f24ff9c6dbc0fcb15b5512067d09b17fd /storefront/package.json | |
Initial commit: Medusa Backend + storefront + config
Diffstat (limited to 'storefront/package.json')
| -rw-r--r-- | storefront/package.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/storefront/package.json b/storefront/package.json new file mode 100644 index 0000000..fefa31c --- /dev/null +++ b/storefront/package.json @@ -0,0 +1,31 @@ +{
+ "name": "medusa-storefront",
+ "version": "1.0.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev -p 8000",
+ "build": "next build",
+ "start": "next start -p 8000",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "@medusajs/medusa": "^1.20.0",
+ "@medusajs/medusa-js": "^6.1.7",
+ "@tanstack/react-query": "4.22.0",
+ "medusa-react": "^9.0.15",
+ "next": "13.4.12",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "clsx": "^2.0.0",
+ "lucide-react": "^0.263.1"
+ },
+ "devDependencies": {
+ "autoprefixer": "^10.4.14",
+ "postcss": "^8.4.27",
+ "tailwindcss": "^3.3.3",
+ "typescript": "5.1.6",
+ "@types/react": "18.2.18",
+ "@types/node": "20.4.9"
+ }
+}
+
|
