-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.43 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.43 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
{
"name": "remarkable-app",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@aws-amplify/auth": "^6.8.0",
"@aws-amplify/datastore": "^5.0.58",
"@aws-amplify/datastore-storage-adapter": "^2.1.58",
"@aws-amplify/react-native": "^1.1.6",
"@expo/metro-runtime": "~3.2.3",
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-picker/picker": "^2.9.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"aws-amplify": "^6.8.0",
"expo": "^50.0.0",
"expo-splash-screen": "^0.27.6",
"expo-status-bar": "~1.12.1",
"htmlparser2": "^9.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-get-random-values": "^1.11.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "^3.35.0",
"react-native-share-menu": "^6.0.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}