-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
133 lines (133 loc) · 4.24 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "flow_frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"@apollo/react-common": "^3.1.4",
"@apollo/react-hooks": "^4.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@loadable/component": "^5.12.0",
"@tippyjs/react": "^4.2.6",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"fuzzysort": "^1.1.4",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"history": "^4.10.1",
"lodash": "^4.17.15",
"lz-string": "^1.4.4",
"moment": "^2.24.0",
"path-to-regexp": "^4.0.4",
"prop-types": "^15.7.2",
"query-string": "^6.10.1",
"react": "^16.12.0",
"react-apollo": "3.1.3",
"react-collapsible": "^2.6.2",
"react-compound-slider": "^2.5.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.12.0",
"react-facebook-login": "^4.1.1",
"react-fade-in": "^0.1.8",
"react-feather": "^2.0.3",
"react-ga": "^2.7.0",
"react-google-login": "^5.0.7",
"react-helmet": "^6.0.0-beta",
"react-highlight-words": "^0.16.0",
"react-loadable": "^5.5.0",
"react-modal": "^3.11.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"react-table": "^7.0.19",
"react-toastify": "^5.5.0",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.1",
"styled-components-breakpoint": "^2.1.1",
"tippy.js": "^6.2.5",
"use-onclickoutside": "^0.3.1"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "CI=true react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject",
"lint": "yarn run eslint . --ext .ts,.tsx,.js,.jsx --fix -c .eslintrc.js --quiet",
"lint-nofix": "yarn run eslint . --ext .ts,.tsx,.js,.jsx -c .eslintrc.js --quiet",
"generate": "graphql-codegen --config codegen.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@graphql-codegen/cli": "^1.17.6",
"@graphql-codegen/typescript": "^1.17.6",
"@graphql-codegen/typescript-operations": "^1.17.6",
"@graphql-codegen/typescript-react-apollo": "^1.17.6",
"@types/graphql": "^14.5.0",
"@types/jest": "^25.2.1",
"@types/loadable__component": "^5.10.0",
"@types/lodash": "^4.14.150",
"@types/lz-string": "^1.3.34",
"@types/moment": "^2.13.0",
"@types/node": "^13.13.4",
"@types/react": "^16.9.34",
"@types/react-custom-scrollbars": "^4.0.6",
"@types/react-dom": "^16.9.7",
"@types/react-facebook-login": "^4.1.2",
"@types/react-fade-in": "^0.1.0",
"@types/react-helmet": "^6.0.0",
"@types/react-highlight-words": "^0.16.1",
"@types/react-modal": "^3.10.6",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/react-table": "^7.0.19",
"@types/recharts": "^1.8.14",
"@types/redux-logger": "^3.0.7",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^3.7.0",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
"eslint-plugin-simple-import-sort": "^5.0.3",
"husky": "^3.1.0",
"lint-staged": "^10.2.2",
"prettier": "^2.0.5",
"source-map-loader": "^0.2.4",
"ts-loader": "^7.0.2",
"typescript": "^3.8.3",
"worker-loader": "^2.0.0"
},
"lint-staged": {
"*": [
"yarn run eslint --ext .ts,.tsx,.js,.jsx --fix -c .eslintrc.js --quiet"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}