forked from devhubapp/devhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.28 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
{
"name": "@devhub/components",
"version": "0.43.0",
"private": false,
"main": "dist",
"scripts": {
"compile": "tsc -b",
"clean": "shx rm -rf dist/*",
"format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'",
"lint": "tslint -p .",
"prepare": "cd .. && yarn patch-package"
},
"dependencies": {
"@devhub/core": "0.43.0",
"@octokit/rest": "^16.1.0",
"axios": "^0.18.0",
"bugsnag-js": "^4.7.3",
"bugsnag-react": "^1.1.1",
"bugsnag-react-native": "^2.12.5",
"fbemitter": "^2.1.1",
"gravatar": "^1.8.0",
"hoist-non-react-statics": "^3.2.0",
"immer": "^1.8.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"polished": "^2.3.0",
"qs": "^6.6.0",
"react": "16.7.0-alpha.2",
"react-helmet-async": "^0.2.0",
"react-native": "npm:@brunolemos/react-native",
"react-native-firebase": "^5.1.1",
"react-native-gesture-handler": "^1.0.10",
"react-native-linear-gradient": "^2.5.2",
"react-native-safari-view": "^2.1.0",
"react-native-screens": "^1.0.0-alpha.16",
"react-native-splash-screen": "^3.1.1",
"react-native-vector-icons": "^6.1.0",
"react-redux": "6.0.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.2",
"reselect": "^4.0.0"
},
"devDependencies": {
"@types/fbemitter": "^2.0.32",
"@types/gravatar": "^1.4.28",
"@types/hoist-non-react-statics": "^3.0.1",
"@types/jest": "^23.3.10",
"@types/lodash": "^4.14.118",
"@types/qs": "^6.5.1",
"@types/react": "^16.7.11",
"@types/react-helmet": "^5.0.8",
"@types/react-native": "^0.57.15",
"@types/react-native-vector-icons": "^4.6.4",
"@types/react-navigation": "^2.13.7",
"@types/react-redux": "^6.0.10",
"@types/react-test-renderer": "^16.0.3",
"babel-jest": "^23.6.0",
"husky": "^1.2.0",
"jest": "^23.6.0",
"postinstall-postinstall": "^2.0.0",
"prettier": "^1.15.3",
"react-native-typescript-transformer": "^1.2.10",
"react-test-renderer": "16.7.0",
"ts-jest": "^23.10.5",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.17.0",
"tslint-react": "^3.6.0",
"typescript": "^3.2.2"
},
"resolutions": {
"scheduler": "0.12.0"
}
}