-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 997 Bytes
/
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
{
"name": "googleFitExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.8.4",
"react-native": "0.58.6",
"react-native-google-fit": "^0.9.10-beta"
},
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/runtime": "7.3.4",
"babel-eslint": "10.0.1",
"babel-preset-react-native": "5.0.2",
"eslint": "5.15.1",
"eslint-config-standard": "12.0.0",
"eslint-config-standard-jsx": "6.0.2",
"eslint-config-standard-react": "7.0.2",
"eslint-import-resolver-babel-module": "5.0.1",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-native": "3.6.0",
"eslint-plugin-standard": "4.0.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "^0.53.0",
"react-test-renderer": "16.8.4"
},
"jest": {
"preset": "react-native"
}
}