{ "name": "my-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@mui/base": "^5.0.0-alpha.103", "@next/font": "^13.0.1", "clsx": "^1.2.1", "moment": "^2.29.4", "next": "13.0.0", "next-pwa": "^5.6.0", "qs": "^6.11.0", "react": "18.2.0", "react-dom": "18.2.0", "swr": "^1.3.0" }, "devDependencies": { "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", "@tailwindcss/typography": "^0.5.7", "@types/gtag.js": "^0.0.12", "@types/node": "18.11.3", "@types/qs": "^6.9.7", "@types/react": "18.0.21", "@types/react-dom": "18.0.6", "autoprefixer": "^10.4.12", "eslint": "8.25.0", "eslint-config-next": "13.0.0", "postcss": "^8.4.18", "sass": "^1.55.0", "tailwindcss": "^3.2.0", "typescript": "4.8.4" } }