-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.78 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject",
"dev": "expo start --dev-client",
"eas-android": "eas build -p android --profile preview"
},
"dependencies": {
"@config-plugins/react-native-ble-plx": "^0.0.1",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"@react-navigation/stack": "^6.0.7",
"buffer": "^6.0.3",
"eas-cli": "^0.27.1",
"expo": "~42.0.1",
"expo-app-loading": "1.1.2",
"expo-asset": "~8.3.3",
"expo-dev-client": "^0.5.1",
"expo-splash-screen": "~0.11.2",
"expo-status-bar": "~1.0.4",
"expo-updates": "~0.8.1",
"react": "16.13.1",
"react-devtools": "^4.18.0",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-ble-plx": "^2.0.2",
"react-native-dialog": "^9.1.2",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "~3.4.0",
"react-native-svg": "^12.3.0",
"react-native-unimodules": "0.14.10",
"react-native-web": "~0.13.12",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0"
},
"private": true,
"name": "scilif",
"version": "1.0.0"
}