-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.83 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"test": "jest",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.1.0",
"@react-native-community/picker": "^1.7.1",
"@types/file-saver": "^2.0.1",
"@types/luxon": "^1.25.0",
"dinero": "^1.0.1",
"dinero.js": "^1.8.1",
"expo": "~37.0.3",
"expo-file-system": "~8.1.0",
"expo-font": "~8.1.0",
"file-saver": "^2.0.5",
"identity-obj-proxy": "^3.0.0",
"luxon": "^1.25.0",
"modal-enhanced-react-native-web": "^0.2.0",
"modal-react-native-web": "^0.2.0",
"react": "~16.9.0",
"react-csv-reader": "^3.1.1",
"react-device-detect": "^1.13.1",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-document-picker": "^3.4.0",
"react-native-elements": "^2.0.2",
"react-native-svg": "11.0.1",
"react-native-swipe-gestures": "^1.0.5",
"react-native-web": "~0.11.7",
"react-papaparse": "^3.8.0",
"react-player": "^2.6.2",
"react-textfit": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.35",
"@types/react-native": "^0.62.13",
"@types/react-test-renderer": "^16.9.2",
"babel-preset-expo": "~8.1.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0"
},
"jest": {
"testPathIgnorePatterns": [
"<rootDir>/src/service/__tests__/test.location.ts",
"<rootDir>/src/service/__tests__/transaction.test.util.ts"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js"
}
},
"private": true
}