gwchq-textjam 0.1.13 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,277 +1,277 @@
1
- {
2
- "name": "gwchq-textjam",
3
- "description": "Embeddable React editor used in Raspberry Pi text-based projects.",
4
- "version": "0.1.13",
5
- "license": "Apache-2.0",
6
- "homepage": "https://github.com/GirlsFirst/gwchq-textjam",
7
- "author": "Girls Who Code HQ",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/GirlsFirst/gwchq-textjam.git"
11
- },
12
- "engines": {
13
- "node": ">=18.17.0"
14
- },
15
- "scripts": {
16
- "start": "NODE_ENV=development BABEL_ENV=development webpack serve -c ./webpack.config.js",
17
- "build:lib": "npm run clean && NODE_ENV=production BABEL_ENV=production webpack --config webpack.lib.config.js",
18
- "prepublishOnly": "yarn build:lib",
19
- "clean": "rimraf dist",
20
- "lint": "eslint \"src/**/*.{js,jsx,json}\"",
21
- "lint:fix": "eslint --fix \"src/**/*.{js,jsx,json}\"",
22
- "stylelint": "stylelint src/**/*.scss",
23
- "test": "jest"
24
- },
25
- "module": "./dist/index.js",
26
- "exports": {
27
- ".": {
28
- "import": "./dist/index.js",
29
- "default": "./dist/index.js"
30
- },
31
- "./style.css": "./dist/style.css",
32
- "./assets/*": "./dist/assets/*"
33
- },
34
- "files": [
35
- "dist",
36
- "README.md",
37
- "LICENSE"
38
- ],
39
- "peerDependencies": {
40
- "react": ">=17",
41
- "react-dom": ">=17"
42
- },
43
- "sideEffects": [
44
- "*.css",
45
- "*.scss"
46
- ],
47
- "dependencies": {
48
- "@babel/core": "^7.17.10",
49
- "@codemirror/commands": "^6.1.1",
50
- "@codemirror/lang-css": "^6.0.0",
51
- "@codemirror/lang-html": "^6.1.2",
52
- "@codemirror/lang-javascript": "^6.2.1",
53
- "@codemirror/lang-python": "6.1.2",
54
- "@codemirror/language": "^6.2.1",
55
- "@codemirror/view": "^6.3.0",
56
- "@headless-tree/core": "^1.5.1",
57
- "@headless-tree/react": "^1.5.1",
58
- "@hello-pangea/dnd": "^16.2.0",
59
- "@juggle/resize-observer": "^3.3.1",
60
- "@lezer/highlight": "^1.0.0",
61
- "@raspberrypifoundation/design-system-react": "^2.7.0",
62
- "@reduxjs/toolkit": "^1.6.2",
63
- "@replit/codemirror-indentation-markers": "^6.1.0",
64
- "@szhsin/react-menu": "^3.2.0",
65
- "assert": "^2.1.0",
66
- "axios": "^0.24.0",
67
- "classnames": "^2.5.1",
68
- "codemirror": "^6.0.1",
69
- "date-fns": "^4.1.0",
70
- "file-saver": "^2.0.5",
71
- "highcharts": "^9.3.1",
72
- "highcharts-react-official": "^3.1.0",
73
- "i18next": "^22.0.3",
74
- "i18next-resources-to-backend": "^1.2.1",
75
- "jest-axe": "^7.0.0",
76
- "jest-canvas-mock": "^2.5.2",
77
- "js-convert-case": "^4.2.0",
78
- "jszip": "^3.10.1",
79
- "jszip-utils": "^0.1.0",
80
- "marked": "^15.0.6",
81
- "mime-types": "^2.1.35",
82
- "node-html-parser": "^6.1.5",
83
- "plotly.js": "^3.0.2",
84
- "prismjs": "^1.29.0",
85
- "process": "^0.11.10",
86
- "prop-types": "^15.8.1",
87
- "rc-resize-observer": "^1.3.1",
88
- "re-resizable": "6.9.9",
89
- "react-confirm-alert": "^2.8.0",
90
- "react-container-query": "^0.13.0",
91
- "react-cookie": "^4.1.1",
92
- "react-dropzone": "^12.0.4",
93
- "react-i18next": "^12.0.0",
94
- "react-modal": "^3.14.4",
95
- "react-redux": "^7.2.5",
96
- "react-refresh": "^0.8.3",
97
- "react-responsive": "^9.0.2",
98
- "react-router-dom": "^6.7.0",
99
- "react-tabs": "^3.2.3",
100
- "react-timer-hook": "^3.0.5",
101
- "react-toastify": "^8.1.0",
102
- "react-toggle": "^4.1.3",
103
- "stream-browserify": "^3.0.0",
104
- "util": "^0.12.5",
105
- "web-vitals": "^1.0.1"
106
- },
107
- "browserslist": {
108
- "production": [
109
- ">0.2%",
110
- "not dead",
111
- "not op_mini all"
112
- ],
113
- "development": [
114
- "last 1 chrome version",
115
- "last 1 firefox version",
116
- "last 1 safari version"
117
- ]
118
- },
119
- "devDependencies": {
120
- "@babel/preset-env": "^7.17.10",
121
- "@babel/preset-typescript": "^7.28.5",
122
- "@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
123
- "@react-three/test-renderer": "8.2.1",
124
- "@svgr/webpack": "5.5.0",
125
- "@testing-library/jest-dom": "^5.16.5",
126
- "@testing-library/react": "14.3.1",
127
- "@testing-library/user-event": "^12.1.10",
128
- "@types/jest": "^30.0.0",
129
- "@types/node": "^25.0.0",
130
- "@types/react": "^19.2.7",
131
- "@types/react-dom": "^19.2.3",
132
- "@typescript-eslint/eslint-plugin": "^4.5.0",
133
- "@typescript-eslint/parser": "^4.5.0",
134
- "babel-eslint": "^10.1.0",
135
- "babel-jest": "^29.1.2",
136
- "babel-loader": "^8.2.5",
137
- "babel-plugin-named-asset-import": "^0.3.7",
138
- "babel-plugin-prismjs": "^2.1.0",
139
- "babel-preset-react-app": "^10.0.1",
140
- "bfj": "^7.0.2",
141
- "camelcase": "^6.1.0",
142
- "case-sensitive-paths-webpack-plugin": "2.3.0",
143
- "copy-webpack-plugin": "12.0.2",
144
- "css-loader": "4.3.0",
145
- "css-minimizer-webpack-plugin": "^7.0.2",
146
- "curl": "^0.1.4",
147
- "cypress": "12.12.0",
148
- "dotenv": "8.2.0",
149
- "dotenv-expand": "5.1.0",
150
- "dotenv-webpack": "8.1.0",
151
- "eslint": "^7.11.0",
152
- "eslint-config-prettier": "^8.8.0",
153
- "eslint-config-react-app": "^6.0.0",
154
- "eslint-plugin-flowtype": "^5.2.0",
155
- "eslint-plugin-import": "^2.22.1",
156
- "eslint-plugin-jest": "^24.1.0",
157
- "eslint-plugin-jsx-a11y": "^6.3.1",
158
- "eslint-plugin-prettier": "^4.2.1",
159
- "eslint-plugin-react": "^7.21.5",
160
- "eslint-plugin-react-hooks": "^4.2.0",
161
- "eslint-plugin-testing-library": "^3.9.2",
162
- "eslint-webpack-plugin": "^2.5.2",
163
- "file-loader": "6.1.1",
164
- "html-webpack-plugin": "5.6.0",
165
- "jest": "^29.1.2",
166
- "jest-circus": "^29.1.2",
167
- "jest-css-modules-transform": "^4.4.2",
168
- "jest-environment-jsdom": "^29.1.2",
169
- "jest-github-actions-reporter": "^1.0.3",
170
- "jest-junit": "^14.0.1",
171
- "jest-resolve": "^29.1.2",
172
- "jest-scss-transform": "^1.0.3",
173
- "jest-transform-stub": "^2.0.0",
174
- "jest-transformer-svg": "^2.0.0",
175
- "jest-watch-typeahead": "^2.2.0",
176
- "mini-css-extract-plugin": "^2.9.4",
177
- "mock-match-media": "^0.4.3",
178
- "optimize-css-assets-webpack-plugin": "5.0.4",
179
- "path-browserify": "^1.0.1",
180
- "pnp-webpack-plugin": "1.6.4",
181
- "postcss-flexbugs-fixes": "4.2.1",
182
- "postcss-loader": "3.0.0",
183
- "postcss-normalize": "8.0.1",
184
- "postcss-preset-env": "6.7.0",
185
- "postcss-safe-parser": "5.0.2",
186
- "prettier": "^2.8.8",
187
- "react": "^18.1.0",
188
- "react-app-polyfill": "^3.0.0",
189
- "react-dev-utils": "^11.0.3",
190
- "react-dom": "^18.1.0",
191
- "react-test-renderer": "^18.1.0",
192
- "redux-mock-store": "^1.5.4",
193
- "resolve": "1.18.1",
194
- "resolve-url-loader": "^3.1.2",
195
- "rimraf": "^6.1.0",
196
- "sass": "^1.51.0",
197
- "sass-loader": "^10.0.0",
198
- "semver": "7.3.2",
199
- "storybook-addon-react-router-v6": "^0.2.1",
200
- "style-it": "^2.1.4",
201
- "style-loader": "1.3.0",
202
- "stylelint": "^15.11.0",
203
- "stylelint-config-recommended-scss": "3.3.0",
204
- "stylelint-order": "2.2.1",
205
- "stylelint-scss": "3.12.0",
206
- "stylelint-use-logical": "^2.1.0",
207
- "terser-webpack-plugin": "4.2.3",
208
- "ts-loader": "^9.5.4",
209
- "typescript": "^5.9.3",
210
- "url-loader": "4.1.1",
211
- "webgl-mock-threejs": "^0.0.1",
212
- "webpack": "5.95.0",
213
- "webpack-cli": "5.1.4",
214
- "webpack-dev-server": "5.1.0",
215
- "webpack-manifest-plugin": "2.2.0",
216
- "workbox-webpack-plugin": "5.1.4",
217
- "worker-plugin": "5.0.1"
218
- },
219
- "jest": {
220
- "roots": [
221
- "<rootDir>/src"
222
- ],
223
- "collectCoverageFrom": [
224
- "src/**/*.{js,jsx,ts,tsx}",
225
- "!src/**/*.d.ts"
226
- ],
227
- "setupFiles": [
228
- "react-app-polyfill/jsdom"
229
- ],
230
- "setupFilesAfterEnv": [
231
- "<rootDir>/src/utils/setupTests.js"
232
- ],
233
- "testMatch": [
234
- "<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
235
- "<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
236
- ],
237
- "testEnvironment": "jsdom",
238
- "testEnvironmentOptions": {
239
- "resources": "usable"
240
- },
241
- "testRunner": "jest-circus/runner",
242
- "transform": {
243
- "^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/config/jest/babelTransform.js",
244
- ".+\\.css$": "<rootDir>/node_modules/jest-css-modules-transform",
245
- "^.+\\.scss$": "<rootDir>/node_modules/jest-scss-transform",
246
- "^.+\\.svg$": "jest-transformer-svg",
247
- "^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|scss|svg|json)$)": "<rootDir>/node_modules/jest-transform-stub"
248
- },
249
- "transformIgnorePatterns": [
250
- "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$",
251
- "^.+\\.module\\.(css|sass|scss)$"
252
- ],
253
- "modulePaths": [],
254
- "moduleNameMapper": {
255
- "^react-native$": "react-native-web",
256
- "^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
257
- },
258
- "moduleFileExtensions": [
259
- "web.js",
260
- "js",
261
- "web.ts",
262
- "ts",
263
- "web.tsx",
264
- "tsx",
265
- "json",
266
- "web.jsx",
267
- "jsx",
268
- "node"
269
- ],
270
- "watchPlugins": [
271
- "jest-watch-typeahead/filename",
272
- "jest-watch-typeahead/testname"
273
- ],
274
- "resetMocks": true
275
- },
276
- "packageManager": "yarn@3.4.1"
277
- }
1
+ {
2
+ "name": "gwchq-textjam",
3
+ "description": "Embeddable React editor used in Raspberry Pi text-based projects.",
4
+ "version": "0.1.15",
5
+ "license": "Apache-2.0",
6
+ "homepage": "https://github.com/GirlsFirst/gwchq-textjam",
7
+ "author": "Girls Who Code HQ",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/GirlsFirst/gwchq-textjam.git"
11
+ },
12
+ "engines": {
13
+ "node": ">=18.17.0"
14
+ },
15
+ "scripts": {
16
+ "start": "NODE_ENV=development BABEL_ENV=development webpack serve -c ./webpack.config.js",
17
+ "build:lib": "npm run clean && NODE_ENV=production BABEL_ENV=production webpack --config webpack.lib.config.js",
18
+ "prepublishOnly": "yarn build:lib",
19
+ "clean": "rimraf dist",
20
+ "lint": "eslint \"src/**/*.{js,jsx,json}\"",
21
+ "lint:fix": "eslint --fix \"src/**/*.{js,jsx,json}\"",
22
+ "stylelint": "stylelint src/**/*.scss",
23
+ "test": "jest"
24
+ },
25
+ "module": "./dist/index.js",
26
+ "exports": {
27
+ ".": {
28
+ "import": "./dist/index.js",
29
+ "default": "./dist/index.js"
30
+ },
31
+ "./style.css": "./dist/style.css",
32
+ "./assets/*": "./dist/assets/*"
33
+ },
34
+ "files": [
35
+ "dist",
36
+ "README.md",
37
+ "LICENSE"
38
+ ],
39
+ "peerDependencies": {
40
+ "react": ">=17",
41
+ "react-dom": ">=17"
42
+ },
43
+ "sideEffects": [
44
+ "*.css",
45
+ "*.scss"
46
+ ],
47
+ "dependencies": {
48
+ "@babel/core": "^7.17.10",
49
+ "@codemirror/commands": "^6.1.1",
50
+ "@codemirror/lang-css": "^6.0.0",
51
+ "@codemirror/lang-html": "^6.1.2",
52
+ "@codemirror/lang-javascript": "^6.2.1",
53
+ "@codemirror/lang-python": "6.1.2",
54
+ "@codemirror/language": "^6.2.1",
55
+ "@codemirror/view": "^6.3.0",
56
+ "@headless-tree/core": "^1.5.1",
57
+ "@headless-tree/react": "^1.5.1",
58
+ "@hello-pangea/dnd": "^16.2.0",
59
+ "@juggle/resize-observer": "^3.3.1",
60
+ "@lezer/highlight": "^1.0.0",
61
+ "@raspberrypifoundation/design-system-react": "^2.7.0",
62
+ "@reduxjs/toolkit": "^1.6.2",
63
+ "@replit/codemirror-indentation-markers": "^6.1.0",
64
+ "@szhsin/react-menu": "^3.2.0",
65
+ "assert": "^2.1.0",
66
+ "axios": "^0.24.0",
67
+ "classnames": "^2.5.1",
68
+ "codemirror": "^6.0.1",
69
+ "date-fns": "^4.1.0",
70
+ "file-saver": "^2.0.5",
71
+ "highcharts": "^9.3.1",
72
+ "highcharts-react-official": "^3.1.0",
73
+ "i18next": "^22.0.3",
74
+ "i18next-resources-to-backend": "^1.2.1",
75
+ "jest-axe": "^7.0.0",
76
+ "jest-canvas-mock": "^2.5.2",
77
+ "js-convert-case": "^4.2.0",
78
+ "jszip": "^3.10.1",
79
+ "jszip-utils": "^0.1.0",
80
+ "marked": "^15.0.6",
81
+ "mime-types": "^2.1.35",
82
+ "node-html-parser": "^6.1.5",
83
+ "plotly.js": "^3.0.2",
84
+ "prismjs": "^1.29.0",
85
+ "process": "^0.11.10",
86
+ "prop-types": "^15.8.1",
87
+ "rc-resize-observer": "^1.3.1",
88
+ "re-resizable": "6.9.9",
89
+ "react-confirm-alert": "^2.8.0",
90
+ "react-container-query": "^0.13.0",
91
+ "react-cookie": "^4.1.1",
92
+ "react-dropzone": "^12.0.4",
93
+ "react-i18next": "^12.0.0",
94
+ "react-modal": "^3.14.4",
95
+ "react-redux": "^7.2.5",
96
+ "react-refresh": "^0.8.3",
97
+ "react-responsive": "^9.0.2",
98
+ "react-router-dom": "^6.7.0",
99
+ "react-tabs": "^3.2.3",
100
+ "react-timer-hook": "^3.0.5",
101
+ "react-toastify": "^8.1.0",
102
+ "react-toggle": "^4.1.3",
103
+ "stream-browserify": "^3.0.0",
104
+ "util": "^0.12.5",
105
+ "web-vitals": "^1.0.1"
106
+ },
107
+ "browserslist": {
108
+ "production": [
109
+ ">0.2%",
110
+ "not dead",
111
+ "not op_mini all"
112
+ ],
113
+ "development": [
114
+ "last 1 chrome version",
115
+ "last 1 firefox version",
116
+ "last 1 safari version"
117
+ ]
118
+ },
119
+ "devDependencies": {
120
+ "@babel/preset-env": "^7.17.10",
121
+ "@babel/preset-typescript": "^7.28.5",
122
+ "@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
123
+ "@react-three/test-renderer": "8.2.1",
124
+ "@svgr/webpack": "5.5.0",
125
+ "@testing-library/jest-dom": "^5.16.5",
126
+ "@testing-library/react": "14.3.1",
127
+ "@testing-library/user-event": "^12.1.10",
128
+ "@types/jest": "^30.0.0",
129
+ "@types/node": "^25.0.0",
130
+ "@types/react": "^19.2.7",
131
+ "@types/react-dom": "^19.2.3",
132
+ "@typescript-eslint/eslint-plugin": "^4.5.0",
133
+ "@typescript-eslint/parser": "^4.5.0",
134
+ "babel-eslint": "^10.1.0",
135
+ "babel-jest": "^29.1.2",
136
+ "babel-loader": "^8.2.5",
137
+ "babel-plugin-named-asset-import": "^0.3.7",
138
+ "babel-plugin-prismjs": "^2.1.0",
139
+ "babel-preset-react-app": "^10.0.1",
140
+ "bfj": "^7.0.2",
141
+ "camelcase": "^6.1.0",
142
+ "case-sensitive-paths-webpack-plugin": "2.3.0",
143
+ "copy-webpack-plugin": "12.0.2",
144
+ "css-loader": "4.3.0",
145
+ "css-minimizer-webpack-plugin": "^7.0.2",
146
+ "curl": "^0.1.4",
147
+ "cypress": "12.12.0",
148
+ "dotenv": "8.2.0",
149
+ "dotenv-expand": "5.1.0",
150
+ "dotenv-webpack": "8.1.0",
151
+ "eslint": "^7.11.0",
152
+ "eslint-config-prettier": "^8.8.0",
153
+ "eslint-config-react-app": "^6.0.0",
154
+ "eslint-plugin-flowtype": "^5.2.0",
155
+ "eslint-plugin-import": "^2.22.1",
156
+ "eslint-plugin-jest": "^24.1.0",
157
+ "eslint-plugin-jsx-a11y": "^6.3.1",
158
+ "eslint-plugin-prettier": "^4.2.1",
159
+ "eslint-plugin-react": "^7.21.5",
160
+ "eslint-plugin-react-hooks": "^4.2.0",
161
+ "eslint-plugin-testing-library": "^3.9.2",
162
+ "eslint-webpack-plugin": "^2.5.2",
163
+ "file-loader": "6.1.1",
164
+ "html-webpack-plugin": "5.6.0",
165
+ "jest": "^29.1.2",
166
+ "jest-circus": "^29.1.2",
167
+ "jest-css-modules-transform": "^4.4.2",
168
+ "jest-environment-jsdom": "^29.1.2",
169
+ "jest-github-actions-reporter": "^1.0.3",
170
+ "jest-junit": "^14.0.1",
171
+ "jest-resolve": "^29.1.2",
172
+ "jest-scss-transform": "^1.0.3",
173
+ "jest-transform-stub": "^2.0.0",
174
+ "jest-transformer-svg": "^2.0.0",
175
+ "jest-watch-typeahead": "^2.2.0",
176
+ "mini-css-extract-plugin": "^2.9.4",
177
+ "mock-match-media": "^0.4.3",
178
+ "optimize-css-assets-webpack-plugin": "5.0.4",
179
+ "path-browserify": "^1.0.1",
180
+ "pnp-webpack-plugin": "1.6.4",
181
+ "postcss-flexbugs-fixes": "4.2.1",
182
+ "postcss-loader": "3.0.0",
183
+ "postcss-normalize": "8.0.1",
184
+ "postcss-preset-env": "6.7.0",
185
+ "postcss-safe-parser": "5.0.2",
186
+ "prettier": "^2.8.8",
187
+ "react": "^18.1.0",
188
+ "react-app-polyfill": "^3.0.0",
189
+ "react-dev-utils": "^11.0.3",
190
+ "react-dom": "^18.1.0",
191
+ "react-test-renderer": "^18.1.0",
192
+ "redux-mock-store": "^1.5.4",
193
+ "resolve": "1.18.1",
194
+ "resolve-url-loader": "^3.1.2",
195
+ "rimraf": "^6.1.0",
196
+ "sass": "^1.51.0",
197
+ "sass-loader": "^10.0.0",
198
+ "semver": "7.3.2",
199
+ "storybook-addon-react-router-v6": "^0.2.1",
200
+ "style-it": "^2.1.4",
201
+ "style-loader": "1.3.0",
202
+ "stylelint": "^15.11.0",
203
+ "stylelint-config-recommended-scss": "3.3.0",
204
+ "stylelint-order": "2.2.1",
205
+ "stylelint-scss": "3.12.0",
206
+ "stylelint-use-logical": "^2.1.0",
207
+ "terser-webpack-plugin": "4.2.3",
208
+ "ts-loader": "^9.5.4",
209
+ "typescript": "^5.9.3",
210
+ "url-loader": "4.1.1",
211
+ "webgl-mock-threejs": "^0.0.1",
212
+ "webpack": "5.95.0",
213
+ "webpack-cli": "5.1.4",
214
+ "webpack-dev-server": "5.1.0",
215
+ "webpack-manifest-plugin": "2.2.0",
216
+ "workbox-webpack-plugin": "5.1.4",
217
+ "worker-plugin": "5.0.1"
218
+ },
219
+ "jest": {
220
+ "roots": [
221
+ "<rootDir>/src"
222
+ ],
223
+ "collectCoverageFrom": [
224
+ "src/**/*.{js,jsx,ts,tsx}",
225
+ "!src/**/*.d.ts"
226
+ ],
227
+ "setupFiles": [
228
+ "react-app-polyfill/jsdom"
229
+ ],
230
+ "setupFilesAfterEnv": [
231
+ "<rootDir>/src/utils/setupTests.js"
232
+ ],
233
+ "testMatch": [
234
+ "<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
235
+ "<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
236
+ ],
237
+ "testEnvironment": "jsdom",
238
+ "testEnvironmentOptions": {
239
+ "resources": "usable"
240
+ },
241
+ "testRunner": "jest-circus/runner",
242
+ "transform": {
243
+ "^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/config/jest/babelTransform.js",
244
+ ".+\\.css$": "<rootDir>/node_modules/jest-css-modules-transform",
245
+ "^.+\\.scss$": "<rootDir>/node_modules/jest-scss-transform",
246
+ "^.+\\.svg$": "jest-transformer-svg",
247
+ "^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|scss|svg|json)$)": "<rootDir>/node_modules/jest-transform-stub"
248
+ },
249
+ "transformIgnorePatterns": [
250
+ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$",
251
+ "^.+\\.module\\.(css|sass|scss)$"
252
+ ],
253
+ "modulePaths": [],
254
+ "moduleNameMapper": {
255
+ "^react-native$": "react-native-web",
256
+ "^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
257
+ },
258
+ "moduleFileExtensions": [
259
+ "web.js",
260
+ "js",
261
+ "web.ts",
262
+ "ts",
263
+ "web.tsx",
264
+ "tsx",
265
+ "json",
266
+ "web.jsx",
267
+ "jsx",
268
+ "node"
269
+ ],
270
+ "watchPlugins": [
271
+ "jest-watch-typeahead/filename",
272
+ "jest-watch-typeahead/testname"
273
+ ],
274
+ "resetMocks": true
275
+ },
276
+ "packageManager": "yarn@3.4.1"
277
+ }