{ "name": "kakawa", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint --fix" }, "dependencies": { "@medusajs/types": "^2.1.2", "@mikro-orm/core": "^6.4.1", "@mikro-orm/postgresql": "^6.3.13", "@next/third-parties": "15.1.1", "@radix-ui/react-checkbox": "^1.1.2", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-radio-group": "^1.2.1", "@radix-ui/react-select": "^2.1.2", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slider": "^1.2.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tabs": "^1.1.1", "@tanstack/react-query": "^5.59.16", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.468.0", "next": "15.1.1", "react": "19.0.0", "react-dom": "19.0.0", "react-icons": "^5.3.0", "sharp": "^0.33.5", "swiper": "^11.1.14", "swr": "^2.2.5", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@next/eslint-plugin-next": "15.1.1", "@types/node": "^22.10.2", "@types/react": "19.0.2", "@types/react-dom": "19.0.2", "@typescript-eslint/eslint-plugin": "^8.8.1", "@typescript-eslint/parser": "^8.8.1", "eslint": "^9.13.0", "eslint-config-next": "15.1.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-next": "^0.0.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "postcss": "^8", "prettier": "^3.3.3", "tailwindcss": "^3.4.1", "typescript": "^5", "typescript-eslint": "^8.11.0" }, "overrides": { "@types/react": "19.0.2", "@types/react-dom": "19.0.2" } }