dwldashboard/package.json

36 lines
836 B
JSON
Raw Permalink Normal View History

2023-12-12 08:35:49 +00:00
{
"name": "testapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 100.101.64.38",
2023-12-12 08:35:49 +00:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
2023-12-12 09:33:03 +00:00
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.3",
"@mui/material": "^5.15.3",
"@mui/x-data-grid": "^6.18.7",
"@prisma/client": "^5.7.1",
2023-12-12 09:33:03 +00:00
"axios": "^1.6.2",
"next": "^14.0.4",
2023-12-19 13:14:09 +00:00
"prisma": "^5.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.21.1",
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
}
}