-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.85 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
63
64
{
"dependencies": {
"@expo/webpack-config": "^18.0.1",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"axios": "^1.4.0",
"deepmerge": "^4.3.1",
"expo": "^48.0.7",
"expo-blur": "~12.2.2",
"expo-image": "~1.0.1",
"i18next": "^23.4.4",
"i18next-browser-languagedetector": "^7.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-i18next": "^13.1.2",
"react-native": "0.71.8",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-paper": "^5.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.2.2",
"@types/axios": "^0.14.0",
"@types/jest": "^29.5.4",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"jest": "^29.6.4",
"react-native-dotenv": "^3.4.9",
"react-test-renderer": "^18.2.0",
"typescript": "^4.6.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest"
},
"jest": {
"setupFiles": [
"./jestSetup.ts"
],
"preset": "react-native",
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"transformIgnorePatterns": [
"node_modules/(?!(react-native|react-native-cookies)/)"
]
},
"version": "1.0.0",
"private": true,
"name": "movie-shelf-mobile"
}