-
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": "MyGolfFaves",
"version": "0.0.1",
"private": true,
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"jest-expo": "~1.0.1",
"react-native-scripts": "0.0.31",
"react-test-renderer": "16.0.0-alpha.6"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^17.0.0",
"history": "^4.6.2",
"react": "16.0.0-alpha.6",
"react-native": "^0.44.0",
"react-native-elements": "^0.13.0",
"react-native-keyboard-aware-scroll-view": "^0.2.9",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-modal": "^3.0.2",
"react-native-modal-selector": "0.0.17",
"react-native-navbar": "^1.7.1",
"react-native-vector-icons": "^4.2.0",
"react-native-xml2js": "^1.0.3",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-native": "^4.1.1",
"simple-react-form": "^2.0.0",
"tcomb-form-native": "^0.6.9"
},
"rnpm": {
"assets": [
"assets/fonts"
]
}
}