-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
58 lines (58 loc) · 1.74 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
{
"name": "eisen-matrix",
"version": "1.2.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"
},
"dependencies": {
"@emotion/native": "^11.0.0",
"@emotion/react": "^11.7.1",
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "4.0.0",
"@react-navigation/native": "^6.0.7",
"@react-navigation/native-stack": "^6.3.0",
"date-fns": "^2.28.0",
"expo": "~44.0.0",
"expo-linking": "^3.0.0",
"expo-splash-screen": "^0.14.2",
"expo-status-bar": "~1.2.0",
"expo-system-ui": "^1.1.1",
"immer": "^9.0.12",
"lottie-react-native": "5.0.1",
"nanoid": "^3.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^7.25.3",
"react-native": "0.64.3",
"react-native-get-random-values": "^1.7.2",
"react-native-pager-view": "^5.4.9",
"react-native-paper": "^4.11.2",
"react-native-paper-tabs": "^0.7.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "^12.1.1",
"react-native-web": "0.17.1",
"rn-emoji-keyboard": "^0.7.0",
"zustand": "^3.6.9"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@expo/config": "^6.0.16",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-native": "^9.0.0",
"@types/jest": "^27.4.0",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"jest": "^27.5.0",
"react-test-renderer": "^17.0.1",
"typescript": "~4.3.5"
},
"private": true
}