-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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": "veterans360-mobile",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "^21.0.2",
"react-native-scripts": "1.5.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"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": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^6.3.1",
"expo": "^31.0.0",
"immutability-helper": "^2.5.0",
"prop-types": "^15.6.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-doc-viewer": "^2.7.3",
"react-native-elements": "^0.19.0",
"react-native-maps": "^0.17.1",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^3.0.2",
"react-pdf-viewer": "^0.1.0",
"tcomb-form-native": "^0.6.11",
"underscore": "^1.8.3"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}