-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
51 lines (51 loc) · 1.47 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
46
47
48
49
50
51
{
"name": "SoundcloudMboX",
"description": "SoundcloudMobX is the Soundcloud for iOS, Build with React-Native and MobX.",
"version": "0.0.1",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "node node_modules/.bin/eslint .",
"dev": "react-native run-ios"
},
"keywords": [
"react-native",
"react",
"mobx",
"music-player",
"ios-app",
"soundcloud"
],
"repository": {
"type": "git",
"url": "git+https://github.com/trazyn/SoundcloudMboX.git"
},
"license": "MIT",
"homepage": "https://github.com/trazyn/SoundcloudMboX",
"dependencies": {
"axios": "^0.16.2",
"mobx": "^3.1.16",
"mobx-react": "^4.0.3",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-native-audio-streaming": "^2.3.2",
"react-native-splash-screen": "^2.1.0",
"react-native-vector-icons": "^4.2.0",
"react-navigation": "^1.0.0-beta.9",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-remove-console": "^6.8.4",
"eslint": "^4.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1"
}
}