{ | |
"name": "-", | |
"version": "0.1.0", | |
"private": true, | |
"scripts": { | |
"dev": "next dev", | |
"build": "next build", | |
"start": "next start", | |
"lint": "next lint" | |
}, | |
"dependencies": { | |
"@emotion/react": "^11.13.0", | |
"@emotion/styled": "^11.13.0", | |
"@mui/material": "^5.16.6", | |
"@radix-ui/react-avatar": "^1.1.0", | |
"@radix-ui/react-dialog": "^1.1.1", | |
"@radix-ui/react-slot": "^1.1.0", | |
"@radix-ui/react-tooltip": "^1.1.2", | |
"class-variance-authority": "^0.7.0", | |
"clsx": "^2.1.1", | |
"lucide-react": "^0.427.0", | |
"next": "14.2.5", | |
"react": "^18", | |
"react-activity-calendar": "^2.2.11", | |
"react-dom": "^18", | |
"tailwind-merge": "^2.4.0", | |
"tailwindcss-animate": "^1.0.7" | |
}, | |
"devDependencies": { | |
"typescript": "^5", | |
"@types/node": "^20", | |
"@types/react": "^18", | |
"@types/react-dom": "^18", | |
"postcss": "^8", | |
"tailwindcss": "^3.4.1" | |
} | |
} | |