dwldashboard/package.json

31 lines
656 B
JSON
Raw Normal View History

2023-12-12 08:35:49 +00:00
{
"name": "testapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-12-12 09:33:03 +00:00
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.20",
"axios": "^1.6.2",
"next": "14.0.4",
2023-12-12 08:35:49 +00:00
"react": "^18",
"react-dom": "^18",
2023-12-12 09:33:03 +00:00
"zustand": "^4.4.7"
2023-12-12 08:35:49 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
2023-12-12 09:33:03 +00:00
"eslint-config-next": "14.0.4",
"typescript": "^5"
2023-12-12 08:35:49 +00:00
}
}