forked from codeforbtv/green-up-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.68 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"version": "1.0.2",
"keywords": [
"green up",
"vermont",
"code for america",
"code for btv",
"react native",
"redux",
"expo",
"javascript"
],
"license": "SEE LICENSE IN LICENSE.md",
"author": {
"name": "John Need",
"email": "[email protected]"
},
"contributors": [
{
"name": "Audrey Dawson"
},
{
"name": "Sam Velesquez"
},
{
"name": "Smaranda Fournier"
},
{
"name": "Jeff Margolis"
},
{
"name": "Cameron Marcus"
},
{
"name": "Parker Franz"
},
{
"name": "Lea Ann Smith"
},
{
"name": "Luke Potasiewicz"
},
{
"name": "Ken Liu (Shek Kin)"
},
{
"name": "Kyle Beaulieu"
},
{
"name": "dmeskill"
}
],
"scripts": {
"test": "node ./node_modules/jest/bin/jest.js --watchAll",
"start": "expo start"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^6.2.2",
"@sendgrid/mail": "^6.3.1",
"@turf/boolean-within": "^6.0.0",
"@turf/helpers": "^6.1.4",
"babel-eslint": "^8.2.6",
"eslint": "^4.16.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.11.1",
"expo": "^26.1.1",
"firebase": "^5.5.5",
"firebase-app": "^0.0.1",
"md5-hash": "^1.0.1",
"prop-types": "^15.6.2",
"ramda": "^0.25.0",
"react": "16.3.0-alpha.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
"react-native-animatable": "^1.3.0",
"react-native-autocomplete-input": "^3.5.0",
"react-native-checkbox": "^2.0.0",
"react-native-cli": "^2.0.1",
"react-native-firebase": "^3.2.2",
"react-native-modal-datetime-picker": "^4.13.0",
"react-native-radio-buttons": "^1.0.0",
"react-native-secure-storage": "^0.1.1",
"react-native-sensitive-info": "^5.2.6",
"react-native-swipe-gestures": "^1.0.2",
"react-navigation": "1.5.8",
"react-navigation-redux-helpers": "^1.1.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-persist-expo-securestore": "^0.1.1",
"redux-persist-sensitive-storage": "^1.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"jest-expo": "^25.0.0"
}
}