-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 889 Bytes
/
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
{
"name": "UScan",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"format": "prettier --write \"src/**/*.js\"",
"prepare": "husky install",
"pre-commit": "lint-staged"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.0",
"@react-navigation/native-stack": "^6.2.0",
"expo": "~51.0.11",
"expo-camera": "^15.0.10",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-actions-sheet": "^0.9.3",
"react-native-gesture-handler": "~2.16.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"metro": "^0.80.9"
},
"jest": {
"preset": "react-native"
}
}