-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
63 lines (63 loc) · 2.26 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
{
"name": "Gruvee",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-native start",
"android-start": "cd ./android && ./gradlew app:assembleDebug && ./gradlew installDebug && npm run android --clearCache",
"android": "react-native run-android",
"ios-start": "react-native run-ios --simulator=\"iPhone 11 Pro\"",
"test": "jest"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^0.1.1",
"@react-native-community/async-storage": "^1.8.1",
"@react-native-firebase/app": "^6.3.4",
"@react-native-firebase/auth": "^6.3.4",
"@react-native-firebase/firestore": "6.3.4",
"add": "^2.0.6",
"algoliasearch": "^4.1.0",
"axios": "^0.19.2",
"buffer": "^5.4.3",
"react": "16.8.6",
"react-instantsearch": "^6.4.0",
"react-instantsearch-native": "^6.4.0",
"react-native": "0.60.4",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-navigation": "^3.1.2",
"react-native-reanimated": "^1.7.1",
"react-native-swipe-list-view": "^2.0.1",
"react-redux": "^7.1.3",
"reanimated-bottom-sheet": "^1.0.0-alpha.19",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"uuid": "^3.4.0",
"yarn": "^1.22.0"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.0",
"@react-native-community/eslint-config": "^0.0.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.1.0",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-module-resolver": "^0.15.0",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.54.1",
"prettier": "^1.18.2",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}