2023-02-13 12:41:30 +00:00
|
|
|
{
|
2023-03-10 09:00:43 +00:00
|
|
|
"name": "metamigo-frontend",
|
2023-02-13 12:41:30 +00:00
|
|
|
"version": "0.2.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2023-05-24 20:27:57 +00:00
|
|
|
"@apollo/client": "^3.7.14",
|
2023-03-14 17:40:24 +00:00
|
|
|
"@digiresilience/metamigo-config": "*",
|
2023-05-24 20:27:57 +00:00
|
|
|
"@hapi/boom": "^10.0.1",
|
|
|
|
|
"@hapi/wreck": "^18.0.1",
|
2023-03-10 10:19:08 +00:00
|
|
|
"@mui/icons-material": "^5",
|
|
|
|
|
"@mui/material": "^5",
|
2023-05-25 14:36:08 +00:00
|
|
|
"@mui/styles": "^5",
|
2023-05-24 20:27:57 +00:00
|
|
|
"@twilio/voice-sdk": "^2.5.0",
|
2023-02-13 12:41:30 +00:00
|
|
|
"http-proxy-middleware": "^2.0.6",
|
|
|
|
|
"jsonwebtoken": "^9.0.0",
|
|
|
|
|
"jwks-rsa": "^3.0.1",
|
2023-05-24 20:27:57 +00:00
|
|
|
"next": "13.4.3",
|
|
|
|
|
"next-auth": "4.22.1",
|
2023-05-25 12:37:14 +00:00
|
|
|
"ra-data-graphql": "^4.11.0",
|
|
|
|
|
"ra-i18n-polyglot": "^4.11.0",
|
|
|
|
|
"ra-input-rich-text": "^4.11.0",
|
|
|
|
|
"ra-language-english": "^4.11.0",
|
2023-05-25 09:08:39 +00:00
|
|
|
"ra-postgraphile": "^6.1.1",
|
2023-05-25 06:30:36 +00:00
|
|
|
"react": "18.2.0",
|
2023-05-25 12:37:14 +00:00
|
|
|
"react-admin": "^4.11.0",
|
2023-02-13 12:41:30 +00:00
|
|
|
"react-digit-input": "^2.1.0",
|
2023-05-25 06:30:36 +00:00
|
|
|
"react-dom": "18.2.0",
|
2023-02-13 12:41:30 +00:00
|
|
|
"react-qr-code": "^2.0.11",
|
2023-03-14 17:40:24 +00:00
|
|
|
"react-redux": "^8.0.5",
|
2023-05-24 20:27:57 +00:00
|
|
|
"react-timer-hook": "^3.0.6",
|
|
|
|
|
"swr": "^2.1.5",
|
2023-03-14 17:40:24 +00:00
|
|
|
"twilio-client": "^1.15.0"
|
2023-02-13 12:41:30 +00:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2023-05-25 13:02:29 +00:00
|
|
|
"dev": "next dev -p 2999",
|
2023-02-13 12:41:30 +00:00
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"test": "echo no tests",
|
2023-03-13 16:46:59 +00:00
|
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.graphql && next lint && prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write",
|
|
|
|
|
"fix:lint": "eslint --ext .js,.jsx,.ts,.tsx,.graphql --fix",
|
|
|
|
|
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --list-different"
|
2023-02-13 12:41:30 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-05-26 10:14:13 +00:00
|
|
|
"@next/eslint-plugin-next": "^13.4.4",
|
2023-02-13 12:41:30 +00:00
|
|
|
"@types/hapi__wreck": "17.0.1",
|
2023-05-25 06:30:36 +00:00
|
|
|
"@types/react": "18.2.7",
|
2023-02-13 12:41:30 +00:00
|
|
|
"@types/react-mic": "12.4.3",
|
2023-03-14 17:40:24 +00:00
|
|
|
"babel-preset-link": "*",
|
2023-03-13 16:46:59 +00:00
|
|
|
"eslint-config-link": "*",
|
|
|
|
|
"jest-config-link": "*",
|
2023-03-14 17:40:24 +00:00
|
|
|
"tsconfig-link": "*",
|
2023-05-25 06:30:36 +00:00
|
|
|
"typescript": "5.0.4"
|
2023-02-13 12:41:30 +00:00
|
|
|
}
|
|
|
|
|
}
|