-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "react_native_graphql",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"predeploy": "expo export:web --clear",
"deploy-hosting": "npm run predeploy && firebase deploy --only hosting"
},
"dependencies": {
"@expo/metro-config": "^0.4.0",
"@expo/webpack-config": "^0.17.0",
"@reduxjs/toolkit": "^1.8.6",
"expo": "~46.0.16",
"expo-localization": "^14.0.0",
"final-form": "^4.20.7",
"graphql-request": "^5.0.0",
"i18n-js": "^4.1.1",
"lodash": "^4.17.21",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.39.3",
"react-native": "0.69.6",
"react-native-logs": "^5.0.1",
"react-native-paper": "5.0.0-rc.9",
"react-native-web": "~0.18.7",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.2",
"redux-logger": "^3.0.6",
"snake-camel": "^1.0.8"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-react": "^7.18.6",
"@types/lodash": "^4.14.188",
"@types/react": "~18.0.14",
"@types/react-native": "~0.69.1",
"@types/redux-logger": "^3.0.9",
"babel-plugin-module-resolver": "^4.1.0",
"typescript": "~4.3.5"
},
"private": true
}