{
"name": "showmycode",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit",
"prepare": "git config core.hooksPath .githooks"
},
"dependencies": {
"@radix-ui/react-select": "^2.3.1",
"clsx": "^2.1.1",
"lucide-react": "^1.21.0",
"next": "16.2.9",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"shiki": "^4.2.0",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^26.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"prettier": "^3.8.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4",
"typescript": "^6"
}
}