forked from ecency/ecency-vision
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
188 lines (188 loc) · 5.81 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "ecency-vision",
"version": "3.0.35",
"private": true,
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build --noninteractive",
"test": "TZ=UTC razzle test --env=jsdom",
"prepare": "husky install",
"format": "prettier --ignore-unknown --write './src/**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"precommit": "lint-staged",
"start:prod": "NODE_ENV=production node build/server.js",
"compile": "graphql-codegen",
"watch": "graphql-codegen -w"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@ecency/render-helper": "^2.2.24",
"@ecency/render-helper-amp": "^1.1.0",
"@firebase/analytics": "^0.8.0",
"@firebase/app": "^0.7.28",
"@firebase/messaging": "^0.9.16",
"@hiveio/dhive": "^1.2.5",
"@hiveio/hivescript": "^1.2.7",
"@loadable/component": "^5.15.2",
"@loadable/server": "^5.15.2",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-query-devtools": "^4.29.7",
"@webscopeio/react-textarea-autocomplete": "^4.8.1",
"axios": "^0.21.2",
"bs58": "^4.0.1",
"connected-react-router": "^6.8.0",
"cookie-parser": "^1.4.5",
"currency-symbol-map": "^4.0.4",
"debounce": "^1.2.1",
"diff-match-patch": "^1.0.5",
"express": "^4.17.3",
"graphql": "^16.7.1",
"history": "4.7.2",
"hive-uri": "^0.2.3",
"hivesigner": "^3.2.8",
"html-react-parser": "^1.2.1",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.2.0",
"immutability-helper": "^3.0.2",
"js-base64": "^3.7.5",
"js-cookie": "^2.2.1",
"js-md5": "^0.7.3",
"lightweight-charts": "^3.8.0",
"loadable-ts-transformer": "^1.0.0-alpha.3",
"medium-zoom": "^1.0.6",
"moment": "^2.29.4",
"node-cache": "^5.1.0",
"node-html-parser": "^5.3.3",
"numeral": "^2.0.6",
"path-to-regexp": "^6.1.0",
"qrcode": "^1.5.1",
"qs": "^6.10.3",
"query-string": "^6.13.1",
"react": "^16.8.6",
"react-beautiful-dnd": "^13.1.0",
"react-bootstrap": "^1.0.1",
"react-datetime": "^3.0.4",
"react-dom": "^16.8.6",
"react-fast-compare": "^3.2.0",
"react-google-recaptcha": "^2.1.0",
"react-grid-layout": "^1.3.4",
"react-helmet": "^6.0.0",
"react-highcharts": "^16.1.0",
"react-img-webp": "^2.0.2",
"react-in-viewport": "^1.0.0-alpha.30",
"react-popper": "^2.2.5",
"react-redux": "^7.2.0",
"react-resize-detector": "^7.1.2",
"react-router-dom": "^5.0.1",
"react-sortablejs": "^2.0.11",
"react-textarea-autosize": "^8.4.1",
"react-twitter-embed": "^4.0.4",
"react-use": "^17.4.0",
"react-virtualized": "^9.22.3",
"redis": "4.6.7",
"redux": "4.0.5",
"redux-thunk": "^2.3.0",
"rss": "^1.2.2",
"sass": "^1.56.2",
"serialize-javascript": "^3.1.0",
"sortablejs": "^1.13.0",
"speakingurl": "^14.0.1",
"use-async-effect": "^2.2.6",
"use-indexeddb": "^2.0.2",
"uuid": "^9.0.0",
"xss": "^1.0.8"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@loadable/webpack-plugin": "^5.15.2",
"@types/bs58": "^4.0.1",
"@types/bytebuffer": "^5.0.41",
"@types/cookie-parser": "^1.4.2",
"@types/diff-match-patch": "^1.0.32",
"@types/express": "^4.17.0",
"@types/history": "4.7.2",
"@types/jest": "^26.0.24",
"@types/js-cookie": "^2.2.6",
"@types/js-md5": "^0.7.0",
"@types/loadable__component": "^5.13.4",
"@types/loadable__server": "^5.12.6",
"@types/lodash": "^4.14.191",
"@types/node": "^12.6.6",
"@types/numeral": "^2.0.2",
"@types/path-to-regexp": "^1.7.0",
"@types/qrcode": "^1.4.2",
"@types/react": "^16.8.23",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^16.8.4",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-grid-layout": "^1.3.2",
"@types/react-helmet": "^6.0.0",
"@types/react-highcharts": "^16.0.3",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^4.3.4",
"@types/react-test-renderer": "^16.9.2",
"@types/react-virtualized": "^9.21.21",
"@types/redis": "^4.0.11",
"@types/resize-observer-browser": "^0.1.7",
"@types/rss": "^0.0.29",
"@types/serialize-javascript": "^1.5.0",
"@types/sortablejs": "^1.15.0",
"@types/speakingurl": "^13.0.3",
"@types/uuid": "^9.0.0",
"@types/webpack-env": "^1.14.0",
"@types/webscopeio__react-textarea-autocomplete": "^4.7.2",
"babel-preset-razzle": "^4.0.5",
"html-webpack-plugin": "4.5.2",
"husky": "^8.0.1",
"jest": "^26.0.0",
"lint-staged": "^13.0.3",
"mini-css-extract-plugin": "0.9.0",
"mockdate": "^3.0.2",
"postcss": "8.2.13",
"prettier": "^2.7.1",
"razzle": "^4.0.5",
"razzle-dev-utils": "^4.0.5",
"razzle-plugin-scss": "^4.0.5",
"razzle-plugin-typescript": "^3.0.0",
"react-test-renderer": "^16.13.1",
"timers": "^0.1.1",
"ts-jest": "^26.4.2",
"tslint": "^5.18.0",
"tslint-react": "^4.0.0",
"typescript": "4.1.6",
"url-loader": "^4.1.1",
"webpack": "4.46.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-dev-server": "3.11.0"
},
"resolutions": {
"jest": "^26.0.0",
"@types/react": "^16.8.23"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md,json}": [
"yarn format"
]
},
"jest": {
"transform": {
"\\.(ts|tsx)$": "ts-jest",
"\\.css$": "<rootDir>/node_modules/razzle/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/node_modules/razzle/config/jest/fileTransform.js"
},
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.(ts|js)?(x)",
"<rootDir>/src/**/?(*.)(spec|test).(ts|js)?(x)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}"
]
}
}