const 기술스택 = {
	언어: 'typescript',
	프레임워크: 'next.js',
	라이브러리: ['react-query', 'chakra-ui', 'emotion', 'framer-motion'],
	포메터: ['eslint', 'lint-staged', 'prettier'],
	깃훅: 'husky',
	배포: 'vercel',
	패키지매니저: 'yarn',
}