-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 809 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 809 Bytes
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": "Tindle",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
},
"dependencies": {
"eslint": "^2.2.0",
"ramda": "^0.19.1",
"react-native": "^0.19.0",
"react-native-cli": "^0.1.10",
"react-native-htmlview": "^0.2.0",
"react-native-navbar": "^1.2.1",
"react-redux": "^4.1.2",
"react-tween-state": "^0.1.4",
"redux": "^3.1.7",
"redux-storage": "^3.0.0",
"redux-storage-decorator-debounce": "^1.0.0",
"redux-storage-engine-reactnativeasyncstorage": "^1.0.0",
"redux-thunk": "^1.0.3"
},
"devDependencies": {
"babel-eslint": "^5.0.0",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.2",
"eslint-watch": "^2.1.10",
"estraverse-fb": "^1.3.1"
}
}