2024-07-25 07:30:03 +00:00
|
|
|
{
|
|
|
|
"name": "web-wallet",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2024-07-30 12:18:53 +00:00
|
|
|
"@cerc-io/registry-sdk": "^0.2.5",
|
2024-07-25 07:30:03 +00:00
|
|
|
"@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-navigation/elements": "^1.3.30",
|
|
|
|
"@react-navigation/native": "^6.1.10",
|
|
|
|
"@react-navigation/native-stack": "^6.9.18",
|
2024-07-26 04:58:57 +00:00
|
|
|
"@react-navigation/stack": "^6.4.1",
|
2024-07-25 07:30:03 +00:00
|
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
|
|
"@testing-library/react": "^13.0.0",
|
2024-07-26 04:58:57 +00:00
|
|
|
"@walletconnect/web3wallet": "^1.13.0",
|
2024-07-25 07:30:03 +00:00
|
|
|
"assert": "^2.1.0",
|
|
|
|
"chain-registry": "^1.41.2",
|
|
|
|
"cosmjs-types": "^0.9.0",
|
|
|
|
"ethers": "5.7.2",
|
|
|
|
"https-browserify": "^1.0.0",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
"react-hook-form": "^7.51.2",
|
|
|
|
"react-native": "^0.74.3",
|
|
|
|
"react-native-get-random-values": "^1.10.0",
|
|
|
|
"react-native-paper": "^5.12.3",
|
|
|
|
"react-native-safe-area-context": "^4.10.8",
|
|
|
|
"react-native-screens": "^3.29.0",
|
|
|
|
"react-native-vector-icons": "^10.1.0",
|
|
|
|
"react-native-web": "^0.19.12",
|
|
|
|
"react-scripts": "5.0.1",
|
2024-07-26 04:58:57 +00:00
|
|
|
"stream-http": "^3.2.0",
|
2024-07-25 07:30:03 +00:00
|
|
|
"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",
|
2024-08-08 10:39:02 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
"prepare": "husky",
|
2024-07-25 07:30:03 +00:00
|
|
|
"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": {
|
2024-07-26 10:32:27 +00:00
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
2024-07-25 07:30:03 +00:00
|
|
|
"@types/lodash": "^4.17.7",
|
2024-07-26 04:58:57 +00:00
|
|
|
"@types/node": "^16.7.13",
|
|
|
|
"@types/react": "^18.0.0",
|
|
|
|
"@types/react-dom": "^18.0.0",
|
2024-08-08 10:39:02 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
|
|
"@typescript-eslint/parser": "^6.13.2",
|
2024-07-26 04:58:57 +00:00
|
|
|
"crypto-browserify": "^3.12.0",
|
2024-08-08 10:39:02 +00:00
|
|
|
"eslint": "^8.3.0",
|
|
|
|
"eslint-config-react-app": "^7.0.1",
|
|
|
|
"eslint-plugin-react": "^7.33.2",
|
|
|
|
"eslint-webpack-plugin": "^3.1.1",
|
|
|
|
"husky": "^9.0.11",
|
2024-07-26 04:58:57 +00:00
|
|
|
"react-app-rewired": "^2.2.1",
|
|
|
|
"stream-browserify": "^3.0.0"
|
2024-07-25 07:30:03 +00:00
|
|
|
}
|
|
|
|
}
|