-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.75 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
57
58
{
"name": "beacon_new",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@react-native-voice/voice": "^3.1.0",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"axios": "^0.21.1",
"buffer": "6.0.3",
"kalmanjs": "^1.1.0",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-beacons-manager": "1.0.7",
"react-native-ble-manager": "7.5.0",
"react-native-ble-plx": "2.0.2",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "^2.0.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-system-setting": "1.7.6",
"react-native-tts": "4.1.0",
"react-native-xml2js": "^1.0.3",
"recoil": "^0.2.0",
"styled-components": "^5.2.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/core": "7.13.8",
"@babel/runtime": "7.13.9",
"@react-native-community/eslint-config": "2.0.0",
"@types/jest": "^26.0.21",
"@types/react": "^17.0.3",
"@types/react-native": "^0.64.0",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components": "^5.1.9",
"@types/styled-components-react-native": "^5.1.1",
"babel-jest": "26.6.3",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "7.21.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.65.2",
"react-test-renderer": "16.13.1",
"typescript": "^4.2.3"
},
"jest": {
"preset": "react-native"
}
}