-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 980 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
{
"name": "finetunemobile",
"version": "0.0.1",
"private": true,
"dependencies": {
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"axios": "^0.18.0",
"babel-plugin-module-resolver": "^3.1.1",
"prop-types": "^15.6.2",
"query-string": "^6.1.0",
"react": "16.3.1",
"react-dom": "^16.4.2",
"react-native": "0.55.4",
"react-native-app-link": "^0.4.1",
"react-native-button": "^2.3.0",
"react-native-elements": "^0.19.1",
"react-native-google-analytics-bridge": "^5.8.0",
"react-native-modal": "^6.5.0",
"react-native-sectioned-multi-select": "^0.5.2",
"react-native-swipeable": "^0.6.0",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.11.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"spotify-web-api-node": "^3.1.1"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
}
}