-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.28 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"loc": "expo start --localhost",
"lint": "eslint **/*.js",
"lintf": "eslint **/*.js --fix"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@reduxjs/toolkit": "^1.7.1",
"expo": "^46.0.0",
"expo-file-system": "~14.1.0",
"expo-sharing": "~10.3.0",
"expo-status-bar": "~1.4.0",
"json2csv": "^5.0.6",
"metro-minify-terser": "^0.66.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-json-to-csv": "^1.0.4",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-unimodules": "~0.15.0",
"react-native-vector-icons": "^9.0.0",
"react-native-web": "~0.18.7",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"@expo/webpack-config": "^0.17.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"babel-eslint": "^10.1.0",
"babel-preset-expo": "~9.2.0",
"eslint": "^8.7.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-native": "^4.0.0"
},
"private": true
}