-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
136 lines (136 loc) · 4.12 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "apla",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start --reset-cache",
"watch": "tsc --watch",
"build": "tsc",
"test": "jest",
"deploy": "./deploy.sh"
},
"dependencies": {
"apisauce": "^1.0.0",
"appcenter": "^1.8.1",
"appcenter-analytics": "^1.8.1",
"appcenter-crashes": "^1.8.1",
"appcenter-push": "^1.0.1",
"babel-polyfill": "^6.26.0",
"centrifuge": "^1.4.8",
"crypto-js": "^3.1.9-1",
"hoist-non-react-statics": "^2.3.1",
"int64-buffer": "^0.1.10",
"intl": "^1.2.5",
"isomorphic-webcrypto": "^1.6.1",
"jsrsasign": "^8.0.4",
"long": "^4.0.0",
"msgpack-lite": "^0.1.26",
"prop-types": "^15.6.0",
"ramda": "^0.25.0",
"random-js": "^1.0.8",
"react": "16.6.0-alpha.8af6728",
"react-intl": "^2.4.0",
"react-native": "0.57.3",
"react-native-animatable": "^1.3.0",
"react-native-camera": "^1.3.1",
"react-native-code-push": "^5.3.2",
"react-native-datepicker": "^1.6.0",
"react-native-document-picker": "^2.1.0",
"react-native-drawer": "^2.5.0",
"react-native-elements": "^0.19.0",
"react-native-fingerprint-scanner": "^2.3.2",
"react-native-image-crop-picker": "0.19.0",
"react-native-keyboard-aware-scroll-view": "^0.4.4",
"react-native-modal": "^5.3.0",
"react-native-modal-dropdown": "^0.6.2",
"react-native-popup-dialog": "^0.11.46",
"react-native-root-siblings": "^2.2.0",
"react-native-status-bar-height": "^2.0.0",
"react-native-stylable": "https://github.com/2vm/react-native-stylable.git",
"react-native-swipeable-row": "^0.8.1",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "1.0.0-beta.26",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-form": "^7.3.0",
"redux-persist": "^5.9.1",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"typescript-fsa": "^2.5.0",
"typescript-fsa-reducers": "^0.4.4",
"typescript-fsa-redux-saga": "^1.0.3",
"url-search-params": "^0.10.0",
"uuid": "^3.1.0",
"validator": "^9.1.1"
},
"devDependencies": {
"@types/crypto-js": "^3.1.37",
"@types/jest": "^22.2.0",
"@types/prop-types": "^15.5.2",
"@types/ramda": "^0.25.3",
"@types/random-js": "^1.0.30",
"@types/react": "^16.0.21",
"@types/react-intl": "^2.3.2",
"@types/react-native": "^0.51.3",
"@types/react-native-drawer": "^2.3.2",
"@types/react-navigation": "^1.0.21",
"@types/react-redux": "^5.0.10",
"@types/react-test-renderer": "^16.0.0",
"@types/redux-form": "^7.0.8",
"@types/validator": "^6.3.0",
"babel-jest": "^22.4.1",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-remove-console": "^6.8.5",
"babel-preset-react-native": "4.0.0",
"jest": "^22.4.2",
"react-test-renderer": "16.0.0-beta.5",
"redux-devtools-extension": "^2.13.5",
"ts-jest": "^22.4.1",
"tslint": "^5.8.0",
"tslint-react": "^3.2.0",
"typescript": "^3.1.3"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/lib/"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-navigation|static-container|react-native-stylable|react-clone-referenced-element)"
],
"roots": [
"node_modules",
"src"
],
"moduleDirectories": [
"node_modules",
"src"
],
"globals": {
"ts-jest": {
"tsConfigFile": "tsconfig.json"
}
},
"cacheDirectory": ".jest/cache",
"setupFiles": [
"./test-setup.js",
"<rootDir>/node_modules/appcenter/test/AppCenterMock.js",
"<rootDir>/node_modules/appcenter-analytics/test/AppCenterAnalyticsMock.js",
"<rootDir>/node_modules/appcenter-push/test/AppCenterPushMock.js",
"<rootDir>/node_modules/appcenter-crashes/test/AppCenterCrashesMock.js"
]
}
}