forked from ZyntariHQ/Invoisio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "mobile",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint . --ext js,jsx,ts,tsx",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"test": "jest"
},
"dependencies": {
"@expo-google-fonts/space-grotesk": "^0.4.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "11.5.2",
"@reown/appkit-react-native": "^2.0.2",
"@stellar/stellar-sdk": "^14.6.0",
"@tanstack/react-query": "^5.62.7",
"axios": "^1.18.1",
"expo": "~55.0.4",
"expo-camera": "~16.1.6",
"expo-device": "~55.0.17",
"expo-font": "~55.0.4",
"expo-linear-gradient": "~55.0.8",
"expo-notifications": "~55.0.23",
"expo-router": "~55.0.3",
"expo-secure-store": "^55.0.8",
"expo-status-bar": "~55.0.4",
"nativewind": "^4.1.23",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-reanimated": "^4.2.2",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-web": "^0.20.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/jest": "^29.5.14",
"@types/react": "~19.2.2",
"babel-preset-expo": "^55.0.10",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.11.0",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"react-native-dotenv": "^3.4.11",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.4.12",
"typescript": "~5.9.2",
"typescript-eslint": "^8.21.0"
},
"private": true
}