forked from obytes/react-native-template-obytes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 5.2 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
126
{
"name": "obytesapp",
"version": "4.2.2",
"private": true,
"scripts": {
"start": "cross-env EXPO_NO_DOTENV=1 expo start",
"prebuild": "cross-env EXPO_NO_DOTENV=1 pnpm expo prebuild",
"android": "cross-env EXPO_NO_DOTENV=1 expo run:android",
"ios": "cross-env EXPO_NO_DOTENV=1 expo run:ios",
"doctor": "npx expo-doctor@latest",
"preinstall": "npx only-allow pnpm",
"start:staging": "cross-env APP_ENV=staging pnpm run start",
"prebuild:staging": "cross-env APP_ENV=staging pnpm run prebuild",
"android:staging": "cross-env APP_ENV=staging pnpm run android",
"ios:staging": "cross-env APP_ENV=staging pnpm run ios",
"start:production": "cross-env APP_ENV=production pnpm run start",
"prebuild:production": "cross-env APP_ENV=production pnpm run prebuild",
"android:production": "cross-env APP_ENV=production pnpm run android",
"ios:production": "cross-env APP_ENV=production pnpm run ios",
"build:development:ios": "cross-env APP_ENV=development EXPO_NO_DOTENV=1 eas build --profile development --platform ios",
"build:development:android": "cross-env APP_ENV=development EXPO_NO_DOTENV=1 eas build --profile development --platform android ",
"build:staging:ios": "cross-env APP_ENV=staging EXPO_NO_DOTENV=1 eas build --profile staging --platform ios",
"build:staging:android": "cross-env APP_ENV=staging EXPO_NO_DOTENV=1 eas build --profile staging --platform android ",
"build:production:ios": "cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform ios",
"build:production:android": "cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform android ",
"postinstall": "husky install",
"np-release": "cross-env SKIP_BRANCH_PROTECTION=true np --no-publish --no-cleanup",
"version": "pnpm run prebuild && git add .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"type-check": "tsc --noemit",
"lint:translations": "eslint ./src/translations/ --fix --ext .json ",
"test": "jest",
"test:ci": "pnpm run test --coverage",
"test:watch": "pnpm run test --watch",
"eas-build-pre-install": "./scripts/eas-pre-install",
"install-maestro": "curl -Ls 'https://get.maestro.mobile.dev' | bash",
"e2e-test": "maestro test .maestro/ -e APP_ID=com.obytes.development"
},
"dependencies": {
"@bacons/link-assets": "^1.1.0",
"@gorhom/bottom-sheet": "^4",
"@hookform/resolvers": "^2.9.11",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@shopify/flash-list": "1.4.3",
"@tanstack/react-query": "^4.26.1",
"app-icon-badge": "^0.0.15",
"axios": "^1.3.4",
"expo": "~49.0.6",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.8",
"expo-image": "~1.3.2",
"expo-localization": "~14.3.0",
"expo-splash-screen": "0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"i18next": "^22.4.11",
"lodash.memoize": "^4.1.2",
"nativewind": "^2.0.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.5",
"react-i18next": "^12.2.0",
"react-native": "0.72.4",
"react-native-avoid-softinput": "^4.0.1",
"react-native-flash-message": "^0.4.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-mmkv": "2.6.3",
"react-native-reanimated": "~3.3.0",
"react-native-restart": "0.0.27",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.1",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.7",
"react-query-kit": "^1.4.6",
"zod": "^3.21.4",
"zustand": "^4.3.6"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@expo/config": "~8.1.2",
"@react-native-community/eslint-config": "^3.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^11.5.3",
"@types/i18n-js": "^3.8.4",
"@types/jest": "^29.4.0",
"@types/lodash.memoize": "^4.1.7",
"@types/react": "~18.2.15",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"babel-plugin-module-resolver": "^5.0.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "^8.35.0",
"eslint-plugin-i18n-json": "^4.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.10.1",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.5.0",
"jest-expo": "49.0.0",
"jest-junit": "^16.0.0",
"lint-staged": "^13.1.2",
"metro-babel-register": "^0.73.3",
"np": "^7.6.3",
"prettier": "^2.8.4",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.2.7",
"ts-jest": "^29.0.5",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obytes/react-native-template-obytes.git"
},
"packageManager": "[email protected]"
}