-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 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": "meetattheshow",
"version": "0.0.1",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "./node_modules/eslint/bin/eslint.js \".\"",
"flow": "flow; test $? -eq 0 -o $? -eq 2"
},
"dependencies": {
"babel-cli": "~6.18.0",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"react": "15.4.1",
"react-mixin": "^3.0.5",
"react-native": "0.39.2",
"react-native-code-push": "1.16.1-beta",
"react-native-keychain": "^0.3.2",
"react-redux": "^4.4.5",
"react-timer-mixin": "^0.13.3",
"redux": "^5.0.1",
"redux-logger": "^2.7.4",
"redux-persist": "^4.0.0",
"reselect": "^2.5.4"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "18.0.0",
"babel-polyfill": "^6.20.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.8.0",
"flow-bin": "^0.27.0",
"jest": "18.0.0",
"react-test-renderer": "15.4.1"
},
"jest": {
"preset": "react-native"
},
"engines": {
"node": ">=6.0",
"npm": ">=3.0"
}
}