mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-21 23:47:56 +00:00
1295c36241
- Fixed TypeScript type assertion issues - Updated imports from api-augment/substrate to api-augment/bizinikiwi - Fixed imgConvert.mjs header and imports - Added @ts-expect-error for runtime-converted types - Fixed all @polkadot copyright headers to @pezkuwi
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@pezkuwi/api": "^16.5.2",
|
|
"@pezkuwi/keyring": "^14.0.5",
|
|
"@pezkuwi/util": "^14.0.5",
|
|
"@pezkuwi/util-crypto": "^14.0.5",
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@react-navigation/bottom-tabs": "^7.8.5",
|
|
"@react-navigation/native": "^7.1.20",
|
|
"@react-navigation/stack": "^7.6.4",
|
|
"expo": "~54.0.23",
|
|
"expo-linear-gradient": "^15.0.7",
|
|
"expo-local-authentication": "^17.0.7",
|
|
"expo-secure-store": "^15.0.7",
|
|
"expo-status-bar": "~3.0.8",
|
|
"i18next": "^25.6.2",
|
|
"react": "19.1.0",
|
|
"react-i18next": "^16.3.3",
|
|
"react-native": "0.81.5",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-screens": "^4.18.0",
|
|
"react-native-url-polyfill": "^3.0.0",
|
|
"react-native-vector-icons": "^10.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime": "^7.28.4",
|
|
"@testing-library/jest-native": "^5.4.3",
|
|
"@testing-library/react-native": "^13.3.3",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "~19.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
"@typescript-eslint/parser": "^8.47.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-native": "^5.0.0",
|
|
"globals": "^16.5.0",
|
|
"jest": "^29.7.0",
|
|
"jest-expo": "^54.0.13",
|
|
"typescript": "~5.9.2",
|
|
"typescript-eslint": "^8.47.0"
|
|
},
|
|
"private": true
|
|
}
|