forked from theappbusiness/covid-tracker-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·129 lines (129 loc) · 4.27 KB
/
package.json
File metadata and controls
executable file
·129 lines (129 loc) · 4.27 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --maxWorker=2",
"test:watch": "jest --watch",
"test:updateSnapshots": "jest -u",
"test:i18n": "ts-node ./scripts/i18n-check-locale.ts",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"lint:pre-commit": "eslint --fix",
"prettier": "prettier --check 'src/**/*.(js|jsx|ts|tsx)'",
"prettier:fix": "prettier --check 'src/**/*.(js|jsx|ts|tsx)' --write",
"prettier:pre-commit": "prettier --write",
"ts-node": "ts-node",
"mock-server": "ts-node ./mock-server/mockServer.ts --watch",
"clean": "git checkout develop && git pull && git fetch --all --prune && for branch in `git branch -vv | grep ': gone]' | awk '{print $1}'`; do git branch -D $branch; done"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.5",
"@react-navigation/bottom-tabs": "^5.1.1",
"@react-navigation/drawer": "^5.4.0",
"@react-navigation/native": "^5.0.8",
"@react-navigation/stack": "^5.1.0",
"@types/i18n-js": "^3.0.1",
"@types/node": "^13.9.0",
"@types/react-native-calendar-picker": "^6.0.0",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-redux": "^7.1.7",
"@types/yup": "^0.26.33",
"axios": "^0.19.2",
"expo": "~36.0.0",
"expo-analytics-amplitude": "~8.0.0",
"expo-font": "^8.0.0",
"expo-localization": "~8.0.0",
"formik": "^2.1.4",
"i18n-js": "^3.5.1",
"immer": "^6.0.1",
"moment": "^2.24.0",
"native-base": "2.13.8",
"query-string": "^6.11.1",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-calendar-picker": "^6.0.6",
"react-native-dotenv": "^0.2.0",
"react-native-easy-markdown": "^2.0.0",
"react-native-gesture-handler": "~1.5.0",
"react-native-progress": "^4.0.3",
"react-native-reanimated": "~1.4.0",
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-svg": "9.13.3",
"react-native-web": "~0.11.7",
"react-redux": "^7.2.0",
"react-string-replace": "^0.4.4",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"typesafe-actions": "^5.1.0",
"uuid": "^8.0.0",
"weak-key": "^1.0.2",
"yup": "^0.28.3"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/body-parser": "^1.19.0",
"@types/enzyme": "^3.10.5",
"@types/express": "^4.17.6",
"@types/jest": "^25.2.1",
"@types/react": "~16.9.0",
"@types/react-native": "~0.60.23",
"@types/react-test-renderer": "^16.9.2",
"@types/redux-mock-store": "^1.0.2",
"@types/uuid": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"babel-preset-expo": "~8.0.0",
"body-parser": "^1.19.0",
"eslint": "^6.8.0",
"eslint-config-universe": "^3.0.0",
"express": "^4.17.1",
"husky": "^4.2.5",
"jest": "^25.5.4",
"jest-expo": "^37.0.0",
"jest-expo-enzyme": "^1.0.0",
"prettier": "^2.0.4",
"react-native-testing-library": "^1.14.0",
"react-test-renderer": "^16.13.1",
"redux-mock-store": "^1.5.4",
"ts-jest": "^25.3.1",
"ts-node": "^8.6.2",
"typescript": "~3.7.0"
},
"jest": {
"moduleNameMapper": {
"^@assets/(.*)$": "<rootDir>/assets/$1",
"^@theme/(.*)$": "<rootDir>/theme/$1",
"^@covid/(.*)$": "<rootDir>/src/$1"
},
"preset": "./jest-preset.js",
"globals": {
"ts-jest": {
"tsConfig": {
"jsx": "react"
}
},
"__DEV__": true,
"testEnvironment": "node"
},
"setupFiles": [
"dotenv/config"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
},
"private": true,
"husky": {
"hooks": {
"pre-commit": "git-hooks/pre-commit.js",
"pre-push": "git-hooks/pre-push.sh"
}
}
}