-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.76 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
55
56
57
58
59
60
61
62
{
"name": "simplifinance",
"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",
"eject": "expo eject",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "4.0.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "2.2.1",
"@react-navigation/material-top-tabs": "^6.1.0",
"@react-navigation/native": "^6.0.7",
"@react-navigation/stack": "^6.1.0",
"add": "^2.0.6",
"expo": "^44.0.6",
"expo-dev-client": "~0.8.4",
"expo-status-bar": "~1.2.0",
"expo-updates": "~0.11.6",
"intl": "^1.2.5",
"jest-expo": "^44.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-chart-kit": "^6.11.0",
"react-native-dialog": "^9.2.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-pager-view": "5.4.9",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "^3.13.1",
"react-native-svg": "12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-ui-lib": "^6.8.1",
"react-native-uuid": "^2.0.1",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/jest": "^27.4.0",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"detox": "^19.6.5",
"detox-expo-helpers": "github:fschoenfeldt/detox-expo-helpers#0.7.1",
"expo-detox-hook": "^1.0.10",
"jest": "^26.6.3",
"jest-circus": "^27.5.1",
"typescript": "~4.3.5"
},
"private": true,
"packageManager": "[email protected]"
}