forked from arnif/sonarr-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 965 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
32
33
34
35
36
{
"name": "Sonarr",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
},
"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.0.2",
"react-native": "^0.26.3",
"react-native-blur": "^0.8.0",
"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"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.0.1",
"eslint-plugin-react-native": "^1.0.0",
"immutable-devtools": "0.0.7"
}
}