-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.57 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.57 KB
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
76
77
78
79
80
81
82
83
84
85
{
"name": "crud-template-mobile-expo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"author": "Eric Lu <Eric.J.Lu.25@dartmouth.edu>",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint ./src"
},
"dependencies": {
"@expo-google-fonts/montserrat": "^0.2.3",
"@expo-google-fonts/raleway": "^0.2.2",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-navigation/bottom-tabs": "^6.4.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/stack": "^6.2.3",
"@reduxjs/toolkit": "^1.6.1",
"@types/axios": "^0.14.0",
"axios": "^0.27.2",
"babel-plugin-module-resolver": "^5.0.0",
"base-64": "^1.0.0",
"buffer": "^6.0.3",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-airbnb-base": "^0.0.1-security",
"eslint-plugin-import": "^2.25.2",
"expo": "^46.0.0",
"expo-auth-session": "^4.0.3",
"expo-build-properties": "~0.3.0",
"expo-dev-client": "~1.3.1",
"expo-linear-gradient": "^11.4.0",
"expo-location": "^14.3.0",
"expo-media-library": "^14.2.0",
"expo-modules-core": "^0.11.10",
"expo-status-bar": "~1.4.0",
"haversine-ts": "^1.2.0",
"native-base": "^3.4.28",
"querystring": "^0.2.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.5.0",
"react-native-maps": "^1.4.0",
"react-native-safe-area-context": "4.3.1",
"react-native-svg": "12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-web": "~0.18.7",
"react-redux": "^7.2.4",
"semver": "^7.3.8"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@expo/config-plugins": "^6.0.1",
"@react-native-community/eslint-config": "^3.0.1",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.8",
"react-native-debugger-open": "^0.3.25",
"typescript": "*"
},
"keywords": [
"expo",
"template",
"redux",
"redux toolkit",
"typescript",
"ts",
"eslint"
],
"resolutions": {
"react-devtools-core": "4.14.0",
"@types/react": "^18.0.19"
}
}