-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.11 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.11 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
{
"name": "qrscanner",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-community/slider": "^4.5.6",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.12",
"@tailwindcss/vite": "^4.1.11",
"expo": "~47.0.12",
"expo-barcode-scanner": "~12.1.0",
"expo-blur": "^14.1.4",
"expo-localization": "^16.1.5",
"expo-status-bar": "~1.4.2",
"i18next": "^25.1.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-i18next": "^15.5.1",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "^3.18.2",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react-native": "^0.72.8",
"typescript": "^5.8.3"
},
"private": true
}