-
Notifications
You must be signed in to change notification settings - Fork 0
/
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"lint": "eslint *.js"
},
"dependencies": {
"@expo/vector-icons": "8.0.0",
"chroma-js": "2.0.2",
"expo": "31.0.6",
"prop-types": "15.6.2",
"react": "16.4.1",
"react-native": "0.57.0",
"react-native-card-flip": "1.0.4",
"react-native-color-picker": "0.4.0",
"react-native-material-ripple": "0.8.0",
"react-native-modal": "7.0.2",
"react-native-snap-carousel": "3.7.5",
"react-native-swipeout": "2.3.6",
"react-navigation": "3.0.6",
"react-redux": "5.1.1",
"redux": "4.0.1",
"redux-persist": "5.10.0",
"schedule": "0.4.0",
"sort-by": "1.2.0",
"uuid": "3.3.2"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"babel-preset-expo": "5.0.0",
"eslint": "5.10.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-react-native": "3.5.0"
},
"private": true
}