{ "name": "nexcurrency", "version": "1.3.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "sync:crypto-icons": "mkdir -p public/icons/crypto && cp node_modules/cryptocurrency-icons/32/color/*.png public/icons/crypto/" }, "dependencies": { "@radix-ui/react-popover": "^1.1.2", "@radix-ui/react-slot": "^1.1.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.4", "cryptocurrency-icons": "^0.18.1", "currency-flags": "github:vivekimsit/currency-flags", "framer-motion": "^12.36.0", "lenis": "^1.3.18", "lucide-react": "^0.475.0", "next": "^14.2.24", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^2.5.5", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", "eslint": "^8.57.1", "eslint-config-next": "^14.2.24", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "tailwindcss-animate": "^1.0.7", "typescript": "^5.7.2" } }