Dashboards
Applications
UI Elements
Pages
External Link
Menu Levels
Docs
Settings

Go premium to get all the cool features!

View Plans
AboutDocsPurchase
  • Welcome
  • Introduction
  • FAQ
  • Changelog
  • Getting Started
  • Installation
  • File Structure
  • Routing and Menu
  • Multi Language
  • Theme
  • Settings
  • Theme Provider
  • Styling

Introduction

  1. Home
  2. /
  3. Docs
  4. /
  5. Welcome
  6. /
  7. Introduction

Gogo-Next React MUI Tailwind Admin Template

Components, plugins, blocks, and layouts built with MUI, styled with Tailwind, and routed with Nextjs in a beautiful harmony.


  • Author

    ColoredStrategies


  • Version

    7.6.0


  • React Version

    19.2.3


  • MUI Version

    7.3.6


  • MUI X Version

    8.8.0


  • Tailwind Version

    4.1.10


  • Next Version

    16.1.0



View HomeFigma
Package Versions

Below is the full package.json file with all the project dependencies.

1{
2  "name": "gogo-next-mui-admin",
3  "version": "7.6.0",
4  "private": true,
5  "scripts": {
6    "dev": "next dev --turbopack",
7    "build": "next build",
8    "start": "next start",
9    "lint": "next lint",
10    "lint:fix": "next lint --fix",
11    "prettier": "prettier --write './src/**/*.{js,jsx,json,ts,tsx,scss,css,md}'",
12    "prepare": "husky",
13    "pre-commit": "lint-staged"
14  },
15  "dependencies": {
16    "@cloudflare/workers-types": "4.20250620.0",
17    "@emotion/cache": "11.14.0",
18    "@emotion/react": "11.14.0",
19    "@emotion/styled": "11.14.0",
20    "@mui/icons-material": "7.1.2",
21    "@mui/lab": "7.0.0-beta.14",
22    "@mui/material": "7.3.6",
23    "@mui/material-nextjs": "7.3.6",
24    "@mui/x-charts": "8.8.0",
25    "@mui/x-charts-pro": "8.8.0",
26    "@mui/x-data-grid": "8.8.0",
27    "@mui/x-data-grid-generator": "8.8.0",
28    "@mui/x-data-grid-premium": "8.8.0",
29    "@mui/x-data-grid-pro": "8.8.0",
30    "@mui/x-date-pickers": "8.8.0",
31    "@mui/x-date-pickers-pro": "8.8.0",
32    "@mui/x-tree-view": "8.8.0",
33    "@mui/x-tree-view-pro": "8.8.0",
34    "@react-spring/web": "10.0.1",
35    "@types/autosuggest-highlight": "3.2.3",
36    "@types/react-scroll-to-bottom": "4.2.5",
37    "@types/react-syntax-highlighter": "15.5.13",
38    "@vidstack/react": "1.12.13",
39    "autosuggest-highlight": "3.3.4",
40    "dayjs": "1.11.13",
41    "ds-markdown": "0.2.2",
42    "eslint-config-next": "16.1.0",
43    "formik": "2.4.6",
44    "material-ui-popup-state": "5.3.6",
45    "next": "16.1.6",
46    "next-intl": "4.6.1",
47    "notistack": "3.0.2",
48    "react": "19.2.3",
49    "react-dom": "19.2.3",
50    "react-draggable": "4.4.6",
51    "react-dropzone": "14.3.8",
52    "react-imask": "7.6.1",
53    "react-quill-new": "3.4.6",
54    "react-scroll-to-bottom": "4.2.0",
55    "react-syntax-highlighter": "15.6.1",
56    "react-to-print": "3.1.0",
57    "react-use": "17.6.0",
58    "swiper": "11.2.8",
59    "tailwind-merge": "3.3.1",
60    "tw-screens": "1.1.0",
61    "yet-another-react-lightbox": "3.23.3",
62    "yup": "1.6.1"
63  },
64  "devDependencies": {
65    "@eslint/js": "9.29.0",
66    "@next/eslint-plugin-next": "15.3.3",
67    "@tailwindcss/postcss": "4.1.18",
68    "@types/node": "22.15.32",
69    "@types/react": "19.2.3",
70    "@types/react-dom": "19.2.3",
71    "eslint": "9.29.0",
72    "eslint-config-prettier": "10.1.5",
73    "eslint-plugin-prettier": "5.5.0",
74    "eslint-plugin-react": "7.37.5",
75    "eslint-plugin-react-hooks": "5.2.0",
76    "eslint-plugin-simple-import-sort": "12.1.1",
77    "globals": "16.2.0",
78    "husky": "9.1.7",
79    "jiti": "2.4.2",
80    "lint-staged": "16.1.2",
81    "postcss": "8.5.6",
82    "prettier": "3.5.3",
83    "prettier-plugin-tailwindcss": "0.6.13",
84    "tailwindcss": "4.1.18",
85    "typescript": "5.8.3",
86    "typescript-eslint": "8.34.1"
87  }
88}