-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 901 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
30
31
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"eject": "react-native eject"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/runtime": "^7.3.1",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"axios": "^0.18.0",
"es6-symbol": "^3.1.1",
"mobx": "4.9.1",
"mobx-react": "^5.4.3",
"moment": "^2.24.0",
"react": "16.6.0",
"react-native": "0.57.5",
"react-native-gesture-handler": "^1.0.15",
"react-native-vector-icons": "^6.2.0",
"react-navigation": "^3.0.9",
"recompose": "^0.30.0"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-remove-console": "^6.9.4",
"metro-react-native-babel-preset": "^0.51.1"
},
"private": true
}