-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.95 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
{
"name": "MyAPP",
"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 ."
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.17.9",
"@react-native-community/datetimepicker": "^6.1.2",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.1",
"@reduxjs/toolkit": "^1.8.1",
"@rneui/base": "^4.0.0-rc.1",
"@rneui/themed": "^4.0.0-rc.1",
"@types/react": "^18.0.6",
"@types/react-native": "^0.67.5",
"axios": "^0.26.1",
"i18next": "^21.6.16",
"jcore-react-native": "^2.0.2",
"jpush-react-native": "^2.9.0",
"react": "17.0.2",
"react-i18next": "^11.16.7",
"react-native": "0.68.1",
"react-native-amap-geolocation": "^1.1.2",
"react-native-common-date-picker": "^2.3.7",
"react-native-confirmation-code-field": "^7.3.0",
"react-native-gesture-handler": "^2.4.1",
"react-native-image-crop-picker": "^0.37.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^3.13.1",
"react-native-slidepicker": "^1.2.0",
"react-native-svg": "^12.3.0",
"react-native-vector-icons": "^9.1.0",
"react-redux": "^8.0.1",
"teaset": "^0.7.5",
"tslib": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/runtime": "^7.17.9",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^27.5.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.13.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.70.1",
"react-devtools": "^4.14.0",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "17.0.2",
"typescript": "^4.6.3"
},
"jest": {
"preset": "react-native"
},
"resolutions": {
"react-devtools-core": "4.14.0"
}
}