{
	"scripts": {
		"dev": "next",
		"build": "next build",
		"start": "NODE_ENV=production node server.js",
		"lint": "next lint",
		"test": "jest --watch"
	},
	"dependencies": {
		"@fontsource/fira-code": "^4.5.12",
		"@fontsource/inter": "^4.5.14",
		"@tabler/icons-react": "^3.12.0",
		"@uiw/react-markdown-preview": "^4.1.7",
		"@vercel/analytics": "^0.1.6",
		"babel-plugin-macros": "^3.1.0",
		"devicon": "^2.15.1",
		"framer-motion": "^8.5.0",
		"next": "^14.2.5",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-intersection-observer": "^9.4.1",
		"react-markdown": "^8.0.4",
		"react-type-animation": "^2.1.2",
		"sharp": "^0.33.5",
		"swr": "^2.0.0",
		"the-new-css-reset": "^1.8.2",
		"uuid": "^9.0.0"
	},
	"devDependencies": {
		"@testing-library/jest-dom": "^5.16.5",
		"@testing-library/react": "^13.4.0",
		"eslint": "8.31.0",
		"eslint-config-next": "^13.1.2",
		"jest": "^29.4.2",
		"jest-environment-jsdom": "^29.4.2",
		"sass": "^1.57.1"
	}
}
