-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.31 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
{
"name": "nanez",
"version": "1.0.8",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"android:apk": "cd android && ./gradlew assembleRelease",
"android:aab": "cd android && ./gradlew bundleRelease",
"android:bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/",
"android:debug-apk": "cd android && ./gradlew assembleDebug"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/checkbox": "^0.5.14",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@sentry/react-native": "4.2.2",
"@tanstack/react-query": "^4.3.9",
"axios": "^0.27.2",
"expo": "~46.0.9",
"expo-splash-screen": "~0.16.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-dropdown-picker": "^5.4.2",
"react-native-encrypted-storage": "^4.0.3",
"react-native-fast-image": "^8.6.1",
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-splash-screen": "^3.3.0",
"react-native-swiper": "^1.6.0",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.0",
"recoil": "^0.7.5",
"styled-components": "^5.3.5",
"typescript": "^4.8.4",
"expo-status-bar": "~1.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@react-native-community/eslint-config": "^3.1.0",
"@types/react": "^18.0.20",
"@types/react-native": "^0.70.1",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.26",
"@types/styled-components-react-native": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.7.1"
},
"private": true
}