Below is the full package.json file with all the project dependencies.
1{
2 "name": "acorn-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 "@emotion/cache": "11.14.0",
17 "@emotion/react": "11.14.0",
18 "@emotion/styled": "11.14.0",
19 "@mui/icons-material": "7.1.2",
20 "@mui/lab": "7.0.0-beta.14",
21 "@mui/material": "7.3.6",
22 "@mui/material-nextjs": "7.3.6",
23 "@mui/x-charts": "8.8.0",
24 "@mui/x-charts-pro": "8.8.0",
25 "@mui/x-data-grid": "8.8.0",
26 "@mui/x-data-grid-generator": "8.8.0",
27 "@mui/x-data-grid-premium": "8.8.0",
28 "@mui/x-data-grid-pro": "8.8.0",
29 "@mui/x-date-pickers": "8.8.0",
30 "@mui/x-date-pickers-pro": "8.8.0",
31 "@mui/x-tree-view": "8.8.0",
32 "@mui/x-tree-view-pro": "8.8.0",
33 "@react-spring/web": "10.0.1",
34 "@types/autosuggest-highlight": "3.2.3",
35 "@types/react-scroll-to-bottom": "4.2.5",
36 "@types/react-syntax-highlighter": "15.5.13",
37 "@vidstack/react": "1.12.13",
38 "autosuggest-highlight": "3.3.4",
39 "dayjs": "1.11.13",
40 "ds-markdown": "0.2.2",
41 "eslint-config-next": "16.1.0",
42 "formik": "2.4.6",
43 "material-ui-popup-state": "5.3.6",
44 "next": "16.1.6",
45 "next-intl": "4.6.1",
46 "notistack": "3.0.2",
47 "react": "19.2.3",
48 "react-dom": "19.2.3",
49 "react-draggable": "4.4.6",
50 "react-dropzone": "14.3.8",
51 "react-imask": "7.6.1",
52 "react-quill-new": "3.4.6",
53 "react-scroll-to-bottom": "4.2.0",
54 "react-syntax-highlighter": "15.6.1",
55 "react-to-print": "3.1.0",
56 "react-use": "17.6.0",
57 "swiper": "11.2.8",
58 "tailwind-merge": "3.3.1",
59 "tw-screens": "1.1.0",
60 "yet-another-react-lightbox": "3.23.3",
61 "yup": "1.6.1"
62 },
63 "devDependencies": {
64 "@eslint/js": "9.29.0",
65 "@next/eslint-plugin-next": "15.3.3",
66 "@tailwindcss/postcss": "4.1.18",
67 "@types/node": "22.15.32",
68 "@types/react": "19.2.3",
69 "@types/react-dom": "19.2.3",
70 "eslint": "9.29.0",
71 "eslint-config-prettier": "10.1.5",
72 "eslint-plugin-prettier": "5.5.0",
73 "eslint-plugin-react": "7.37.5",
74 "eslint-plugin-react-hooks": "5.2.0",
75 "eslint-plugin-simple-import-sort": "12.1.1",
76 "globals": "16.2.0",
77 "husky": "9.1.7",
78 "jiti": "2.4.2",
79 "lint-staged": "16.1.2",
80 "postcss": "8.5.6",
81 "prettier": "3.5.3",
82 "prettier-plugin-tailwindcss": "0.6.13",
83 "tailwindcss": "4.1.18",
84 "typescript": "5.8.3",
85 "typescript-eslint": "8.34.1"
86 }
87}