nextjs-tailwindcss-headless.../package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2023-08-25 12:43:48 +08:00
{
"name": "next-tailwind-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-08-25 13:14:23 +08:00
"@headlessui/react": "^1.7.17",
2023-08-25 21:53:07 +08:00
"@heroicons/react": "^2.0.18",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
2023-09-14 12:38:00 +08:00
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
2023-09-15 11:16:38 +08:00
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-slot": "^1.0.2",
2023-08-25 12:43:48 +08:00
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
2023-08-25 21:53:07 +08:00
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
2023-08-25 12:43:48 +08:00
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"lucide-react": "^0.276.0",
2023-08-25 12:43:48 +08:00
"next": "13.4.19",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0",
2023-08-25 12:43:48 +08:00
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
2023-08-25 21:53:07 +08:00
"typescript": "5.2.2",
"usehooks-ts": "^2.9.1"
2023-09-14 09:21:45 +08:00
},
"devDependencies": {
"prettier": "^3.0.3"
2023-08-25 12:43:48 +08:00
}
}