-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 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
{
"$schema": "./node_modules/react-native-style-json-schema/build/schema.json",
"name": "DoggieAndMe",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"flow-bin": "^0.49.1",
"jest-expo": "^21.0.2",
"react-native-style-json-schema": "^1.0.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"flow": "flow"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "^0.48.4",
"react-native-ble-manager": "^6.2.4",
"react-native-camera": "^0.10.0",
"react-native-elements": "^0.17.0",
"react-native-gesture-responder": "^0.1.1",
"react-native-icon": "^0.2.10",
"react-native-immersive": "^1.1.0",
"react-native-modal": "^4.1.0",
"react-native-orientation": "^3.1.0",
"react-native-qrcode-scanner": "0.0.22",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.13"
}
}