-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.45 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"lint": "eslint .",
"commit": "npx git-cz"
},
"jest": {
"preset": "jest-expo-enzyme"
},
"dependencies": {
"@expo/samples": "~3.0.3",
"@expo/vector-icons": "^10.0.0",
"@react-navigation/web": "^1.0.0-alpha.9",
"add": "^2.0.6",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-http": "^1.5.16",
"apollo-link-timeout": "^1.4.0",
"expo": "^36.0.0",
"expo-asset": "~8.0.0",
"expo-constants": "~8.0.0",
"expo-font": "~8.0.0",
"expo-localization": "~8.0.0",
"expo-web-browser": "~8.0.0",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"install": "^0.13.0",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-apollo": "^3.1.3",
"react-dom": "16.9.0",
"react-if": "^3.4.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-card-flip": "^1.0.6",
"react-native-elements": "^1.2.7",
"react-native-flash-message": "^0.1.15",
"react-native-floating-action": "^1.19.1",
"react-native-gesture-handler": "~1.5.0",
"react-native-modals": "^0.19.9",
"react-native-snap-carousel": "^3.8.4",
"react-native-web": "^0.11.7",
"react-navigation": "^3.12.0",
"reactotron-react-js": "^3.3.7",
"reactotron-react-native": "^4.0.2",
"styled-components": "^4.3.2",
"yarn": "^1.21.1"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"babel-loader": "^8.0.6",
"babel-preset-expo": "^8.0.0",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "3.0.2",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"husky": "^3.1.0",
"jest-expo": "^36.0.0",
"jest-expo-enzyme": "^0.0.1",
"lint-staged": "^9.5.0"
},
"private": true,
"husky": {
"commitizen": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}