forked from Automattic/wp-calypso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
237 lines (237 loc) · 7.83 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
{
"name": "calypso",
"author": "Automattic Inc.",
"version": "0.17.0",
"description": "A pure REST-API and JS based version of the WordPress.com admin.",
"private": true,
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/Automattic/wp-calypso.git",
"directory": "client"
},
"main": "server/index.js",
"dependencies": {
"@automattic/accessible-focus": "workspace:^",
"@automattic/block-renderer": "workspace:^",
"@automattic/browser-data-collector": "workspace:^",
"@automattic/calypso-analytics": "workspace:^",
"@automattic/calypso-babel-config": "workspace:^",
"@automattic/calypso-build": "workspace:^",
"@automattic/calypso-color-schemes": "workspace:^",
"@automattic/calypso-config": "workspace:^",
"@automattic/calypso-polyfills": "workspace:^",
"@automattic/calypso-products": "workspace:^",
"@automattic/calypso-stripe": "workspace:^",
"@automattic/calypso-url": "workspace:^",
"@automattic/color-studio": "2.5.0",
"@automattic/components": "workspace:^",
"@automattic/composite-checkout": "workspace:^",
"@automattic/create-calypso-config": "workspace:^",
"@automattic/data-stores": "workspace:^",
"@automattic/design-picker": "workspace:^",
"@automattic/design-preview": "workspace:^",
"@automattic/domain-picker": "workspace:^",
"@automattic/explat-client": "workspace:^",
"@automattic/explat-client-react-helpers": "workspace:^",
"@automattic/format-currency": "workspace:^",
"@automattic/generate-password": "workspace:^",
"@automattic/global-styles": "workspace:^",
"@automattic/help-center": "workspace:^",
"@automattic/i18n-utils": "workspace:^",
"@automattic/js-utils": "workspace:^",
"@automattic/language-picker": "workspace:^",
"@automattic/languages": "workspace:^",
"@automattic/lasagna": "^0.6.1",
"@automattic/launchpad": "workspace:^",
"@automattic/load-script": "workspace:^",
"@automattic/material-design-icons": "workspace:^",
"@automattic/mini-cart": "workspace:^",
"@automattic/notifications": "workspace:^",
"@automattic/onboarding": "workspace:^",
"@automattic/plans-grid": "workspace:^",
"@automattic/react-virtualized": "^9.22.4",
"@automattic/request-external-access": "workspace:^",
"@automattic/search": "workspace:^",
"@automattic/shopping-cart": "workspace:^",
"@automattic/sites": "workspace:^",
"@automattic/social-previews": "workspace:^",
"@automattic/state-utils": "workspace:^",
"@automattic/subscriber": "workspace:^",
"@automattic/tree-select": "workspace:^",
"@automattic/viewport": "workspace:^",
"@automattic/viewport-react": "workspace:^",
"@automattic/webpack-extensive-lodash-replacement-plugin": "workspace:^",
"@automattic/webpack-inline-constant-exports-plugin": "workspace:^",
"@automattic/wpcom-checkout": "workspace:^",
"@automattic/wpcom-template-parts": "workspace:^",
"@babel/core": "^7.17.5",
"@emotion/css": "^11.9.0",
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@github/webauthn-json": "^0.4.1",
"@sentry/react": "^7.54.0",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.53.0",
"@tanstack/react-query": "^4.29.1",
"@tanstack/react-query-devtools": "^4.29.1",
"@tanstack/react-query-persist-client": "^4.29.1",
"@wordpress/a11y": "^3.38.0",
"@wordpress/api-fetch": "^6.35.0",
"@wordpress/base-styles": "^4.29.0",
"@wordpress/blocks": "^12.15.0",
"@wordpress/components": "^25.4.0",
"@wordpress/compose": "^6.15.0",
"@wordpress/data": "^9.8.0",
"@wordpress/dom": "^3.38.0",
"@wordpress/edit-post": "^7.15.0",
"@wordpress/element": "^5.15.0",
"@wordpress/html-entities": "^3.38.0",
"@wordpress/i18n": "^4.38.0",
"@wordpress/icons": "^9.29.0",
"@wordpress/is-shallow-equal": "^4.38.0",
"@wordpress/react-i18n": "^3.36.0",
"@wordpress/url": "^3.39.0",
"@wordpress/warning": "^2.38.0",
"autosize": "^4.0.4",
"body-parser": "^1.19.0",
"browser-filesaver": "^1.1.1",
"browserslist-useragent": "^3.0.3",
"bunyan": "^1.8.15",
"chalk": "^4.1.2",
"chrono-node": "^2.3.5",
"circular-dependency-plugin": "^5.2.2",
"classnames": "^2.3.1",
"clipboard": "^2.0.6",
"component-closest": "^1.0.1",
"component-file-picker": "^0.2.1",
"cookie": "^0.4.1",
"cookie-parser": "^1.4.6",
"core-js-bundle": "^3.6.4",
"cpf_cnpj": "^0.2.0",
"creditcards": "^3.1.0",
"d3-array": "^2.4.0",
"d3-axis": "^1.0.12",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.2",
"d3-shape": "^1.3.7",
"debug": "^4.3.3",
"deep-freeze": "^0.0.1",
"diff": "^4.0.2",
"dom-helpers": "^5.1.3",
"dompurify": "^2.2.9",
"draft-js": "^0.11.7",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"email-validator": "^2.0.4",
"emoji-text": "^0.2.6",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-useragent": "^1.0.15",
"fake-indexeddb": "^3.1.7",
"fast-json-stable-stringify": "^2.1.0",
"filesize": "^6.0.1",
"flag-icon-css": "^3.4.5",
"fuse.js": "^3.6.1",
"get-video-id": "^3.1.4",
"hash.js": "^1.1.7",
"he": "^1.2.0",
"html-to-react": "^1.5.1",
"i18n-calypso": "workspace:^",
"immutability-helper": "^3.0.1",
"inherits": "^2.0.4",
"is-my-json-valid": "^2.20.5",
"jest": "^29.6.1",
"jest-fetch-mock": "^3.0.3",
"jest-mock-process": "^2.0.0",
"jest-when": "^3.5.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lru": "^3.1.0",
"lunr": "^2.3.8",
"marked": "^4.0.0",
"mock-fs": "^5.0.0",
"mockdate": "^2.0.5",
"moment": "^2.26.0",
"moment-timezone": "^0.5.40",
"moment-timezone-data-webpack-plugin": "^1.5.1",
"nock": "^12.0.3",
"page": "^1.11.5",
"path-browserify": "^1.0.1",
"percentage-regex": "^3.0.0",
"phone": "^3.1.17",
"photon": "workspace:^",
"phpunserialize": "^1.1.0",
"postcss": "^8.4.5",
"prismjs": "^1.26.0",
"prop-types": "^15.7.2",
"qrcode.react": "^3.1.0",
"qs": "^6.9.1",
"react": "^18.2.0",
"react-click-outside": "^3.0.1",
"react-day-picker": "^7.4.10",
"react-dom": "^18.2.0",
"react-element-to-jsx-string": "^15.0.0",
"react-intersection-observer": "^9.4.3",
"react-live": "^4.1.1",
"react-markdown": "^8.0.7",
"react-modal": "^3.16.1",
"react-redux": "^8.0.7",
"react-router-dom": "^6.10.0",
"react-transition-group": "^4.3.0",
"reakit": "^1.3.11",
"redux": "^4.2.1",
"redux-dynamic-middlewares": "^2.2.0",
"redux-thunk": "^2.4.2",
"regenerator-runtime": "^0.13.9",
"social-logos": "^2.5.3",
"source-map-support": "^0.5.19",
"store": "^2.0.12",
"striptags": "^3.1.1",
"superagent": "^3.8.3",
"supertest": "^6.1.6",
"textarea-caret": "^3.1.0",
"to-title-case": "^1.0.0",
"tracekit": "^0.4.5",
"twemoji": "^12.1.4",
"ua-parser-js": "^0.7.22",
"uplot": "^1.6.24",
"uplot-react": "^1.1.4",
"use-debounce": "^3.1.0",
"util": "^0.12.3",
"utility-types": "^3.10.0",
"uuid": "^8.3.2",
"valid-url": "^1.0.9",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-middleware": "^5.3.1",
"webpack-hot-middleware": "^2.25.1",
"webpack-node-externals": "^3.0.0",
"wpcom": "workspace:^",
"wpcom-proxy-request": "workspace:^",
"wpcom-xhr-request": "workspace:^"
},
"devDependencies": {
"@automattic/calypso-eslint-overrides": "workspace:^",
"@sentry/webpack-plugin": "^1.18.8",
"@storybook/addon-actions": "^7.0.18",
"@tanstack/query-sync-storage-persister": "^4.29.1",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.14",
"@types/redux-mock-store": "1.0.3",
"autoprefixer": "^10.2.5",
"component-event": "^0.2.0",
"component-query": "^0.0.3",
"html-loader": "^0.5.5",
"ignore-loader": "^0.1.2",
"pkg-dir": "^5.0.0",
"react-router": "^6.10.0",
"react-test-renderer": "^18.2.0",
"redux-mock-store": "^1.5.4",
"stream-browserify": "^3.0.0"
}
}