mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
91 lines
3.3 KiB
JSON
91 lines
3.3 KiB
JSON
{
|
|
"name": "mobile-sdk-demo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"analyze:bundle:android": "yarn prebuild && node scripts/bundle-analyze-ci.cjs android",
|
|
"analyze:bundle:ios": "yarn prebuild && node scripts/bundle-analyze-ci.cjs ios",
|
|
"preandroid": "yarn prebuild",
|
|
"android": "react-native run-android --verbose",
|
|
"prebuild": "yarn workspace @selfxyz/mobile-sdk-alpha build",
|
|
"build": "yarn prebuild && tsc -p tsconfig.json --noEmit --pretty false",
|
|
"clean": "rm -rf ios/build android/app/build android/build && cd android && ./gradlew clean && cd ..",
|
|
"format": "yarn nice",
|
|
"ia": "yarn install-app",
|
|
"install-app": "yarn install && yarn prebuild && cd ios && pod install && cd ..",
|
|
"preios": "yarn prebuild",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"nice": "yarn lint:fix",
|
|
"reinstall": "yarn clean && yarn install && yarn prebuild && cd ios && pod install && cd ..",
|
|
"start": "react-native start",
|
|
"test": "vitest run",
|
|
"test:e2e:android": "bash scripts/e2e-android-ci.sh",
|
|
"test:watch": "vitest",
|
|
"types": "yarn prebuild && tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.28.3",
|
|
"@faker-js/faker": "^10.0.0",
|
|
"@noble/hashes": "^1.5.0",
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@selfxyz/common": "workspace:*",
|
|
"@selfxyz/mobile-sdk-alpha": "workspace:*",
|
|
"assert": "^2.1.0",
|
|
"buffer": "^6.0.3",
|
|
"constants-browserify": "^1.0.0",
|
|
"ethers": "^6.11.0",
|
|
"lottie-react": "^2.4.1",
|
|
"lottie-react-native": "7.2.2",
|
|
"react": "^18.3.1",
|
|
"react-native": "0.76.9",
|
|
"react-native-blur-effect": "1.1.3",
|
|
"react-native-get-random-values": "^1.11.0",
|
|
"react-native-haptic-feedback": "^2.3.3",
|
|
"react-native-keychain": "^10.0.0",
|
|
"react-native-localize": "^3.5.4",
|
|
"react-native-safe-area-context": "^5.6.1",
|
|
"react-native-svg": "15.12.1",
|
|
"react-native-vector-icons": "^10.3.0",
|
|
"react-native-webview": "13.16.0",
|
|
"stream-browserify": "^3.0.0",
|
|
"util": "^0.12.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.3",
|
|
"@react-native-community/cli": "^16.0.3",
|
|
"@react-native/gradle-plugin": "0.76.9",
|
|
"@react-native/metro-config": "0.76.9",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.1.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@tsconfig/react-native": "^3.0.6",
|
|
"@types/node": "^22.18.3",
|
|
"@types/react": "^18.3.4",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-native-vector-icons": "^6.4.18",
|
|
"@typescript-eslint/eslint-plugin": "^8.44.0",
|
|
"@typescript-eslint/parser": "^8.44.0",
|
|
"@vitest/ui": "^2.1.8",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"eslint-plugin-sort-exports": "^0.9.1",
|
|
"find-yarn-workspace-root": "^2.0.0",
|
|
"jsdom": "^25.0.1",
|
|
"metro-react-native-babel-preset": "0.76.9",
|
|
"prettier": "^3.6.2",
|
|
"react-dom": "^18.3.1",
|
|
"react-native-svg-transformer": "^1.5.1",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|