buzzword-bingo/package.json

28 lines
552 B
JSON
Raw Normal View History

2023-11-02 13:51:09 +01:00
{
"name": "buzzword-bingo",
2024-02-18 10:34:35 +01:00
"version": "0.4.0",
2023-11-02 13:51:09 +01:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-11-03 00:32:09 +01:00
"next": "14.0.1",
2023-11-02 13:51:09 +01:00
"react": "^18",
2023-11-03 00:32:09 +01:00
"react-dom": "^18"
2023-11-02 13:51:09 +01:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
2023-11-03 00:32:09 +01:00
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
2023-11-03 03:41:08 +01:00
"clsx": "^2.0.0",
2023-11-16 02:45:55 +01:00
"daisyui": "^4.0.8",
2023-11-03 00:32:09 +01:00
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5"
2023-11-02 13:51:09 +01:00
}
}