-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.68 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
{
"name": "cameraapp",
"license": "0BSD",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/alegreya": "^0.2.3",
"@expo/metro-runtime": "~4.0.1",
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-community/slider": "^4.5.6",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/native": "^7.0.18",
"@react-navigation/native-stack": "^7.2.1",
"@react-navigation/stack": "^7.2.2",
"axios": "^1.8.4",
"expo": "~52.0.38",
"expo-camera": "^16.0.18",
"expo-font": "^13.0.4",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.27.4",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-native": "0.76.7",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-web": "^0.19.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@react-native-community/cli": "^18.0.0",
"@types/react": "~18.3.12",
"@types/react-native": "^0.73.0",
"metro-react-native-babel-preset": "^0.77.0",
"typescript": "^5.3.3"
},
"private": true
}