-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.86 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
60
61
{
"name": "tabbed",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"packager": "react-native start",
"startX": "react-native run-ios --simulator='iPhone X'",
"test": "jest"
},
"dependencies": {
"axios": "^0.18.0",
"babel-eslint": "^8.2.6",
"date-fns": "^1.29.0",
"eslint": "^4.19.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"formik": "^1.0.2",
"prettier": "^1.11.1",
"prop-types": "^15.6.1",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-iphone-x-helper": "^1.0.3",
"react-native-linear-gradient": "^2.4.0",
"react-native-pose": "latest",
"react-native-svg": "^6.5.0",
"react-native-svg-uri": "^1.2.3",
"react-native-touch-id": "^4.0.1",
"react-native-typography": "^1.3.0",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.6.2",
"react-navigation-fluid-transitions": "^0.2.2",
"react-navigation-header-buttons": "^2.0.1",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-native": "^4.2.0",
"realm": "^2.13.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"remote-redux-devtools": "^0.5.12",
"styled-components": "^3.3.3",
"yup": "^0.26.3"
},
"devDependencies": {
"babel-jest": "23.0.0-alpha.0",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-object-rest-spread": "latest",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "^5.0.0",
"jest": "22.4.2",
"react-test-renderer": "^16.3.0-alpha.1"
},
"jest": {
"preset": "react-native"
}
}