{ "name": "cebula-site", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "translations:extract": "lingui extract-template", "translations:compile": "lingui compile", "translations:sync": "lingui extract --overwrite && lingui compile", "translations:sync_and_purge": "lingui extract --overwrite --clean && lingui compile" }, "dependencies": { "@formatjs/intl-localematcher": "^0.5.10", "@lingui/core": "^5.1.2", "@lingui/macro": "^5.1.2", "@lingui/react": "^5.1.2", "@radix-ui/react-dialog": "^1.1.5", "@radix-ui/react-slot": "^1.1.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "geist": "^1.3.1", "lucide-react": "^0.474.0", "make-plural": "^7.4.0", "negotiator": "^1.0.0", "next": "15.1.6", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@eslint/eslintrc": "^3", "@lingui/loader": "^5.1.2", "@lingui/swc-plugin": "^5.0.2", "@lingui/vite-plugin": "^5.1.2", "@tailwindcss/postcss": "^4.0.0", "@types/negotiator": "^0.6.3", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.1.6", "postcss": "^8", "tailwindcss": "^4.0.0", "typescript": "^5" } }