-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
197 lines (197 loc) · 6.51 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
189
190
191
192
193
194
195
196
197
{
"name": "researchhub",
"scripts": {
"dev": "HOST=localhost:3000 next dev",
"inspect": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"start-staging": "REACT_APP_ENV=staging next start",
"sentry": "node ./scripts/sentry.js",
"analyze": "ANALYZE=true yarn run build",
"analyze:maps": "source-map-explorer .next/static/**/*.js",
"cy:open": "cypress open --project $PWD/tests",
"cy:spec": "cypress run --project $PWD/tests --spec",
"test": "cypress run --project $PWD/tests",
"sitemap": "node scripts/createSitemap.js",
"sitemap-index": "node scripts/createSitemapIndex.js",
"lint": "./node_modules/.bin/eslint",
"prepare": "husky install"
},
"dependencies": {
"@citation-js/plugin-bibtex": "^0.7.2",
"@citation-js/plugin-ris": "^0.7.4",
"@ckeditor/ckeditor5-react": "3.0.2",
"@crello/react-lottie": "^0.0.11",
"@elastic/apm-rum": "^5.6.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-common-types": "^6.3.0",
"@fortawesome/fontawesome-free-brands": "^5.1.0-3",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/pro-duotone-svg-icons": "^6.2.0",
"@fortawesome/pro-light-svg-icons": "^6.4.0",
"@fortawesome/pro-regular-svg-icons": "^6.1.1",
"@fortawesome/pro-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lottiefiles/lottie-player": "^1.7.1",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.12",
"@mui/x-data-grid": "^6.0.1",
"@quantfive/js-web-config": "^1.0.8",
"@quantfive/react-burger-menu": "^2.6.19",
"@quantfive/react-image-upload-grid": "^1.1.4",
"@ramonak/react-progress-bar": "^4.4.0",
"@researchhub/ckeditor5-custom-build": "^0.0.35",
"@sentry/browser": "^5.9.1",
"@sentry/cli": "^1.58.0",
"@sentry/nextjs": "^7.19.0",
"@stripe/stripe-js": "^4.10.0",
"@thomasvu/ckeditor5-custom-build": "^0.0.23",
"@types/react-sidebar": "^3.0.0",
"@vercel/analytics": "^0.1.6",
"@wagmi/core": "^1.4.1",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-source-maps": "^0.0.3",
"add": "^2.0.6",
"aphrodite": "^2.4.0",
"babel-plugin-transform-imports": "^2.0.0",
"better-react-mathjax": "^2.0.3",
"citation-js": "^0.6.8",
"dayjs": "^1.10.3",
"draft-convert": "^2.1.10",
"draft-js": "^0.11.7",
"eslint-config-prettier": "^8.3.0",
"ethers": "^5.7.2",
"framer-motion": "^10.9.2",
"fslightbox-react": "^1.4.9",
"immutability-helper": "^3.0.1",
"immutable": "^4.0.0-rc.12",
"isomorphic-unfetch": "^3.0.0",
"javascript-time-ago": "^2.0.7",
"js-cookie": "^2.2.1",
"js-sha3": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.6.2",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"material-ui-popup-state": "^5.0.9",
"next": "^13.1.2",
"next-compose-plugins": "^2.2.1",
"next-redux-wrapper": "^4.0.0",
"next-transpile-modules": "^10.0.0",
"nookies": "^2.5.2",
"nuka-carousel": "^4.6.6",
"numeral": "^2.0.6",
"pdfjs-dist": "^3.6.172",
"persona-react": "^5.1.0",
"quill": "^1.3.7",
"quill-delta-to-html": "^0.12.1",
"quill-magic-url": "^4.1.4",
"quill-to-plaintext": "^1.0.0",
"rangy": "^1.3.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-alert": "^7.0.3",
"react-autosize-textarea": "^7.0.0",
"react-avatar": "^3.7.0",
"react-avatar-edit": "^0.8.3",
"react-beautiful-dnd": "^13.0.0",
"react-collapsible": "^2.8.0",
"react-confetti": "4.0.1",
"react-dates": "^21.8.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-ga": "^2.7.0",
"react-google-charts": "^3.0.15",
"react-google-login": "^5.0.5",
"react-google-recaptcha": "^2.1.0",
"react-horizontal-scrolling-menu": "0.7.8",
"react-html-parser": "^2.0.2",
"react-image-gallery": "^1.3.0",
"react-images-viewer": "^1.7.1",
"react-infinite-scroller": "^1.2.4",
"react-katex": "^2.0.2",
"react-lazyload": "^3.2.0",
"react-lottie": "^1.2.3",
"react-modal": "^3.10.1",
"react-modal-image": "^2.5.0",
"react-placeholder": "^3.0.2",
"react-progressbar": "^1.4.6",
"react-quill": "^1.3.5",
"react-redux": "^7.1.1",
"react-ripples": "^2.2.1",
"react-select": "^3.0.7",
"react-sliding-pane": "^7.3.0",
"react-sparkle": "^1.0.8",
"react-spinners": "^0.6.1",
"react-spring": "^8.0.27",
"react-step-progress-bar": "^1.0.3",
"react-tag-input-component": "^2.0.2",
"react-tagsinput": "^3.19.0",
"react-tiny-popover": "^7.2.0",
"react-toastify": "^9.1.3",
"react-toggle": "^4.1.1",
"react-tooltip": "3.11.6",
"react-typist": "^2.0.5",
"react-waypoint": "^9.0.3",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"remove-markdown": "^0.3.0",
"safe-url": "^1.0.0",
"sanitize-html": "^2.12.1",
"slate": "0.47.8",
"slate-html-serializer": "^0.8.13",
"slate-plain-serializer": "^0.7.13",
"stripe": "^17.3.1",
"typescript": "^4.4.2",
"undux": "^5.2.0",
"viem": "^1.16.5",
"wagmi": "^1.4.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.3.0",
"yarn": "^1.22.19",
"yet-another-react-lightbox": "^3.13.1"
},
"devDependencies": {
"@ckeditor/ckeditor5-inspector": "^2.2.2",
"@next/bundle-analyzer": "^11.1.0",
"@types/draft-js": "^0.11.1",
"@types/react-alert": "^7.0.2",
"@types/react-modal": "^3.12.0",
"@types/react-redux": "^7.1.16",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"axios": "^0.21.1",
"cypress": "^8.2.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.24.0",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"progress": "^2.0.3",
"source-map-explorer": "^2.5.2",
"webpack-cli": "^4.8.0"
},
"browser": {
"child_process": false
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"lint-staged": {
"*..tsx": "eslint --cache --fix",
"*.{js,css,md,.tsx}": "prettier --write"
}
}