-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.53 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
{
"name": "lstmobile",
"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",
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@expo/webpack-config": "^0.17.0",
"@react-native-community/slider": "4.2.3",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@xstate/react": "^3.0.1",
"axios": "^1.1.3",
"expo": "~46.0.16",
"expo-status-bar": "~1.4.0",
"graphql": "^15.8.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.6.0",
"react-native": "0.69.6",
"react-native-maps": "0.31.1",
"react-native-swiper": "^1.6.0",
"react-native-web": "~0.18.7",
"xstate": "^4.34.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@graphql-cli/codegen": "^2.4.0",
"@graphql-codegen/schema-ast": "^2.5.1",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-codegen/typescript-react-apollo": "^3.3.3",
"@tsconfig/react-native": "^2.0.2",
"@types/graphql": "^14.5.0",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-native": "^0.70.6",
"@types/react-test-renderer": "^18.0.0",
"apollo": "^2.34.0",
"prettier": "2.7.1",
"typescript": "^4.8.4"
},
"private": true
}