-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "amplify_quiz",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@aws-amplify/react-native": "^1.1.6",
"@aws-amplify/ui-react-native": "^2.2.16",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/netinfo": "^11.4.1",
"aws-amplify": "^6.8.0",
"expo": "~51.0.28",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-get-random-values": "^1.11.0",
"react-native-safe-area-context": "^4.14.0",
"react-native-url-polyfill": "^2.0.0"
},
"devDependencies": {
"@aws-amplify/backend": "^1.6.0",
"@aws-amplify/backend-cli": "^1.4.0",
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"aws-cdk": "^2.165.0",
"aws-cdk-lib": "^2.165.0",
"constructs": "^10.4.2",
"esbuild": "^0.24.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"private": true
}