-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.52 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
{
"name": "solarcard",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "tsc --project tsconfig.json",
"start": "concurrently --names \"BUILD, PACKAGER\" -c \"bgBlue.bold,bgMagenta.bold\" \"tsc -w\" \"react-native start\"",
"test": "jest",
"reverse:ports": "adb reverse tcp:8081 tcp:8081 && adb reverse tcp:9090 tcp:9090",
"lint-staged": "tsc --project tsconfig.json",
"prepare": "husky install",
"postinstall": "npx pod-install"
},
"dependencies": {
"@native-html/table-plugin": "^5.3.1",
"@react-native-async-storage/async-storage": "^1.19.2",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-firebase/app": "18.3.0",
"@react-native-firebase/auth": "18.3.0",
"@react-native-firebase/database": "18.3.0",
"@react-native-firebase/messaging": "18.3.0",
"@react-native-material/core": "^1.3.7",
"@react-native-picker/picker": "^2.5.0",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.8",
"@types/react-native-crypto-js": "^1.0.0",
"@types/react-native-html-to-pdf": "^0.8.2",
"@types/react-native-snap-carousel": "^3.8.5",
"axios": "^1.4.0",
"country-data-list": "^1.3.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.71.1",
"react-native-biometrics": "^3.0.1",
"react-native-camera": ">=1.0.2",
"react-native-confirmation-code-field": "^7.3.1",
"react-native-crypto-js": "^1.0.0",
"react-native-date-picker": "^4.2.14",
"react-native-drop-shadow": "^0.0.7",
"react-native-elements": "^3.4.3",
"react-native-email-link": "^1.14.6",
"react-native-gesture-handler": "^2.13.3",
"react-native-html-to-pdf": "^0.12.0",
"react-native-image-picker": "^5.6.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal": "^13.0.1",
"react-native-permissions": "^3.10.1",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.2.0",
"react-native-reanimated": "^2.4.0",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-render-html": "^6.3.4",
"react-native-rsa-native": "^2.0.5",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "3.19.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^13.14.0",
"react-native-swiper": "^1.6.0",
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^10.0.0",
"react-native-webview": "^13.6.2",
"react-number-format": "^5.3.0",
"recoil": "^0.7.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.0.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"concurrently": "^8.2.1",
"eslint": "^8.19.0",
"husky": "^8.0.3",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.7",
"prettier": "^2.4.1",
"react-native-dotenv": "^3.4.9",
"react-test-renderer": "18.2.0",
"reactotron-react-native": "^5.0.3",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
}
}