-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.41 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.41 KB
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
{
"name": "seedstarsbase",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lintjs": "eslint -c .eslintrc js || true"
},
"dependencies": {
"buffer": "5.0.1",
"js-sizeof": "0.0.1",
"moment": "2.17.0",
"react": "15.3.2",
"react-addons-shallow-compare": "15.3.2",
"react-native": "0.37.0",
"react-native-branch": "0.9.0",
"react-native-button": "1.7.1",
"react-native-code-push": "1.16.0-beta",
"react-native-communications": "2.1.3",
"react-native-config": "0.1.2",
"react-native-fabric": "0.3.2",
"react-native-fbsdk": "0.4.0",
"react-native-google-analytics-bridge": "4.0.2",
"react-native-navigation-redux-helpers": "0.5.0",
"react-native-onesignal": "1.2.3",
"react-native-simple-store": "1.1.0",
"react-native-tab-view": "0.0.40",
"react-native-vector-icons": "3.0.0",
"react-redux": "4.4.6",
"redux": "3.6.0",
"redux-logger": "2.7.4",
"redux-thunk": "2.1.0",
"tcomb-form": "0.9.10",
"tcomb-form-native": "0.6.1"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"eslint": "3.11.1",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.7.1",
"eslint-plugin-react-native": "2.2.0",
"remote-redux-devtools": "0.5.4",
"sass-lint": "1.10.2"
}
}