mui-demo-project/package.json

31 lines
671 B
JSON
Raw Normal View History

2024-08-06 15:28:04 +05:30
{
"name": "mui-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-08-06 20:03:35 +05:30
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material-nextjs": "^5.16.6",
"next": "14.2.5",
2024-08-06 15:28:04 +05:30
"react": "^18",
"react-dom": "^18",
2024-08-06 20:03:35 +05:30
"sass": "^1.77.8"
2024-08-06 15:28:04 +05:30
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
2024-08-06 20:03:35 +05:30
"eslint-config-next": "14.2.5",
"typescript": "^5"
2024-08-06 15:28:04 +05:30
}
}