forked from DanielFatec1911/ASAC
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.87 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.87 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
{
"name": "asacbrilleapp",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "npx expo start",
"android": "npx expo run:android",
"ios": "npx expo run:ios",
"web": "npx expo start --web",
"generate-aws-exports": "node ./scripts/generate-aws-exports.js",
"prebuild": "npm run generate-aws-exports",
"build:android": "eas build --platform android --profile production",
"build:ios": "eas build --platform ios --profile production"
},
"dependencies": {
"@aws-amplify/api": "^6.3.19",
"@aws-amplify/auth": "^6.17.0",
"@aws-amplify/react-native": "^1.3.0",
"@aws-sdk/client-cognito-identity-provider": "^3.925.0",
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-community/slider": "5.0.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@types/react": "~19.1.10",
"aws-amplify": "^6.3.1",
"expo": "54.0.23",
"expo-av": "16.0.7",
"expo-font": "14.0.9",
"expo-navigation-bar": "5.0.9",
"expo-notifications": "0.32.12",
"expo-status-bar": "3.0.8",
"expo-system-ui": "6.0.8",
"nativewind": "2.0.11",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-native": "0.81.5",
"react-native-confetti-cannon": "1.5.2",
"react-native-gesture-handler": "2.28.0",
"react-native-get-random-values": "1.11.0",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "4.16.0",
"react-native-svg": "15.12.1",
"react-native-view-shot": "4.0.3",
"react-native-web": "0.21.2",
"tailwindcss": "3.3.2",
"zustand": "4.5.2"
},
"devDependencies": {
"@aws-amplify/cli": "12.10.1",
"@babel/core": "7.26.0",
"tsx": "4.7.2",
"typescript": "5.9.2"
}
}