-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.84 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "piggy",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "eslint . && jest",
"flow": "node_modules/flow-bin/cli.js"
},
"dependencies": {
"babel-plugin-module-resolver": "^3.1.0",
"eslint-config-airbnb": "^16.1.0",
"humps": "^2.0.1",
"normalizr": "^3.2.4",
"react": "^16.3.0-alpha.2",
"react-native": "^0.54.2",
"react-native-config": "^0.11.5",
"react-native-maps": "^0.20.1",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.5.8",
"react-navigation-redux-helpers": "^1.0.3",
"react-redux": "^5.0.7",
"recompose": "^0.26.0",
"recompose-ext": "file:lib/recompose-ext",
"redux": "^3.7.2",
"redux-actions": "^2.3.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"redux-ext": "file:lib/redux-ext"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-jest": "23.0.0-alpha.0",
"babel-preset-react-native": "4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"eslint": "^4.19.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native-globals": "^0.1.2",
"fetch-mock": "^6.3.0",
"flow-bin": "^0.65.0",
"flow-typed": "^2.4.0",
"jest": "22.4.2",
"jest-enzyme": "^6.0.0",
"jest-serializer-enzyme": "^1.0.0",
"react-dom": "^16.3.0-alpha.2",
"react-test-renderer": "16.3.0-alpha.2",
"redux-mock-store": "^1.4.0"
}
}