-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.56 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
{
"name": "jf-card-sharing",
"version": "1.0.0",
"description": "Hello Expo!",
"author": "KSET",
"private": false,
"main": "main.js",
"dependencies": {
"@expo/vector-icons": "^6.3.1",
"@mpetrunic/sentry-expo": "^1.10.0",
"apollo-cache-inmemory": "^1.2.1",
"apollo-client": "^2.3.1",
"apollo-link": "^1.2.2",
"apollo-link-context": "^1.0.8",
"apollo-link-error": "^1.0.9",
"apollo-link-http": "^1.5.4",
"babel-preset-react-native": "^4.0.0",
"dotenv": "^5.0.1",
"expo": "^23.0.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"lodash": "^4.17.4",
"native-base": "^2.4.2",
"prop-types": "^15.6.1",
"react": "16.0.0",
"react-apollo": "^2.1.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"react-native-dotenv": "^0.1.1",
"react-native-elements": "^0.19.1",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-modal": "^6.0.0",
"react-native-numeric-input": "^1.3.1",
"react-native-root-toast": "^3.0.1",
"react-native-star-rating": "^1.0.9",
"react-navigation": "^1.5.11",
"redux": "^4.0.0",
"runjs": "^4.3.2"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react-native": "^2.3.2",
"eslint-plugin-standard": "^3.0.1"
}
}