discord-clone/package.json

31 lines
721 B
JSON
Raw Normal View History

2023-09-04 19:53:50 -07:00
{
"name": "discord-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
2023-09-05 23:47:24 -07:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
2023-09-04 19:53:50 -07:00
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
2023-09-05 23:47:24 -07:00
"lucide-react": "^0.274.0",
2023-09-04 19:53:50 -07:00
"next": "13.4.19",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
2023-09-05 23:47:24 -07:00
"tailwind-merge": "^1.14.0",
2023-09-04 19:53:50 -07:00
"tailwindcss": "3.3.3",
2023-09-05 23:47:24 -07:00
"tailwindcss-animate": "^1.0.7",
2023-09-04 19:53:50 -07:00
"typescript": "5.2.2"
}
}