| { | |
| "name": "churnml", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@radix-ui/react-alert-dialog": "^1.0.5", | |
| "@radix-ui/react-label": "^2.0.2", | |
| "@radix-ui/react-select": "^2.0.0", | |
| "@radix-ui/react-slot": "^1.0.2", | |
| "axios": "^1.6.7", | |
| "class-variance-authority": "^0.7.0", | |
| "clsx": "^2.1.0", | |
| "lucide-react": "^0.324.0", | |
| "next": "14.1.0", | |
| "react": "^18", | |
| "react-dom": "^18", | |
| "tailwind-merge": "^2.2.1", | |
| "tailwindcss-animate": "^1.0.7" | |
| }, | |
| "devDependencies": { | |
| "autoprefixer": "^10.0.1", | |
| "eslint": "^8", | |
| "eslint-config-next": "14.1.0", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.3.0" | |
| } | |
| } | |