-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "Sonarr",
"version": "0.0.1",
"scripts": {
"start": "react-native start",
"lint": "eslint ./app"
},
"dependencies": {
"axios": "^0.11.1",
"immutable": "^3.8.1",
"keymirror": "^0.1.1",
"lodash.debounce": "^4.0.6",
"lodash.mapvalues": "^4.3.0",
"moment": "^2.13.0",
"react": "15.3.2",
"react-native": "^0.34.1",
"react-native-blur": "^0.8.0",
"react-native-code-push": "^1.14.1-beta",
"react-native-parallax-scroll-view": "^0.18.2",
"react-native-tab-navigator": "^0.3.2",
"react-native-vector-icons": "^2.0.3",
"react-redux": "4.4.5",
"redux": "3.5.2",
"redux-actions": "^0.9.1",
"redux-logger": "^2.6.1",
"url-regex": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-react-native": "^1.0.0",
"immutable-devtools": "0.0.7"
}
}