forked from devcoderoad/nextjs-mui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "nextjs-mui-admin",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@next/font": "latest",
"gray-matter": "^4.0.3",
"markdown-to-jsx": "^7.1.7",
"next": "^13.4.3",
"prop-types": "latest",
"raw-loader": "^4.0.2",
"react": "latest",
"react-dom": "latest",
"recharts": "^2.1.16"
},
"devDependencies": {
"@types/node": "18.11.9",
"eslint": "latest",
"eslint-config-next": "latest"
}
}