init gitbiome

This commit is contained in:
2024-07-12 10:27:28 +02:00
commit f070ffe97d
41 changed files with 4328 additions and 0 deletions
+50
View File
@@ -0,0 +1,50 @@
{
"name": "gitbiome",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.2",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@upstash/redis": "^1.31.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"eslint-plugin-react": "^7.34.1",
"jose": "^5.3.0",
"lucide-react": "^0.378.0",
"next-themes": "^0.3.0",
"postcss": "^8",
"react-icons": "^5.1.0",
"rehype-pretty-code": "^0.13.2",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5",
"unified": "^11.0.4"
}
}