* We have to stay on react 17 (and therefore next 12) because we require @mui/styles which does not support react 18 * Furthermore react-mic does not support a version of react after 16 So I disabled the mic feature for now since it is not in use. In the future we will probably have to fork or implement our own mic library.
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "metamigo-frontend",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/client": "^3.7.4",
|
|
"@hapi/boom": "^10.0.0",
|
|
"@hapi/wreck": "^18.0.0",
|
|
"@mui/icons-material": "^5",
|
|
"@mui/material": "^5",
|
|
"@mui/styles": "^5",
|
|
"@twilio/voice-sdk": "^2.2.0",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"jwks-rsa": "^3.0.1",
|
|
"material-ui-audio-player": "^1.7.1",
|
|
"next": "12.3.4",
|
|
"next-auth": "4.18.8",
|
|
"ra-data-graphql": "^4.6.0",
|
|
"ra-i18n-polyglot": "^4.7.0",
|
|
"ra-input-rich-text": "^4.7.1",
|
|
"ra-language-english": "^4.7.0",
|
|
"ra-postgraphile": "^6.1.0",
|
|
"react": "^17",
|
|
"react-admin": "^4.7.1",
|
|
"react-digit-input": "^2.1.0",
|
|
"react-dom": "^17",
|
|
"react-qr-code": "^2.0.11",
|
|
"react-timer-hook": "^3.0.5",
|
|
"swr": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev -p 2999",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"fix:lint": "eslint --ext .js,.jsx,.ts,.tsx,.graphql --fix",
|
|
"fix:prettier": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write",
|
|
"test": "echo no tests",
|
|
"lint": "next lint",
|
|
"lint:lint": "eslint --ext .js,.jsx,.ts,.tsx,.graphql",
|
|
"lint:prettier": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --list-different"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^13.1.2",
|
|
"@types/hapi__wreck": "17.0.1",
|
|
"@types/react": "^17",
|
|
"@types/react-mic": "12.4.3",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|