-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"tslint": "tslint --project ./ --fix",
"test": "jest"
},
"dependencies": {
"expo": "^33.0.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-saga": "^0.16.0",
"tslib": "1.9.3",
"typescript-fsa-reducers": "^1.2.0",
"typescript-fsa-redux-saga-extended": "^1.0.6"
},
"devDependencies": {
"@types/expo": "32.0.13",
"@types/expo__vector-icons": "9.0.0",
"@types/jest": "^23.3.13",
"@types/react": "16.7.22",
"@types/react-native": "0.57.32",
"@types/react-redux": "^7.0.1",
"babel-preset-expo": "^5.0.0",
"jest": "^24.0.0",
"prettier": "^1.16.3",
"remote-redux-devtools": "^0.5.16",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "3.3.1"
},
"private": true
}