-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.88 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
66
67
{
"name": "FacilitiesAssessment",
"version": "0.0.1",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/nhsrc/facilities-assessment-android-client.git"
},
"jest": {
"preset": "react-native",
"testMatch": [
"<rootDir>/src/test/**/*Test.js"
]
},
"license": "AGPL-3.0",
"scripts": {
"start": "react-native start",
"test": "jest",
"test-ci": "jest --verbose --forceExit --maxWorkers=2 --ci",
"flow": "flow"
},
"dependencies": {
"bugsnag-react-native": "2.23.10",
"invariant": "2.2.2",
"lodash": "4.17.11",
"moment": "2.19.3",
"native-base": "2.12.1",
"prop-types": "15.7.2",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-circular-progress": "1.3.0",
"react-native-deprecated-custom-components": "^0.1.2",
"react-native-fs": "^2.11.17",
"react-native-keep-awake": "^4.0.0",
"react-native-material-design-styles": "0.2.7",
"react-native-restart": "0.0.12",
"react-native-share": "1.2.1",
"react-native-svg": "9.6.2",
"react-native-swipe-gestures": "1.0.3",
"react-native-vector-icons": "6.5.0",
"react-native-view-shot": "2.6.0",
"realm": "2.28.1",
"redux": "3.6.0",
"stacktrace-js": "2.0.0",
"transducers-js": "0.4.174",
"url-parse": "1.4.7",
"@react-native-community/cookies": "5.0.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/runtime": "7.4.4",
"@babel/plugin-proposal-decorators": "7.4.4",
"babel-jest": "24.7.1",
"bugsnag-sourcemaps": "1.2.1",
"chai": "4.1.2",
"enzyme": "2.4.1",
"faker": "4.1.0",
"jest": "24.7.1",
"metro-react-native-babel-preset": "0.53.1",
"react-test-renderer": "16.8.3",
"react-addons-test-utils": "15.4.1",
"react-dom": "15.4.2",
"flow-bin": "^0.98.1",
"react-addons-perf": "^15.4.2",
"patch-package": "6.5.0"
}
}