-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.66 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "elixir",
"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": {
"@react-navigation/native": "^6.1.1",
"@react-navigation/native-stack": "^6.9.7",
"@react-spring/web": "^9.6.1",
"email-validator": "^2.0.4",
"expo": "~47.0.8",
"expo-app-loading": "~2.1.1",
"expo-cli": "^6.0.8",
"expo-font": "~11.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"firebase": "^9.15.0",
"moment": "^2.29.4",
"react": "18.1.0",
"react-animated-number": "^0.4.4",
"react-dom": "^18.2.0",
"react-native": "0.70.5",
"react-native-animated-numbers": "^0.4.1",
"react-native-animated-pulse": "^1.0.1",
"react-native-chart-kit": "^6.12.0",
"react-native-confetti-cannon": "^1.5.2",
"react-native-gesture-handler": "^2.9.0",
"react-native-gifted-charts": "^1.2.42",
"react-native-heroicons": "^3.2.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-modal": "^13.0.1",
"react-native-pulse": "^1.0.7",
"react-native-reanimated": "^2.14.1",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-scroll-indicator": "^0.1.0",
"react-native-svg": "^13.8.0",
"react-native-timeago": "^0.5.0",
"react-native-vector-icons": "^9.2.0",
"react-native-wavy-background": "^0.2.0",
"react-spring": "^9.6.1",
"styled-components": "^5.3.6",
"twrnc": "^3.5.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}