-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.7 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"ts": "tsc",
"ts-watch": "tsc -w",
"ts-lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"ts-lint-watch": "yarn ts-lint; chokidar 'src/**/*.{ts,tsx}' -c 'yarn ts-lint'",
"test": "jest",
"test-watch": "jest --watch"
},
"dependencies": {
"@types/expo": "^31.0.5",
"@types/react": "^16.7.18",
"@types/react-native": "^0.57.23",
"@types/react-navigation": "^3.0.5",
"@types/react-redux": "^7.0.5",
"eslint-config-prettier": "^4.1.0",
"expo": "^31.0.2",
"native-base": "^2.12.1",
"querystring": "^0.2.0",
"react": "16.5.0",
"react-devtools": "^3.6.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-elements": "^1.1.0",
"react-native-geolocation-service": "^2.0.0",
"react-native-maps": "^0.23.0",
"react-navigation": "^3.5.1",
"react-redux": "^6.0.1",
"react-test-renderer": "^16.8.5",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.2",
"url-search-params-polyfill": "^5.0.1"
},
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/react-test-renderer": "^16.0.3",
"babel-preset-expo": "^5.0.0",
"chokidar-cli": "^1.2.1",
"jest": "^23.6.0",
"jest-expo": "^31.0.0",
"prettier": "^1.16.4",
"react-test-render": "^1.1.1",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0",
"typescript": "^3.2.2"
},
"private": true
}