-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 936 Bytes
/
package.json
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
{
"name": "stark-pay",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@tanstack/react-query": "^5.28.0",
"axios": "^1.6.7",
"expo": "~50.0.11",
"expo-blur": "~12.9.2",
"expo-dev-client": "~3.3.9",
"expo-image": "^1.10.6",
"expo-local-authentication": "~13.8.0",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "^2.15.0",
"react-native-nfc-manager": "^3.14.13",
"react-native-safe-area-context": "4.8.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"babel-plugin-module-resolver": "^5.0.0",
"typescript": "^5.1.3"
},
"private": true
}