|
1 | 1 | { |
2 | | - "name": "W3sSampleWallet", |
3 | | - "version": "1.0.1", |
4 | | - "private": true, |
| 2 | + "name": "w3ssamplewallet", |
| 3 | + "main": "expo-router/entry", |
| 4 | + "version": "1.0.0", |
5 | 5 | "scripts": { |
6 | | - "android": "react-native run-android", |
7 | | - "ios": "react-native run-ios", |
8 | | - "lint": "eslint .", |
9 | | - "start": "react-native start", |
10 | | - "test": "jest", |
11 | | - "build:android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/", |
12 | | - "build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest ios" |
| 6 | + "start": "expo start", |
| 7 | + "android": "expo run:android", |
| 8 | + "ios": "expo run:ios", |
| 9 | + "lint": "npx --yes eslint .", |
| 10 | + "lint:fix": "npx --yes eslint . --fix", |
| 11 | + "format": "npx --yes prettier --write ." |
13 | 12 | }, |
14 | 13 | "dependencies": { |
15 | | - "@circle-fin/w3s-pw-react-native-sdk": "^1.1.0", |
16 | | - "@react-native-clipboard/clipboard": "^1.14.1", |
17 | | - "@react-navigation/native": "^6.1.9", |
18 | | - "@react-navigation/native-stack": "^6.9.17", |
19 | | - "@reduxjs/toolkit": "^2.2.6", |
20 | | - "@types/react-redux": "^7.1.33", |
21 | | - "i18next": "^23.7.12", |
22 | | - "react": "18.3.1", |
23 | | - "react-i18next": "^14.0.0", |
24 | | - "react-native": "0.75.5", |
25 | | - "react-native-collapsible-tab-view": "^8.0.0", |
26 | | - "react-native-pager-view": "^6.3.3", |
27 | | - "react-native-reanimated": "3.16.7", |
28 | | - "react-native-safe-area-context": "^4.7.4", |
29 | | - "react-native-screens": "^3.27.0", |
30 | | - "react-native-tab-view": "^3.5.2", |
31 | | - "react-redux": "^9.1.2" |
| 14 | + "@circlefin/w3s-pw-react-native-sdk": "2.0.0-269", |
| 15 | + "@expo/vector-icons": "^15.0.2", |
| 16 | + "@react-navigation/bottom-tabs": "^7.2.1", |
| 17 | + "@react-navigation/elements": "^2.8.1", |
| 18 | + "@react-navigation/native": "^7.1.19", |
| 19 | + "@reduxjs/toolkit": "^2.9.0", |
| 20 | + "expo": "~54.0.12", |
| 21 | + "expo-clipboard": "~8.0.7", |
| 22 | + "expo-constants": "~18.0.9", |
| 23 | + "expo-dev-client": "~6.0.13", |
| 24 | + "expo-font": "~14.0.8", |
| 25 | + "expo-haptics": "~15.0.7", |
| 26 | + "expo-image": "~3.0.9", |
| 27 | + "expo-linking": "~8.0.8", |
| 28 | + "expo-router": "~6.0.10", |
| 29 | + "expo-splash-screen": "~31.0.10", |
| 30 | + "expo-status-bar": "~3.0.8", |
| 31 | + "expo-symbols": "^1.0.7", |
| 32 | + "expo-system-ui": "~6.0.7", |
| 33 | + "expo-web-browser": "~15.0.8", |
| 34 | + "i18next": "^25.5.3", |
| 35 | + "react": "19.1.0", |
| 36 | + "react-i18next": "^16.0.0", |
| 37 | + "react-native": "0.81.4", |
| 38 | + "react-native-collapsible-tab-view": "^8.0.1", |
| 39 | + "react-native-gesture-handler": "~2.28.0", |
| 40 | + "react-native-reanimated": "~4.1.1", |
| 41 | + "react-native-safe-area-context": "~5.6.0", |
| 42 | + "react-native-screens": "~4.16.0", |
| 43 | + "react-redux": "^9.2.0" |
32 | 44 | }, |
33 | 45 | "devDependencies": { |
34 | | - "@babel/core": "^7.20.0", |
35 | | - "@babel/preset-env": "^7.20.0", |
36 | | - "@babel/runtime": "^7.20.0", |
37 | | - "@react-native/babel-preset": "0.75.5", |
38 | | - "@react-native/eslint-config": "0.75.5", |
39 | | - "@react-native/metro-config": "0.75.5", |
40 | | - "@react-native/typescript-config": "0.75.5", |
41 | | - "@types/react": "^18.2.6", |
42 | | - "@types/react-test-renderer": "^18.0.0", |
43 | | - "@typescript-eslint/eslint-plugin": "5.62.0", |
44 | | - "@typescript-eslint/parser": "5.62.0", |
45 | | - "babel-jest": "^29.6.3", |
46 | | - "eslint": "8.56.0", |
47 | | - "eslint-plugin-react": "7.33.2", |
48 | | - "jest": "^29.6.3", |
49 | | - "prettier": "2.8.8", |
50 | | - "react-test-renderer": "18.3.1", |
51 | | - "typescript": "5.0.4" |
| 46 | + "@expo/config-plugins": "^54.0.2", |
| 47 | + "@types/react": "~19.1.0", |
| 48 | + "dotenv": "^17.2.3", |
| 49 | + "eslint": "^9.25.0", |
| 50 | + "eslint-config-expo": "~10.0.0", |
| 51 | + "patch-package": "^8.0.1", |
| 52 | + "prettier": "^3.2.5", |
| 53 | + "typescript": "~5.9.2" |
52 | 54 | }, |
53 | | - "engines": { |
54 | | - "node": ">=18" |
55 | | - } |
| 55 | + "private": true |
56 | 56 | } |
0 commit comments