forked from cerc-io/laconic-wallet-web
640155aa4a
* Basic setup for react native web * Comment unsupported react-native code * Add interface for keychain methods * Fix storeNetworkData method * Use mui dialog component * Modify key store file name * Fix add network and edit network screens * Fix sign message screen * Use light theme --------- Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
97 lines
2.8 KiB
JSON
97 lines
2.8 KiB
JSON
{
|
|
"name": "web-wallet",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@cerc-io/registry-sdk": "^0.2.2",
|
|
"@cosmjs/amino": "^0.32.3",
|
|
"@cosmjs/crypto": "^0.32.3",
|
|
"@cosmjs/proto-signing": "^0.32.3",
|
|
"@cosmjs/stargate": "^0.32.3",
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@ethersproject/shims": "^5.7.0",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@json-rpc-tools/utils": "^1.7.6",
|
|
"@mui/material": "^5.16.4",
|
|
"@react-native-async-storage/async-storage": "^1.22.3",
|
|
"@react-native-community/netinfo": "^11.3.1",
|
|
"@react-navigation/elements": "^1.3.30",
|
|
"@react-navigation/native": "^6.1.10",
|
|
"@react-navigation/native-stack": "^6.9.18",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^13.0.0",
|
|
"@testing-library/user-event": "^13.2.1",
|
|
"@types/jest": "^27.0.1",
|
|
"@types/node": "^16.7.13",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"assert": "^2.1.0",
|
|
"chain-registry": "^1.41.2",
|
|
"cosmjs-types": "^0.9.0",
|
|
"ethers": "5.7.2",
|
|
"http-browserify": "^1.7.0",
|
|
"https-browserify": "^1.0.0",
|
|
"lodash": "^4.17.21",
|
|
"patch-package": "^8.0.0",
|
|
"react": "^18.3.1",
|
|
"react-art": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.51.2",
|
|
"react-native": "^0.74.3",
|
|
"react-native-config": "^1.5.1",
|
|
"react-native-get-random-values": "^1.10.0",
|
|
"react-native-paper": "^5.12.3",
|
|
"react-native-quick-base64": "^2.0.8",
|
|
"react-native-quick-crypto": "^0.6.1",
|
|
"react-native-safe-area-context": "^4.10.8",
|
|
"react-native-screens": "^3.29.0",
|
|
"react-native-svg": "^15.1.0",
|
|
"react-native-url-polyfill": "^2.0.0",
|
|
"react-native-vector-icons": "^10.1.0",
|
|
"react-native-web": "^0.19.12",
|
|
"react-scripts": "5.0.1",
|
|
"text-encoding-polyfill": "^0.6.7",
|
|
"typescript": "^4.4.2",
|
|
"use-debounce": "^10.0.0",
|
|
"web-vitals": "^2.1.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
"@babel/preset-env": "^7.24.8",
|
|
"@babel/preset-flow": "^7.24.7",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@babel/preset-typescript": "^7.24.7",
|
|
"@types/lodash": "^4.17.7",
|
|
"babel-loader": "^9.1.3",
|
|
"core-js": "^3.37.1",
|
|
"react-app-rewired": "^2.2.1"
|
|
}
|
|
}
|