-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 5.38 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "you-are-awesome-app",
"version": "0.0.1",
"description": "You are Awesome App! Daily Motivation Up!",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/proSingularity/you-are-awesome-app.git"
},
"scripts": {
"postinstall": "jetify",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"dev": "expo start",
"dev:clear-cache": "expo start --clear",
"build": "tsc",
"build:watch": "tsc -w",
"debug:production-mode": "expo start --no-dev --minify",
"quick-setup": "yarn install && yarn one-time-setup",
"one-time-setup": "cp .env.example .env && cp google-services.json.sample google-services.json && cp GoogleService-Info.plist.sample GoogleService-Info.plist",
"sanity-check": "yarn install && yarn build && yarn test && yarn dev",
"start": "react-native start",
"test": "jest",
"test:watch": "jest --watch --coverage=false --changedSince=origin/master",
"test:debug": "jest --onlyChanged --watch --coverage=false",
"test:coverage": "jest",
"test:update-snapshot": "jest --updateSnapshot --coverage=false",
"debug:build:clean": "rm -rf ./android",
"debug:build": "ANDROID_SDK_ROOT=~/Android/Sdk expo run:android",
"build-and-publish:expo:android:app-bundle:prod": "NODE_ENV=prod expo build:android --type app-bundle --release-channel prod",
"build-and-publish:expo:android:apk:prod": "NODE_ENV=prod expo build:android --type apk --release-channel prod",
"build-and-publish:expo:android:app-bundle:stage": "NODE_ENV=stage expo build:android --type app-bundle --release-channel stage",
"build-and-publish:expo:android:apk:stage": "NODE_ENV=stage expo build:android --type apk --release-channel stage",
"publish:playstore": "NODE_ENV=prod expo upload:android --latest --key google-service-account.private.key.json",
"deploy:ota:prod": "NODE_ENV=prod ts-node ./scripts/expo-ota-update-with-version.ts",
"deploy:ota:stage": "NODE_ENV=stage ts-node ./scripts/expo-ota-update-with-version.ts",
"prepare": "husky install",
"eas-build-pre-install": "(echo $Y3A_GOOGLE_SERVICES | base64 --decode) > ./google-services.json"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.1.2",
"@react-native-community/netinfo": "8.2.0",
"@react-navigation/material-top-tabs": "^5.3.19",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"axios": "^0.27.2",
"expo": "^45.0.0",
"expo-application": "~4.1.0",
"expo-clipboard": "~3.0.1",
"expo-constants": "~13.1.1",
"expo-device": "~4.2.0",
"expo-firebase-analytics": "~7.0.0",
"expo-firebase-core": "~5.0.0",
"expo-localization": "~13.0.0",
"expo-notifications": "~0.15.4",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-system-ui": "~1.2.0",
"expo-updates": "~0.13.3",
"i18next": "^21.8.13",
"lodash": "^4.17.21",
"luxon": "^1.27.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.17.4",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-get-random-values": "~1.8.0",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-paper": "~4.12.2",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-tab-view": "^2.15.2",
"react-native-web": "0.17.7",
"react-native-webview": "11.18.1",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"sentry-expo": "^4.2.0",
"traverse": "^0.6.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@expo/ngrok": "^4.1.0",
"@testing-library/jest-native": "^4.0.5",
"@testing-library/react-native": "^10.1.1",
"@types/jest": "^26.0.23",
"@types/jsonfile": "^6.0.0",
"@types/lodash": "^4.14.170",
"@types/luxon": "^1.27.0",
"@types/mockdate": "^3.0.0",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@types/react-native-onboarding-swiper": "^1.1.2",
"@types/react-redux": "^7.1.16",
"@types/react-test-renderer": "17.0.2",
"@types/readline-sync": "^1.4.3",
"@types/redux-mock-store": "^1.0.2",
"@types/shelljs": "^0.8.8",
"@types/traverse": "^0.6.32",
"@types/uuid": "^8.3.0",
"babel-preset-expo": "~9.1.0",
"dotenv": "^10.0.0",
"expo-cli": "^5.4.12",
"husky": "^7.0.0",
"jest": "^26.6.3",
"jest-expo": "^45.0.0",
"jsonfile": "^6.1.0",
"mockdate": "^3.0.5",
"react-test-renderer": "17.0.2",
"readline-sync": "^1.4.10",
"redux-mock-store": "^1.5.4",
"shelljs": "^0.8.5",
"ts-node": "^9.1.1",
"typescript": "^4.7.3"
},
"private": true
}