-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.42 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.42 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
53
54
55
56
57
{
"name": "reactNativeBeaconExample",
"version": "2.0.0",
"author": "Erwan DATIN (MacKentoch)",
"license": "MIT",
"description": "React Native iBeacon Example",
"keywords": [
"react-native",
"react native",
"React Native",
"React",
"native",
"Native",
"react",
"starter",
"es6",
"ES6",
"ES2015",
"beacon",
"iBeacon"
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"leaflet": "^1.2.0",
"native-base": "^2.3.3",
"prop-types": "^15.6.0",
"react": "^15.4.2",
"react-dom": "^16.2.0",
"react-leaflet": "^1.7.8",
"react-native": "0.41.2",
"react-native-android-permissions": "^1.0.0",
"react-native-android-wifi": "0.0.20",
"react-native-beacons-manager": "^1.0.1",
"react-native-bluetooth-state": "^2.0.0",
"react-native-permissions": "^1.0.1",
"react-native-progress": "^3.4.0",
"react-native-progress-bar": "^0.1.2",
"react-native-wkwebview-reborn": "^1.10.0",
"react-navigation": "^1.0.0-beta.21"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.16.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-react-native": "^2.2.1",
"jest": "19.0.0",
"react-test-renderer": "~15.4.0"
},
"jest": {
"preset": "react-native"
}
}