serp-chat / package.json
matt HOFFNER
revamp
054d282
raw
history blame
562 Bytes
{
"name": "google-clone-nextjs13",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"html-react-parser": "^3.0.9",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}