-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.07 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
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"bower": "^1.8.4",
"expo": "^31.0.2",
"react": "16.5.0",
"react-d3-radar": "^1.0.0-rc4",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-animated-bar": "^0.2.0",
"react-native-elements": "^0.19.1",
"react-native-gradient-buttons": "^1.2.9",
"react-native-sound": "^0.10.9",
"react-native-sound-player": "^0.5.3",
"react-native-spotify-web-api": "git+https://github.com/bdavid68/react-native-spotify-web-api.git#master",
"react-native-track-player": "^1.0.0",
"react-navigation": "^2.18.2",
"react-radar-chart": "^1.0.21",
"react-spotify-player": "^1.0.4",
"reinstall": "^2.0.0",
"spotify-web-api-js": "^1.1.1",
"spotify-web-api-node": "^4.0.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
}
}