-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 3.05 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
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "easy-budget",
"private": true,
"scripts": {
"android": "react-native run-android",
"codegen": "rm -rf autogen && apollo client:codegen autogen --target=typescript --endpoint=https://us-central1-easy-budget-2f9aa.cloudfunctions.net/graphql --outputFlat",
"ios": "react-native run-ios",
"start": "react-native start",
"coverage": "jest --coverage",
"lint": "eslint . --ext .json --ext .js --ext .ts --ext .tsx",
"test": "yarn lint && yarn coverage",
"release": "release-it"
},
"dependencies": {
"@apollo/react-common": "3.1.3",
"@apollo/react-hooks": "3.1.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
"@react-native-community/datetimepicker": "3.0.9",
"@react-native-community/google-signin": "3.0.1",
"@react-native-community/masked-view": "0.1.6",
"@react-native-community/picker": "^1.8.1",
"@react-native-firebase/analytics": "6.7.2",
"@react-native-firebase/app": "6.7.1",
"@react-native-firebase/auth": "6.7.1",
"@react-navigation/drawer": "5.12.3",
"@react-navigation/native": "5.9.2",
"@react-navigation/routers": "5.7.1",
"@react-navigation/stack": "5.14.2",
"@types/react-native-platform-touchable": "1.1.1",
"@types/react-native-vector-icons": "6.4.3",
"@types/react-redux": "7.1.5",
"apollo-boost": "0.4.7",
"apollo-cache": "1.3.2",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link": "1.2.13",
"apollo-link-http": "1.5.16",
"apollo-link-logger": "1.2.3",
"babel-plugin-transform-es2015-unicode-regex": "6.24.1",
"graphql": "14.5.8",
"lottie-ios": "3.0.3",
"lottie-react-native": "3.0.2",
"moment": "2.24.0",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-dark-mode": "^0.2.2",
"react-native-dropdownalert": "^4.2.1",
"react-native-gesture-handler": "1.5.3",
"react-native-haptic-feedback": "^1.11.0",
"react-native-keyboard-aware-scroll-view": "0.9.3",
"react-native-platform-touchable": "1.1.1",
"react-native-reanimated": "1.7.0",
"react-native-safe-area-context": "0.6.2",
"react-native-screens": "2.0.0-alpha.25",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "6.6.0",
"react-redux": "7.1.3",
"redux": "4.0.4",
"uuid": "3.3.3"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/runtime": "7.8.4",
"@testing-library/react-native": "6.0.0",
"@types/chance": "1.0.7",
"@types/jest": "24.0.18",
"@types/react": "16.9.3",
"@types/react-native": "0.60.17",
"@types/react-test-renderer": "16.9.0",
"@typescript-eslint/eslint-plugin": "2.3.3",
"@typescript-eslint/parser": "2.3.3",
"babel-jest": "25.1.0",
"chance": "1.1.3",
"eslint": "6.6.0",
"eslint-config-get-off-my-lawn": "5.0.1",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.59.0",
"react-native-typescript-transformer": "1.2.13",
"react-test-renderer": "16.13.1",
"release-it": "12.4.3",
"ts-jest": "24.1.0",
"typescript": "3.7.2"
}
}