2022-04-10 20:15:15 +10:00
|
|
|
{
|
|
|
|
"name": "website-2.0",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-19 14:19:51 +10:00
|
|
|
"daisyui": "^1.25.4",
|
2022-07-14 15:55:44 +10:00
|
|
|
"next": "^12.2.2",
|
2022-07-19 14:19:51 +10:00
|
|
|
"next-themes": "^0.2.0",
|
2022-04-10 20:15:15 +10:00
|
|
|
"react": "18.0.0",
|
2022-05-14 16:47:40 +10:00
|
|
|
"react-dom": "18.0.0",
|
|
|
|
"react-icons": "^4.3.1"
|
2022-04-10 20:15:15 +10:00
|
|
|
},
|
|
|
|
"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": "12.1.4",
|
|
|
|
"postcss": "^8.4.12",
|
2022-04-13 13:44:23 +10:00
|
|
|
"tailwindcss": "^3.0.24",
|
2022-04-10 20:15:15 +10:00
|
|
|
"typescript": "4.6.3"
|
|
|
|
}
|
|
|
|
}
|