This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.57 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "MindBlown",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest -c .jest.json",
"install-ios": "bundle install --frozen && pushd ios; bundle exec pod install",
"lint": "tslint --project tsconfig.json --config tslint.json",
"update-icons": "scripts/gen-icons.sh",
"postinstall": "scripts/gen-licenses.sh && jetifier",
"postversion": "react-native-version --never-increment-build --never-amend",
"update-version": "npm version --skip-tags --no-commit-hooks --no-git-tag-version",
"android": "ENVFILE=.env.dev react-native run-android",
"ios": "ENVFILE=.env.dev react-native run-ios"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.1",
"@react-native-community/google-signin": "^3.0.4",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-firebase/admob": "^6.2.0",
"@react-native-firebase/analytics": "^6.2.0",
"@react-native-firebase/app": "^6.2.0",
"@react-native-firebase/crashlytics": "^6.2.0",
"@react-native-firebase/messaging": "6.2.0",
"@types/react-native-push-notification": "^3.0.7",
"base-64": "^0.1.0",
"firebase": "^6.2.4",
"i18n-js": "^3.1.0",
"knuth-shuffle": "^1.0.8",
"lodash": "^4.17.19",
"mocha": "^5.2.0",
"moment": "^2.24.0",
"react": "^16.12.0",
"react-hook-hooked": "^1.0.3",
"react-hook-utilities": "^0.4.0",
"react-native": "0.61.5",
"react-native-code-push": "^6.0.0",
"react-native-config": "^0.12.0",
"react-native-gesture-handler": "^1.5.3",
"react-native-iap": "^4.4.0",
"react-native-languages": "^3.0.2",
"react-native-push-notification": "^3.1.9",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.6.2",
"react-native-screens": "^2.0.0-alpha.29",
"react-native-share": "^1.2.1",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^9.5.1",
"react-native-svg-uri": "https://github.com/vault-development/react-native-svg-uri#c6841a6e7d1a6ee5cf5b515d4faea6002e166f3c",
"react-native-text-size": "https://github.com/fjcaetano/react-native-text-size.git",
"react-native-view-shot": "^2.6.0",
"react-native-webview": "^8.0.6",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^2.0.16",
"rxjs": "^6.4.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@testing-library/react-hooks": "^3.2.1",
"@types/i18n-js": "^3.0.1",
"@types/jest": "^23.3.10",
"@types/lodash": "^4.14.119",
"@types/react": "^16.9.19",
"@types/react-native": "^0.61.10",
"@types/react-native-share": "^1.1.2",
"@types/react-navigation": "^3.4.0",
"@types/sinon": "^7.0.1",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-polyfill": "^6.26.0",
"commitlint": "^7.2.1",
"husky": "^1.2.1",
"jest": "^24.9.0",
"jetifier": "^1.6.5",
"metro-react-native-babel-preset": "^0.56.0",
"mock-cloud-firestore": "^0.11.0",
"prettier": "^1.19.1",
"react-native-typescript-transformer": "^1.2.10",
"react-native-version": "^2.6.6",
"react-test-renderer": "16.9.0",
"sinon": "^7.2.2",
"ts-jest": "^23.10.5",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"tslint-jest-rules": "^1.0.2",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0",
"tslint-react-a11y": "^1.0.0",
"typescript": "^3.7.5"
},
"resolutions": {
"@types/react": "^16.7.13",
"js-yaml": "^3.13.1",
"mem": "^4.0.0",
"set-value": "^2.0.1"
}
}