{ "name": "melhfa-ecommerce", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbo", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^3.3.2", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slider": "^1.1.2", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tabs": "^1.1.12", "@woocommerce/woocommerce-rest-api": "^1.0.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "embla-carousel-react": "^8.0.0", "lucide-react": "^0.451.0", "next": "^15.3.5", "next-themes": "^0.2.1", "react": "19.0.0-rc-fb9a90fa48-20240614", "react-dom": "19.0.0-rc-fb9a90fa48-20240614", "react-hook-form": "^7.47.0", "tailwind-merge": "^2.5.2", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20", "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc", "autoprefixer": "10.4.16", "postcss": "8.4.31", "tailwindcss": "3.3.6", "tailwindcss-animate": "1.0.7", "typescript": "^5" }, "overrides": { "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc" } }