38 lines
933 B
JSON
38 lines
933 B
JSON
{
|
|
"name": "f1manager-calc",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@mui/icons-material": "^5.11.16",
|
|
"@mui/material": "^5.12.1",
|
|
"@mui/x-data-grid": "^6.2.1",
|
|
"@next-auth/mongodb-adapter": "^1.1.3",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@sentry/nextjs": "^7.49.0",
|
|
"axios": "^1.3.6",
|
|
"mongodb": "^5.3.0",
|
|
"next": "^13.3.0",
|
|
"next-auth": "^4.22.1",
|
|
"notistack": "^3.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-ga4": "^2.1.0",
|
|
"react-redux": "^8.0.5",
|
|
"redux-persist": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
"eslint": "8.22.0",
|
|
"eslint-config-next": "12.2.5",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|