-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 964 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
{
"main": "src/setup.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0",
"@tanstack/react-query": "^4.10.1",
"axios": "^0.27.2",
"d3-array": "^2.4.0",
"d3-scale": "^3.2.1",
"d3-shape": "^1.3.7",
"expo": "^46.0.0",
"expo-updates": "~0.14.5",
"lottie-react-native": "5.1.3",
"react": "18.0.0",
"react-native": "0.69.5",
"react-native-base-components": "git+ssh://[email protected]/jacklam718/react-native-base-components",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.1.1"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"babel-preset-expo": "~9.2.0",
"prettier": "^2.7.1"
},
"private": true
}