-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.76 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.76 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
53
54
55
56
57
58
59
{
"name": "tailor",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "^2.1.0",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.52.0",
"jest": "^20.0.4",
"jest-expo": "~19.0.0",
"react-native-scripts": "1.1.0",
"react-test-renderer": "16.0.0-alpha.12",
"redux-devtools": "^3.4.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"apollo-client": "^1.9.3",
"apollo-fetch": "^0.6.0",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"color": "^2.0.0",
"expo": "^19.0.0",
"react": "16.0.0-alpha.12",
"react-apollo": "^1.4.15",
"react-native": "^0.46.1",
"react-native-auth0": "^1.2.0",
"react-native-aws3": "0.0.8",
"react-native-google-places": "^2.4.2",
"react-native-md-textinput": "^2.0.4",
"react-native-progress": "^3.4.0",
"react-native-tab-view": "0.0.69",
"react-native-vector-icons": "^4.4.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-persist": "^4.9.1",
"redux-thunk": "^2.2.0",
"subscriptions-transport-ws": "^0.8.3"
}
}