-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "eJuiceCalc",
"version": "0.1.0",
"private": true,
"author": "daNpire",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"dependencies": {
"expo": "^27.0.1",
"expo-analytics": "1.0.6",
"firebase": "^5.0.4",
"hoist-non-react-statics": "2.3.1",
"lodash": "4.17.4",
"moment": "2.20.1",
"prop-types": "15.6.0",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz",
"react-native-keyboard-spacer": "0.4.1",
"react-native-linear-gradient": "2.4.0",
"react-native-progress-bar": "0.1.2",
"react-native-svg": "^6.3.1",
"react-native-switch-pro": "0.4.6",
"react-native-table-component": "^1.1.8",
"react-native-ui-kitten": "3.0.0",
"react-navigation": "1.0.0-beta.23",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"victory-native": "0.15.0"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6",
"react-native-scripts": "1.9.0"
},
"jest": {
"preset": "react-native"
},
"main": "./app/app.js"
}