-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.57 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.57 KB
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
73
74
75
76
77
78
79
80
{
"name": "unnammed-eco-app",
"version": "0.1.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",
"test:watch": "jest --watchAll"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|@react-native-picker|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.14.5",
"@react-native-community/datetimepicker": "3.5.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-picker/picker": "1.16.1",
"@testing-library/react-native": "^7.2.0",
"axios": "^0.21.1",
"datetimepicker": "^0.1.39",
"enzyme": "^3.11.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.4.0",
"expo": "~42.0.1",
"expo-app-loading": "^1.1.2",
"expo-asset": "~8.3.2",
"expo-blur": "^9.0.3",
"expo-cli": "^4.8.1",
"expo-location": "~12.1.2",
"expo-status-bar": "~1.0.4",
"expo-task-manager": "~9.2.2",
"jest": "^27.0.6",
"jest-expo": "^42.0.1",
"jest-expo-enzyme": "^1.2.1",
"prettier": "^2.3.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-animatable": "^1.3.3",
"react-native-geolocation-service": "^5.3.0-beta.1",
"react-native-google-places-autocomplete": "^2.2.0",
"react-native-maps": "0.28.0",
"react-native-maps-directions": "^1.8.0",
"react-native-navbar": "^2.1.0",
"react-native-picker-select": "^8.0.4",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-native-woodpicker": "^0.3.9",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"eslint": "^7.31.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"react-test-renderer": "^17.0.2",
"yarn": "^1.22.10"
},
"peerDependencies": {
"jest": ">=22.0.0",
"jquery": ">=1.0.0",
"react-is": ">=16.8.0",
"uuid": "^8.3.2"
},
"resolutions": {
"styled-components": "^5"
},
"private": true
}