-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "ChainReactConf",
"version": "0.0.0",
"description": "A fork of the Chain React Conference App, for fun!",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest",
"lint": "eslint .",
"prettier": "eslint . --fix"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"date-fns": "^2.0.0-alpha.1",
"expo": "25.0.0",
"fbemitter": "^2.1.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"react": "16.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz",
"react-native-app-link": "^0.4.0",
"react-native-fade-in-image": "1.0.3",
"react-native-platform-touchable": "1.1.1",
"react-native-tab-view": "^0.0.66",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.5",
"redux": "^3.7.1",
"redux-persist": "^4.8.2",
"sentry-expo": "1.2.0"
},
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-react-native-prettier": "1.0.0",
"jest-expo": "~18.0.0",
"react-native-scripts": "^0.0.40"
}
}