-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 2.21 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
65
66
67
{
"name": "moviejump",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"test": "jest --passWithNoTests --no-cache --runInBand",
"test:watch": "npm test -- --watch",
"test:staged": "npm test -- --findRelatedTests",
"test:ci": "npm test -- --coverage"
},
"dependencies": {
"@expo-google-fonts/inter": "~0.2.2",
"@expo-google-fonts/roboto": "~0.2.2",
"@expo/vector-icons": "~12.0.0",
"@react-navigation/core": "~6.1.1",
"@react-navigation/native": "~6.0.8",
"@react-navigation/stack": "~6.1.1",
"@testing-library/jest-native": "~4.0.4",
"axios": "~0.26.1",
"babel-plugin-module-resolver": "~4.1.0",
"expo": "~44.0.2",
"expo-font": "~10.0.4",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-config": "~1.4.5",
"react-native-dotenv": "~3.3.1",
"react-native-gesture-handler": "~2.4.0",
"react-native-iphone-x-helper": "~1.3.1",
"react-native-responsive-fontsize": "~0.5.1",
"react-native-safe-area-context": "~4.2.4",
"react-native-screens": "~3.13.1",
"react-native-splash-screen": "^3.3.0",
"react-native-vector-icons": "~9.1.0",
"react-native-web": "0.17.1",
"react-redux": "~8.0.0",
"redux": "~4.1.2",
"redux-promise-middleware": "~6.1.2",
"styled-components": "~5.3.5"
},
"devDependencies": {
"@babel/core": "~7.12.9",
"@faker-js/faker": "~6.1.2",
"@testing-library/react-native": "~9.1.0",
"@types/jest": "~27.4.1",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@types/react-native-dotenv": "~0.2.0",
"@types/react-native-vector-icons": "~6.4.10",
"@types/styled-components-react-native": "~5.1.3",
"babel-plugin-module-resolver": "~4.1.0",
"babel-plugin-optional-require": "~0.3.1",
"babel-preset-expo": "~8.3.0",
"jest": "~27.5.1",
"jest-expo": "~44.0.1",
"jest-styled-components": "~7.0.8",
"jest-transform-stub": "~2.0.0",
"ts-jest": "~27.1.4",
"typescript": "~4.3.5"
}
}