-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.77 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
{
"name": "smart-workhorse-33965",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"web": "react-app-rewired start",
"web-build": "react-app-rewired build && mkdir -p backend/web_build && cp -R build/* backend/web_build"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.6",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-picker/picker": "1.12.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"@reduxjs/toolkit": "^1.5.0",
"@twotalltotems/react-native-otp-input": "^1.3.11",
"axios": "^0.21.1",
"babel-plugin-inline-import": "^3.0.0",
"moment-timezone": "^0.5.37",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-big-calendar": "^3.2.3",
"react-native-bouncy-checkbox": "^3.0.2",
"react-native-credit-card-input": "^0.4.1",
"react-native-date-picker": "^4.2.5",
"react-native-datepicker": "^1.7.2",
"react-native-dotenv": "^2.5.3",
"react-native-elements": "^3.3.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-crop-picker": "^0.36.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-picker-select": "8.0.2",
"react-native-popup-menu": "^0.15.13",
"react-native-reanimated": "^2.0.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-simple-toast": "^1.1.4",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.4.3",
"react-native-switch": "^1.5.1",
"react-native-vector-icons": "^8.1.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-import-glob-meta": "github:crowdbotics/babel-plugin-import-glob-meta",
"babel-plugin-relative-path-import": "^2.0.1",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}