{ "name": "ari-shopping-headless-storefront", "version": "4.0.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit" }, "dependencies": { "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-progress": "^1.1.8", "@radix-ui/react-slot": "^1.2.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.544.0", "motion": "^12.23.24", "next": "^15.5.0", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwind-merge": "^3.3.1", "zustand": "^5.0.8" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.14", "@types/node": "^22.18.0", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0", "eslint": "^9.35.0", "eslint-config-next": "^15.5.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.14", "typescript": "^5.9.0" } }