1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39{
"name": "material-ui-nextjs-ts",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "ANALYZE=1 next build",
"start": "next start",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && pnpm update --latest"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/css": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/material-nextjs": "next",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"stylis": "4.3.2",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.3",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/stylis": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"typescript": "latest"
},
"resolutions": {
"stylis": "4.3.2"
}
}