link-stack/apps/metamigo-frontend/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2024-03-04 13:52:20 +01:00
{
"name": "metamigo-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
2024-03-16 19:39:20 +01:00
"build": "next build",
2024-03-04 13:52:20 +01:00
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5",
2024-03-16 12:51:56 +01:00
"@mui/lab": "^5.0.0-alpha.168",
2024-03-04 13:52:20 +01:00
"@mui/material": "^5",
2024-03-06 11:22:36 +01:00
"@mui/x-data-grid-pro": "^6.19.6",
2024-03-16 12:51:56 +01:00
"@mui/x-date-pickers-pro": "^6.19.7",
"date-fns": "^3.5.0",
2024-03-16 19:39:20 +01:00
"kysely": "^0.27.3",
2024-03-04 13:52:20 +01:00
"leafcutter-common": "*",
"material-ui-popup-state": "^5.0.10",
"mui-chips-input": "^2.1.4",
2024-03-16 12:51:56 +01:00
"next": "14.1.3",
"next-auth": "^4.24.7",
2024-03-04 13:52:20 +01:00
"react": "18.2.0",
"react-cookie": "^7.1.0",
"react-digit-input": "^2.1.0",
"react-dom": "18.2.0",
"react-polyglot": "^0.7.2",
"react-qr-code": "^2.0.12",
"react-timer-hook": "^3.0.7",
"tss-react": "^4.9.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
2024-03-16 19:39:20 +01:00
"eslint-config-next": "14.1.3",
"typescript": "^5"
2024-03-04 13:52:20 +01:00
}
}