-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.38 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
48
49
50
51
52
{
"name": "app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"data.maybe": "1.2.3",
"react": "16.8.3",
"react-native": "0.59.1",
"react-native-config": "0.11.7",
"react-native-firebase": "5.2.3",
"react-native-localize": "1.1.0",
"react-native-navigation": "2.15.0",
"react-native-vector-icons": "6.4.2",
"react-redux": "6.0.1",
"redux": "4.0.1",
"redux-logger": "3.0.6"
},
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/runtime": "7.4.2",
"babel-cli": "6.26.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.5.0",
"babel-preset-flow": "6.23.0",
"babel-preset-react-native": "4.0.1",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.11.2",
"eslint": "5.15.3",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-prettier": "3.0.1",
"flow-bin": "0.95.1",
"flow-typed": "2.5.1",
"husky": "1.3.1",
"jest": "24.5.0",
"lint-staged": "8.1.5",
"metro-react-native-babel-preset": "0.53.1",
"prettier": "1.16.4",
"react-dom": "16.8.4",
"react-test-renderer": "16.8.3",
"redux-devtools": "3.5.0",
"redux-mock-store": "1.5.3"
},
"jest": {
"preset": "react-native"
}
}