-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 3.19 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
{
"name": "emerit",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"dev": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@apollo/server": "^4.7.2",
"@native-html/transient-render-engine": "^11.2.3",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-material/core": "^1.3.7",
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@reduxjs/toolkit": "^1.9.0",
"axios": "^0.27.2",
"firebase": "^9.15.0",
"graphql": "^16.6.0",
"gsap": "^3.12.1",
"gsap-rn": "^0.0.18",
"moment": "^2.29.4",
"nativewind": "^2.0.11",
"pretty-ms": "^8.0.0",
"react": "18.1.0",
"react-native": "0.70.6",
"react-native-date-picker": "^4.2.6",
"react-native-document-picker": "^8.1.2",
"react-native-dropdown-picker": "^5.4.4",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-editor": "^2.1.0",
"react-native-element-dropdown": "^2.5.3",
"react-native-gesture-handler": "^2.5.0",
"react-native-image-base64": "^0.1.4",
"react-native-image-crop-picker": "^0.38.0",
"react-native-image-picker": "^4.10.3",
"react-native-linear-gradient": "^2.6.1",
"react-native-maps": "^1.7.1",
"react-native-material-dropdown": "github:noway/react-native-material-dropdown",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.0.0-rc.10",
"react-native-paper-select": "^0.4.0",
"react-native-pell-rich-editor": "^1.8.8",
"react-native-progress": "^5.0.0",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "^2.9.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "3.3.2",
"react-native-sass-transformer": "^2.0.0",
"react-native-screens": "^3.15.0",
"react-native-share": "^9.0.2",
"react-native-svg": "12.1.1",
"react-native-sweet-alert": "^3.5.0",
"react-native-toast-message": "^2.1.5",
"react-native-vector-icons": "^9.2.0",
"react-native-view-shot": "^3.7.0",
"react-native-webview": "^11.26.1",
"react-native-youtube-iframe": "^2.3.0",
"react-redux": "^8.0.5",
"sass": "^1.62.1",
"socket.io-client": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "0.72.3",
"react-native-dotenv": "^3.4.8",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "18.1.0",
"tailwindcss": "^3.2.4"
},
"jest": {
"preset": "react-native"
}
}