-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 868 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
{
"name": "roots",
"version": "1.0.0",
"description": "Roots mobile app",
"author": "Cheenar Banerjee, Travis Geis, Guhan Venkataraman, Max Wolff",
"private": true,
"main": "main.js",
"dependencies": {
"@exponent/ex-navigation": "^2.1.3",
"@exponent/vector-icons": "~2.0.3",
"dateformat": "~2.0.0",
"exponent": "~11.0.2",
"lodash.clonedeep": "^4.5.0",
"react": "~15.3.2",
"react-native": "git+https://github.com/exponentjs/react-native#sdk-11.0.3",
"react-native-button": "^1.7.1",
"react-native-gifted-chat": "0.0.10",
"react-native-popup-menu": "^0.6.0",
"react-native-root-toast": "^1.0.3",
"react-native-searchbar": "~1.0.2",
"react-redux": "^4.4.6",
"redux": "^3.6.0"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"eslint": "^3.10.0",
"eslint-plugin-react": "^6.6.0"
}
}