28 lines
582 B
JSON
28 lines
582 B
JSON
{
|
|
"name": "social-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"daisyui": "^2.19.0",
|
|
"next": "12.1.6",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0",
|
|
"react-router-dom": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.40",
|
|
"@types/react": "^18.0.11",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "8.17.0",
|
|
"eslint-config-next": "12.1.6",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|