-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 KB
/
package.json
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
40
41
{
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@formatjs/intl-localematcher": "^0.5.10",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/material-nextjs": "latest",
"@mui/x-tree-view": "^7.23.2",
"cookies-next": "^5.0.2",
"fast-xml-parser": "^4.5.1",
"lru-cache": "^11.0.2",
"negotiator": "^1.0.0",
"next": "^15.0.0",
"next-intl": "^3.26.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@types/negotiator": "^0.6.3",
"@types/node": "latest",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "latest",
"eslint-config-next": "^15.0.0",
"typescript": "latest"
},
"name": "material-ui-nextjs-ts",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && pnpm update --latest",
"start": "next start"
},
"version": "5.0.0"
}