-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 991 Bytes
/
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
{
"name": "reactivity",
"version": "0.0.0",
"description": "Hello Exponent!",
"author": null,
"main": "main.js",
"scripts": {
"test": "jest"
},
"jest": {
"preset": "jest-exponent"
},
"dependencies": {
"@exponent/ex-navigation": "~2.3.0",
"@exponent/react-native-navigator": "^0.4.9",
"@exponent/samples": "~1.0.2",
"@exponent/vector-icons": "~2.0.3",
"exponent": "~12.0.3",
"moment": "^2.17.1",
"react": "~15.3.2",
"react-native": "git+https://github.com/exponentjs/react-native#sdk-12.0.0",
"react-native-checkbox": "*",
"react-native-gifted-form": "0.0.13",
"react-native-google-places-autocomplete": "^1.2.6",
"react-native-maps": "^0.12.2",
"react-native-multi-select": "^0.1.1",
"react-native-select-multiple": "^1.0.3",
"react-native-tab-view": "0.0.48",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"socket.io": "^1.7.2"
},
"devDependencies": {
"jest-exponent": "~0.1.4"
}
}