website-2/package.json
Nick Bland 26a2e0d891
Switch to DaisyUI
Headless felt too cumbersome to move to DaisyUI which is closer to bootstrap. Also clean up some files.
2022-07-25 13:28:29 +10:00

31 lines
665 B
JSON

{
"name": "website-2.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"daisyui": "^1.25.4",
"next": "^12.2.2",
"next-themes": "^0.2.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "^0.2.4",
"postcss": "^8.4.12",
"tailwindcss": "^2.0.4",
"typescript": "4.6.3"
}
}