{ "name": "@cherrystudio/catalog-web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "next": "16.0.6", "react": "19.2.0", "react-dom": "19.2.0", "swr": "^2.3.7", "zod": "^4.0.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.0.6", "tailwindcss": "^4", "typescript": "^5" } }