-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.45 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
{
"name": "ipeedy",
"version": "0.1.0",
"description": "Market for the people, by the people",
"author": "bkdev",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=19001'",
"prettier": "prettier --single-quote --print-width 80 --trailing-comma all --write 'src/**/*.js'"
},
"dependencies": {
"@appandflow/touchable": "^1.2.2",
"@expo/react-native-action-sheet": "^1.0.1",
"@mapbox/polyline": "^0.2.0",
"@ptomasroos/react-native-multi-slider": "^0.0.11",
"awesome-phonenumber": "^2.2.1",
"axios": "^0.17.1",
"date-fns": "^1.29.0",
"expo": "^23.0.0",
"react": "16.0.0",
"react-apollo": "^1.4.16",
"react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"react-native-aws3": "0.0.8",
"react-native-google-maps-directions": "^1.1.2",
"react-native-star-rating": "^1.0.8",
"react-native-swiper": "^1.5.13",
"react-navigation": "^1.0.0-beta.21",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"rn-placeholder": "^1.1.0",
"shortid": "^2.2.8",
"slug": "^0.9.1",
"styled-components": "^2.2.3",
"subscriptions-transport-ws": "^0.8.2"
},
"devDependencies": {
"eslint": "^4.11.0",
"eslint-config-equimper": "^2.2.1",
"eslint-config-prettier": "^2.8.0",
"prettier": "^1.8.2"
}
}