jackmerrill.com/package.json
2023-05-21 19:55:42 -04:00

35 lines
891 B
JSON

{
"name": "jackmerrill.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@radix-ui/react-context-menu": "^2.1.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"lucide-react": "^0.220.0",
"next": "13.4.3",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.5",
"tailwindcss-hero-patterns": "^0.1.2",
"typescript": "5.0.4"
}
}