代码拉取完成,页面将自动刷新
{
"name": "@defichain/wallet",
"private": true,
"license": "MIT",
"main": "index.js",
"workspaces": [
"./website"
],
"scripts": {
"prepare": "husky install",
"lint": "eslint . --fix",
"start": "expo start",
"start:android": "expo start --android",
"start:ios": "expo start --ios",
"start:web": "expo start --web",
"playground:start": "docker-compose rm -fsv && docker-compose up",
"test:ci": "jest --ci --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run --headless --browser chrome",
"react-devtools:open": "react-devtools"
},
"dependencies": {
"@defichain/jellyfish-address": "^2.10.5",
"@defichain/jellyfish-api-core": "^2.10.5",
"@defichain/jellyfish-network": "^2.10.5",
"@defichain/jellyfish-transaction": "^2.10.5",
"@defichain/jellyfish-transaction-builder": "^2.10.5",
"@defichain/jellyfish-wallet": "^2.10.5",
"@defichain/jellyfish-wallet-encrypted": "^2.10.5",
"@defichain/jellyfish-wallet-mnemonic": "^2.10.5",
"@defichain/playground-api-client": "^0.13.3",
"@defichain/whale-api-client": "^0.18.4",
"@defichain/whale-api-wallet": "^0.18.4",
"@expo-google-fonts/ibm-plex-sans": "^0.2.0",
"@expo/vector-icons": "^12.0.5",
"@gorhom/bottom-sheet": "^4.1.5",
"@react-native-async-storage/async-storage": "~1.15.14",
"@react-native-community/netinfo": "7.1.4",
"@react-native-community/slider": "^4.1.12",
"@react-native-masked-view/masked-view": "0.2.6",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@reduxjs/toolkit": "^1.7.1",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"defichain": "^2.10.5",
"expo": "43.0.4",
"expo-asset": "~8.4.3",
"expo-barcode-scanner": "~11.1.2",
"expo-cli": "^5.0.3",
"expo-clipboard": "~2.0.3",
"expo-constants": "~12.1.3",
"expo-crypto": "~10.0.3",
"expo-font": "~10.0.3",
"expo-linking": "~2.4.2",
"expo-local-authentication": "~12.0.1",
"expo-localization": "~11.0.0",
"expo-random": "~12.0.1",
"expo-secure-store": "~11.0.3",
"expo-splash-screen": "~0.13.5",
"expo-status-bar": "~1.1.0",
"expo-updates": "~0.10.15",
"expo-web-browser": "~10.0.3",
"i18n-js": "^3.8.0",
"install": "^0.13.0",
"lodash": "^4.17.21",
"react": "17.0.1",
"react-content-loader": "^6.1.0",
"react-devtools": "^4.22.1",
"react-dom": "17.0.1",
"react-hook-form": "^7.22.4",
"react-native": "0.64.3",
"react-native-boring-avatars": "^1.0.1",
"react-native-collapsible": "^1.6.0",
"react-native-confirmation-code-field": "^7.2.0",
"react-native-gesture-handler": "~1.10.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-progress": "^5.0.0",
"react-native-qrcode-svg": "^6.1.1",
"react-native-reanimated": "~2.2.4",
"react-native-redash": "^16.2.3",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-swiper-flatlist": "^3.0.16",
"react-native-web": "0.17.1",
"react-number-format": "^4.9.0",
"react-overlays": "^5.1.1",
"react-redux": "^7.2.6",
"semver": "^7.3.5",
"smart-buffer": "^4.2.0",
"stream-browserify": "^3.0.0",
"tailwind-rn": "^3.0.1",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@cypress/code-coverage": "^3.9.12",
"@expo/metro-config": "0.3.4",
"@expo/webpack-config": "^0.16.11",
"@testing-library/cypress": "^8.0.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/react-native": "^8.0.0",
"@types/i18n-js": "^3.8.2",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.177",
"@types/randomcolor": "^0.5.6",
"@types/react": "~17.0.34",
"@types/react-native": "~0.64.19",
"@types/react-native-loading-spinner-overlay": "^0.5.3",
"@types/react-redux": "^7.1.20",
"@types/react-test-renderer": "^17.0.1",
"@types/semver": "^7.3.9",
"babel-plugin-istanbul": "^6.1.1",
"cypress": "9.2.0",
"cypress-image-diff-js": "1.16.0",
"eas-cli": "^0.42.4",
"eslint": "7.32.0",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "^3.11.0",
"husky": "^7.0.4",
"jest-expo": "^43.0.1",
"lint-staged": "^12.1.3",
"randomcolor": "^0.6.2",
"react-test-renderer": "17.0.1",
"standard-version": "^9.3.2",
"standard-version-expo": "^1.0.3",
"typescript": "~4.3.5",
"wait-on": "^6.0.0",
"webpack-merge": "^5.8.0"
},
"lint-staged": {
"*.{ts,tsx,js}": [
"eslint --fix"
]
},
"standard-version": {
"skip": {
"changelog": true,
"tag": true
}
},
"nyc": {
"report-dir": "cypress-coverage",
"all": true,
"include": [
"mobile-app/app/**",
"shared/**"
],
"exclude": [
"**.test.ts",
"**.test.tsx",
"**.snap"
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。