-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.08 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
59
60
61
62
63
64
65
{
"name": "glucowise",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"bundleandroid": "react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --sourcemap-output android/app/src/main/assets/index.android.map --assets-dest android/app/src/main/res/",
"test": "jest"
},
"dependencies": {
"moment": "^2.17.1",
"native-base": "0.5.20",
"react": "15.4.2",
"react-native": "0.41.0",
"react-native-android-location-services-dialog-box": "^1.1.7",
"react-native-ble-manager": "git://github.com/innoveit/react-native-ble-manager.git#master",
"react-native-datepicker": "^1.4.4",
"react-native-drawer": "^2.3.0",
"react-native-modalbox": "^1.3.9",
"react-native-pathjs-charts": "git://github.com/capitalone/react-native-pathjs-charts.git#master",
"react-native-root-toast": "^1.0.3",
"react-native-router-flux": "^3.38.0",
"react-native-spinkit": "^1.0.1",
"react-native-vector-icons": "4.0.0",
"realm": "^1.0.2",
"uuid": "^3.0.1"
},
"jest": {
"globals": {
"DEBUG": false
},
"preset": "react-native",
"testPathIgnorePatterns": [
"/node_modules/",
"packager/react-packager/src/Activity/"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react-native/",
"<rootDir>/node_modules/react-addons-test-utils"
],
"transformIgnorePatterns": [
"node_modules/?!native-base"
]
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.0",
"jest": "19.0.2",
"mockdate": "^2.0.1",
"react-test-renderer": "15.4.1",
"whatwg-fetch": "1.0.0"
},
"main": "index.android.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Cody-G-G/GlucoWise.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cody-G-G/GlucoWise/issues"
},
"homepage": "https://github.com/Cody-G-G/GlucoWise#readme",
"description": ""
}