forked from devhubapp/devhub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.25 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.25 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@devhub/components",
"version": "0.102.0",
"private": false,
"main": "dist",
"scripts": {
"compile": "tsc -b --incremental",
"clean": "shx rm -f *.tsbuildinfo && shx rm -rf dist/*",
"format": "prettier --write '{.,src}/**/*.{js,jsx,ts,tsx,json}'",
"lint": "eslint src",
"prepare": "cd .. && yarn patch-package"
},
"dependencies": {
"@brunolemos/react-window-without-virtualization": "1.8.5-withoutvirtualization.1",
"@bugsnag/js": "6.4.1",
"@bugsnag/plugin-react": "6.4.0",
"@devhub/core": "0.102.0",
"@octokit/rest": "16.43.1",
"@react-spring/core": "9.0.0-rc.3",
"@react-spring/native": "9.0.0-rc.3",
"axios": "0.19.0",
"fbemitter": "2.1.1",
"flatted": "2.0.1",
"formik": "2.0.8",
"gravatar": "1.8.0",
"hoist-non-react-statics": "3.3.0",
"immer": "4.0.1",
"lodash": "4.17.20",
"moment": "2.24.0",
"polished": "3.4.1",
"qs": "6.9.1",
"react": "17.0.1",
"react-helmet-async": "1.0.3",
"react-native-appearance": "0.3.4",
"react-redux": "7.2.2",
"react-test-renderer": "17.0.1",
"react-window": "1.8.5",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-persist": "6.0.0",
"redux-saga": "1.1.3",
"reselect": "4.0.0",
"typed-redux-saga": "1.3.1",
"yup": "0.27.0"
},
"devDependencies": {
"@types/fbemitter": "2.0.32",
"@types/google.analytics": "0.0.40",
"@types/gravatar": "1.8.0",
"@types/hoist-non-react-statics": "3.3.1",
"@types/jest": "26.0.16",
"@types/lodash": "4.14.165",
"@types/qs": "6.9.0",
"@types/react": "17.0.0",
"@types/react-helmet": "6.0.0",
"@types/react-native": "0.64.10",
"@types/react-native-vector-icons": "6.4.4",
"@types/react-navigation": "3.4.0",
"@types/react-redux": "7.1.11",
"@types/react-test-renderer": "17.0.0",
"@types/react-window": "1.8.1",
"@types/yup": "0.26.24",
"babel-jest": "26.6.3",
"jest": "26.6.3",
"postinstall-postinstall": "2.0.0",
"prettier": "2.3.1",
"react-native-typescript-transformer": "1.2.13",
"redux-flipper": "1.4.2",
"reselect-tools": "0.0.7",
"shx": "0.3.3",
"ts-jest": "26.4.4",
"typescript": "4.3.4"
},
"peerDependencies": {
"eslint": "*"
}
}