AppKit version compatibility issues #5585
Unanswered
xus66666
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My dapp is supported in the new browser, but there will be problems in some other brands of mobile phones, is it supported?
This is my package.
{
"name": "awesome-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"prod": "next build && next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write ."
},
"dependencies": {
"@mantine/core": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@rainbow-me/rainbowkit": "^2.2.1",
"@reown/appkit": "^1.6.3",
"@reown/appkit-adapter-wagmi": "^1.6.3",
"@tanstack/react-query": "^5.62.8",
"browserslist": "^4.24.4",
"clsx": "^2.1.1",
"core-js": "^3.40.0",
"dom-to-image": "^2.6.0",
"echarts": "^5.6.0",
"ethers": "^6.13.4",
"i18next": "^24.2.0",
"next": "^15.1.2",
"next-i18next": "^15.4.1",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.4.0",
"recoil": "^0.7.7",
"regenerator-runtime": "^0.14.1",
"tailwind-preset-mantine": "^1.2.1",
"viem": "^2.21.55",
"wagmi": "^2.14.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/dom-to-image": "^2.6.7",
"@types/node": "^22.7.9",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-i18next": "^7.8.3",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}
Beta Was this translation helpful? Give feedback.
All reactions