-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "Domopets",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"btoa": "^1.1.2",
"buffer": "^5.0.7",
"d3-shape": "^1.2.0",
"glamorous-native": "^1.1.2",
"react": "16.0.0-alpha.12",
"react-native": "0.48.2",
"react-native-ble-manager": "3.3.0",
"react-native-elements": "^0.18.5",
"react-native-modal-datetime-picker": "^4.13.0",
"react-native-render-html": "^3.5.2",
"react-native-svg": "^6.0.1-rc.3",
"react-native-svg-charts": "^2.1.0",
"react-native-vector-icons": "^4.3.0",
"react-native-webrtc": "^1.58.3",
"react-native-zeroconf": "^0.8.3",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"socket.io-client": "^2.0.3"
},
"devDependencies": {
"babel-jest": "21.0.2",
"babel-preset-react-native": "3.0.2",
"jest": "21.0.2",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}