-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.14 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
68
69
70
71
72
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"usb": "expo start --android --localhost",
"wifi": "expo start --tunnel",
"lint": "tslint -p tsconfig.json src/**/*.{ts,tsx}",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|sentry-expo|native-base)"
],
"collectCoverage": true,
"collectCoverageFrom": [
"**/*.{js,jsx}",
"!**/coverage/**",
"!**/node_modules/**",
"!**/babel.config.js",
"!**/jest.setup.js"
]
},
"dependencies": {
"@types/react-native-datepicker": "^1.7.0",
"@types/react-native-material-dropdown": "^0.11.3",
"@types/react-redux": "^7.1.5",
"axios": "^0.19.0",
"eslint-import-resolver-node": "^0.3.2",
"expo": "^35.0.0",
"expo-cli": "^3.11.3",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-gesture-handler": "^1.3.0",
"react-native-picker-dropdown": "^0.1.2",
"react-native-reanimated": "~1.2.0",
"react-native-web": "^0.11.7",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.5.6",
"react-redux": "^7.1.3",
"redux": "^4.0.5"
},
"devDependencies": {
"@types/expo": "^32.0.13",
"@types/jest": "^24.0.18",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.9.0",
"@types/react-native": "^0.57.65",
"@types/react-test-renderer": "^16.9.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-preset-expo": "^7.0.0",
"concurrently": "^4.1.2",
"jest": "^24.9.0",
"jest-expo": "^35.0.0",
"prettier": "1.18.2",
"react-test-renderer": "^16.10.2",
"redux-devtools": "^3.5.0",
"rimraf": "^3.0.0",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"typescript": "^3.4.5"
},
"private": true
}