website-2/package.json

31 lines
665 B
JSON
Raw Normal View History

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": {
"daisyui": "^1.25.4",
2022-07-14 15:55:44 +10:00
"next": "^12.2.2",
"next-themes": "^0.2.0",
2022-04-10 20:15:15 +10:00
"react": "18.0.0",
"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": "^0.2.4",
2022-04-10 20:15:15 +10:00
"postcss": "^8.4.12",
"tailwindcss": "^2.0.4",
2022-04-10 20:15:15 +10:00
"typescript": "4.6.3"
}
}