forked from replayio/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
251 lines (251 loc) · 9.72 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
{
"name": "recordreplay-devtools",
"version": "1.0.0",
"description": "Web app with developer tools built on the Record Replay Protocol",
"main": "postcss.config.js",
"scripts": {
"dev": "next dev -p 8080 ",
"preprod": "NEXT_PUBLIC_API_URL=http://graphql-api.pre-prod.replay.prod/v1/graphql NEXT_PUBLIC_DISPATCH_URL=ws://agent.pre-prod.replay.prod next dev -p 8080",
"export": "next build && next export -o dist",
"test": "jest",
"test:watch": "jest --watch",
"start": "next start -p 8080",
"build": "next build",
"lint": "trunk check",
"lint:fix": "trunk check --fix",
"typecheck": "tsc",
"typecheck:watch": "yarn typecheck --watch",
"build-e2e-cra-test": "node public/test/examples/cra/build",
"build-e2e-prod-bundle": "webpack --config public/test/examples/bundles/prod_bundle/webpack.config.js",
"build-e2e-exceptions-bundle": "webpack --config public/test/examples/bundles/exceptions_bundle/webpack.config.js",
"build-e2e-mapped-styles-bundle": "webpack --config public/test/examples/bundles/mapped_styles/webpack.config.js",
"build-e2e-mapped-minified-bundle": "webpack --config public/test/examples/bundles/mapped_minified/webpack.config.js",
"upload-e2e-cra-test-sourcemaps": "cd public/test/examples/cra/dist && replay-sourcemap-upload --group e2e-test --key rwk_7XPbO5fhz0bkhANYXtN2dkm74wNQCchXf2OxVgAerTQ static/js/",
"upload-e2e-prod-bundle-sourcemap": "cd public/test/examples/ && replay-sourcemap-upload --group e2e-test --key rwk_7XPbO5fhz0bkhANYXtN2dkm74wNQCchXf2OxVgAerTQ prod_bundle.js*",
"upload-e2e-exceptions-bundle-sourcemap": "cd public/test/examples/ && replay-sourcemap-upload --group e2e-test --key rwk_7XPbO5fhz0bkhANYXtN2dkm74wNQCchXf2OxVgAerTQ exceptions_bundle.js*",
"upload-e2e-mapped-styles-bundle-sourcemap": "cd public/test/examples/ && replay-sourcemap-upload --group e2e-test --key rwk_7XPbO5fhz0bkhANYXtN2dkm74wNQCchXf2OxVgAerTQ mapped_styles.js*",
"upload-e2e-mapped-minified-bundle-sourcemap": "cd public/test/examples/ && replay-sourcemap-upload --group e2e-test --key rwk_7XPbO5fhz0bkhANYXtN2dkm74wNQCchXf2OxVgAerTQ mapped_minified.js*",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"gql:schema": "gq https://graphql.replay.io/v1/graphql -H \"X-Hasura-Admin-Secret: $HASURA_KEY\" --introspect > schema.graphql",
"gql:gen": "apollo codegen:generate --localSchemaFile=schema.graphql --target=typescript --tagName=gql --outputFlat src/graphql",
"gql": "yarn gql:schema && yarn gql:gen"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@auth0/auth0-react": "1.2.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.6",
"@lexical/link": "^0.6.5",
"@lexical/mark": "^0.6.5",
"@lexical/react": "^0.6.5",
"@reduxjs/toolkit": "^1.8.4",
"@replayio/protocol": "0.37.0",
"@sentry/react": "^7.9.0",
"@sentry/tracing": "^7.9.0",
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.26.0",
"@svgr/webpack": "^6.2.1",
"classnames": "^2.3.1",
"cookie": "^0.4.2",
"date-fns": "^2.28.0",
"design": "workspace:*",
"dotenv": "^16.0.0",
"escape-html": "^1.0.3",
"fluent-ffmpeg": "^2.1.2",
"framer-motion": "^6.3.6",
"fuzzaldrin-plus": "^0.6.0",
"graphql-ws": "^5.9.0",
"immer": "^9.0.7",
"jwt-decode": "^3.1.2",
"launchdarkly-js-client-sdk": "^2.21.0",
"lexical": "^0.6.5",
"lodash": "^4.17.21",
"logrocket": "^2.2.1",
"logrocket-react": "^5.0.1",
"mixpanel-browser": "^2.43.0",
"next": "^12.2",
"next-global-css": "^1.3.1",
"node-fetch": "2.x",
"node-protocol": "workspace:*",
"parse-script-tags": "^0.1.7",
"pretty-ms": "^7.0.1",
"prop-types": "^15.8.1",
"protocol": "workspace:*",
"react": "0.0.0-experimental-1e5245df8-20220817",
"react-canvas-confetti": "^1.3.0",
"react-circular-progressbar": "^2.0.4",
"react-devtools-inline": "^4.24.5",
"react-devtools-inline_4_18_0": "npm:[email protected]",
"react-dom": "0.0.0-experimental-1e5245df8-20220817",
"react-is": "^18.2.0",
"react-json-tree": "^0.18.0",
"react-json-view": "^1.21.3",
"react-lazyload": "^3.2.0",
"react-merge-refs": "^1.1.0",
"react-redux": "^8.0.2",
"react-resizable-panels": "^0.0.34",
"react-table": "^7.7.0",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.2",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.8",
"reactjs-popup": "^2.0.5",
"replay-next": "workspace:*",
"reselect": "^4.1.5",
"shared": "workspace:*",
"slugify": "^1.6.5"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/generator": "^7.17.7",
"@babel/parser": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"@babel/plugin-transform-react-display-name": "^7.14.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/types": "^7.14.8",
"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^28.0.2",
"@jridgewell/trace-mapping": "^0.3.14",
"@next/bundle-analyzer": "^12.2.0",
"@recordreplay/playwright": "^1.18.3",
"@recordreplay/sourcemap-upload-cli": "^0.1.1",
"@replayio/replay": "^0.9.6",
"@storybook/addon-actions": "^6.4.20",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-links": "^6.4.20",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.4.21",
"@storybook/manager-webpack5": "^6.4.20",
"@storybook/react": "^6.5.9",
"@tailwindcss/forms": "^0.5.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.1.0",
"@trunkio/launcher": "^1.0.5",
"@types/classnames": "^2.2.11",
"@types/cookie": "^0.4.1",
"@types/d3-interpolate": "^3.0.1",
"@types/escape-html": "^1.0.1",
"@types/fuzzaldrin-plus": "^0.6.2",
"@types/glob": "^7.2.0",
"@types/isomorphic-fetch": "^0.0.36",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/logrocket-react": "^3.0.0",
"@types/mixpanel-browser": "^2.35.6",
"@types/node": "^18.0.0",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-lazyload": "^3.2.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.7.10",
"@types/react-transition-group": "^4.4.5",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^8.3.1",
"@typescript-eslint/parser": "^5.38.1",
"apollo": "^2.33.10",
"autoprefixer": "^10.4.4",
"babel-jest": "^28.0.2",
"babel-loader": "^8.2.4",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-transform-import-meta": "^2.1.1",
"bufferutil": "^4.0.6",
"circular-dependency-plugin": "^5.2.2",
"comlink": "^4.3.1",
"css-loader": "^6.7.1",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"fake-indexeddb": "^3.1.7",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.1",
"glob": "^8.0.3",
"graphql": "15.8.0",
"graphqurl": "^1.0.1",
"identity-obj-proxy": "^3.0.0",
"import-sort": "^6.0.0",
"import-sort-style-replay": "workspace:*",
"isomorphic-fetch": "^3.0.0",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.1.4",
"jest": "^28.0.2",
"jest-environment-jsdom": "^28.0.2",
"jest-in-case": "^1.0.2",
"mini-css-extract-plugin": "^2.6.0",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"prettier": "^2.6.2",
"prettier-plugin-import-sort": "^0.0.7",
"prettier-plugin-tailwindcss": "^0.1.7",
"raw-loader": "^4.0.2",
"sharp": "^0.30.3",
"storybook-addon-root-attribute": "^1.0.2",
"storybook-css-modules-preset": "^1.1.1",
"style-loader": "^3.3.1",
"stylelint": "^14.16.0",
"stylelint-config-prettier": "^9.0.4",
"tailwindcss": "^3.2.4",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"typescript": "4.7.4",
"utf-8-validate": "^5.0.8",
"v8-to-istanbul": "^9.0.1",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-retry-chunk-load-plugin": "^3.0.0"
},
"browserslist": [
"chrome 95"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RecordReplay/devtools.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RecordReplay/devtools/issues"
},
"homepage": "https://github.com/RecordReplay/devtools#readme",
"workspaces": [
"packages/*"
],
"resolutions": {
"@babel/core": "7.18.5",
"@babel/parser": "7.18.5",
"@babel/traverse": "7.18.5",
"@babel/types": "7.18.4",
"graphql": "15.8.0",
"@auth0/auth0-react": "1.2.0",
"react": "0.0.0-experimental-e7d0053e6-20220325",
"react-dom": "0.0.0-experimental-e7d0053e6-20220325",
"react-is": "18.2.0",
"ts-invariant": "0.10.3",
"typescript": "4.6.3"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"parser": "typescript",
"style": "replay"
}
}
}