-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.51 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "jest",
"storybook": "start-storybook -p 7007"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.5.2",
"@react-navigation/bottom-tabs": "^6.5.4",
"@react-navigation/drawer": "^6.5.8",
"@react-navigation/native": "^6.1.3",
"@react-navigation/stack": "^6.3.12",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"currency.js": "^2.0.4",
"expo": "^47.0.13",
"expo-asset": "~8.7.0",
"expo-cli": "^6.3.0",
"expo-font": "~11.0.1",
"expo-status-bar": "~1.4.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"money": "^0.2.0",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-json-tree": "^1.3.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-sortable-list": "^0.0.25",
"react-native-svg": "13.4.0",
"react-native-swiper": "1.6.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"reselect": "^4.1.7",
"uuid": "^9.0.0",
"victory-native": "^36.6.8"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/plugin-transform-react-display-name": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.20.13",
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
"@wordpress/eslint-plugin": "^13.10.0",
"babel-jest": "^29.4.2",
"babel-loader": "^9.1.2",
"babel-preset-expo": "~9.2.1",
"eslint": "^8.33.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^26.6.3",
"jest-expo": "^47.0.0",
"react-native-testing-library": "^2.2.0",
"react-test-renderer": "18.1.0"
},
"private": true
}