website/package.json

33 lines
827 B
JSON
Raw Normal View History

{
2024-11-23 14:43:06 +03:30
"name": "parch-website",
"version": "0.1.0",
"private": true,
"scripts": {
2024-11-23 14:43:06 +03:30
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-11-23 14:43:06 +03:30
"@icons-pack/react-simple-icons": "^10.1.0",
2024-12-03 15:31:37 +03:30
"@radix-ui/react-dialog": "^1.1.2",
2024-11-23 14:43:06 +03:30
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "^0.5.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.456.0",
"next": "15.0.3",
"next-themes": "^0.4.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
2024-12-03 15:31:37 +03:30
"react-markdown": "^9.0.1",
2024-11-23 14:43:06 +03:30
"rosetta": "^1.1.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
2024-11-23 14:43:06 +03:30
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}