{ "name": "fin-mip-dashboard", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "^13.4.7", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.8.0" }, "devDependencies": { "autoprefixer": "^10.4.14", "eslint": "^8.38.0", "eslint-config-next": "^13.4.7", "postcss": "^8.4.24", "tailwindcss": "^3.3.2", "typescript": "^5.1.3", "@types/node": "^20.3.1", "@types/react": "^18.2.6", "@types/react-dom": "^18.2.4" } }