Team-Isaac-Polito / isaac-website

Team Isaac website
0 stars 0 forks source link

Migrate from create-react-app to Vite #14

Closed marc0777 closed 1 year ago

marc0777 commented 1 year ago

create-react-app (CRA) stopped being suggested by the React team on their tutorials and the developer themselves suggest using other alternatives, detailing all the problems and future of create-react-app in this issue comment.

The best alternative for our needs looks Vite, which works with little modifications to our setup, is actively supported and is overall better. The alternatives I think are Next.js or Vue.js, but they would bean bringing in a whole framework, that I'm not sure it's what we want or need.

I prepared this PR, which consists in the least amount of changes to move from CRA to Vite, breaking nothing and changing as little as possibile in both configuration and code.

The commands to run the project with Vite will be npm run dev, so we'll need to update the README.md and probably some of the automations, before merging into main.

In the meantime, let me know what you think!

github-actions[bot] commented 1 year ago

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

package-lock.json
  • nth-check@1.0.2
  • @ampproject/remapping@2.2.1
  • @babel/compat-data@7.22.5
  • @babel/core@7.22.5
  • @babel/generator@7.22.5
  • @babel/helper-annotate-as-pure@7.22.5
  • @babel/helper-builder-binary-assignment-operator-visitor@7.22.5
  • @babel/helper-compilation-targets@7.22.5
  • @babel/helper-create-class-features-plugin@7.22.5
  • @babel/helper-create-regexp-features-plugin@7.22.5
  • @babel/helper-define-polyfill-provider@0.4.0
  • @babel/helper-environment-visitor@7.22.5
  • @babel/helper-function-name@7.22.5
  • @babel/helper-hoist-variables@7.22.5
  • @babel/helper-member-expression-to-functions@7.22.5
  • @babel/helper-module-transforms@7.22.5
  • @babel/helper-optimise-call-expression@7.22.5
  • @babel/helper-plugin-utils@7.22.5
  • @babel/helper-remap-async-to-generator@7.22.5
  • @babel/helper-replace-supers@7.22.5
  • @babel/helper-simple-access@7.22.5
  • @babel/helper-skip-transparent-expression-wrappers@7.22.5
  • @babel/helper-split-export-declaration@7.22.5
  • @babel/helper-validator-option@7.22.5
  • @babel/helper-wrap-function@7.22.5
  • @babel/helpers@7.22.5
  • @babel/parser@7.22.5
  • @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5
  • @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5
  • @babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2
  • @babel/plugin-proposal-unicode-property-regex@7.18.6
  • @babel/plugin-syntax-async-generators@7.8.4
  • @babel/plugin-syntax-class-properties@7.12.13
  • @babel/plugin-syntax-class-static-block@7.14.5
  • @babel/plugin-syntax-dynamic-import@7.8.3
  • @babel/plugin-syntax-export-namespace-from@7.8.3
  • @babel/plugin-syntax-import-assertions@7.22.5
  • @babel/plugin-syntax-import-attributes@7.22.5
  • @babel/plugin-syntax-import-meta@7.10.4
  • @babel/plugin-syntax-json-strings@7.8.3
  • @babel/plugin-syntax-jsx@7.22.5
  • @babel/plugin-syntax-logical-assignment-operators@7.10.4
  • @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
  • @babel/plugin-syntax-numeric-separator@7.10.4
  • @babel/plugin-syntax-object-rest-spread@7.8.3
  • @babel/plugin-syntax-optional-catch-binding@7.8.3
  • @babel/plugin-syntax-optional-chaining@7.8.3
  • @babel/plugin-syntax-private-property-in-object@7.14.5
  • @babel/plugin-syntax-top-level-await@7.14.5
  • @babel/plugin-syntax-typescript@7.22.5
  • @babel/plugin-syntax-unicode-sets-regex@7.18.6
  • @babel/plugin-transform-arrow-functions@7.22.5
  • @babel/plugin-transform-async-generator-functions@7.22.5
  • @babel/plugin-transform-async-to-generator@7.22.5
  • @babel/plugin-transform-block-scoped-functions@7.22.5
  • @babel/plugin-transform-block-scoping@7.22.5
  • @babel/plugin-transform-class-properties@7.22.5
  • @babel/plugin-transform-class-static-block@7.22.5
  • @babel/plugin-transform-classes@7.22.5
  • @babel/plugin-transform-computed-properties@7.22.5
  • @babel/plugin-transform-destructuring@7.22.5
  • @babel/plugin-transform-dotall-regex@7.22.5
  • @babel/plugin-transform-duplicate-keys@7.22.5
  • @babel/plugin-transform-dynamic-import@7.22.5
  • @babel/plugin-transform-exponentiation-operator@7.22.5
  • @babel/plugin-transform-export-namespace-from@7.22.5
  • @babel/plugin-transform-for-of@7.22.5
  • @babel/plugin-transform-function-name@7.22.5
  • @babel/plugin-transform-json-strings@7.22.5
  • @babel/plugin-transform-literals@7.22.5
  • @babel/plugin-transform-logical-assignment-operators@7.22.5
  • @babel/plugin-transform-member-expression-literals@7.22.5
  • @babel/plugin-transform-modules-amd@7.22.5
  • @babel/plugin-transform-modules-commonjs@7.22.5
  • @babel/plugin-transform-modules-systemjs@7.22.5
  • @babel/plugin-transform-modules-umd@7.22.5
  • @babel/plugin-transform-named-capturing-groups-regex@7.22.5
  • @babel/plugin-transform-new-target@7.22.5
  • @babel/plugin-transform-nullish-coalescing-operator@7.22.5
  • @babel/plugin-transform-numeric-separator@7.22.5
  • @babel/plugin-transform-object-rest-spread@7.22.5
  • @babel/plugin-transform-object-super@7.22.5
  • @babel/plugin-transform-optional-catch-binding@7.22.5
  • @babel/plugin-transform-optional-chaining@7.22.5
  • @babel/plugin-transform-parameters@7.22.5
  • @babel/plugin-transform-private-methods@7.22.5
  • @babel/plugin-transform-private-property-in-object@7.22.5
  • @babel/plugin-transform-property-literals@7.22.5
  • @babel/plugin-transform-react-display-name@7.22.5
  • @babel/plugin-transform-react-jsx@7.22.5
  • @babel/plugin-transform-react-jsx-development@7.22.5
  • @babel/plugin-transform-react-jsx-self@7.22.5
  • @babel/plugin-transform-react-jsx-source@7.22.5
  • @babel/plugin-transform-react-pure-annotations@7.22.5
  • @babel/plugin-transform-regenerator@7.22.5
  • @babel/plugin-transform-reserved-words@7.22.5
  • @babel/plugin-transform-shorthand-properties@7.22.5
  • @babel/plugin-transform-spread@7.22.5
  • @babel/plugin-transform-sticky-regex@7.22.5
  • @babel/plugin-transform-template-literals@7.22.5
  • @babel/plugin-transform-typeof-symbol@7.22.5
  • @babel/plugin-transform-typescript@7.22.5
  • @babel/plugin-transform-unicode-escapes@7.22.5
  • @babel/plugin-transform-unicode-property-regex@7.22.5
  • @babel/plugin-transform-unicode-regex@7.22.5
  • @babel/plugin-transform-unicode-sets-regex@7.22.5
  • @babel/preset-env@7.22.5
  • @babel/preset-modules@0.1.5
  • @babel/preset-react@7.22.5
  • @babel/preset-typescript@7.22.5
  • @babel/regjsgen@0.8.0
  • @babel/template@7.22.5
  • @babel/traverse@7.22.5
  • @esbuild/android-arm@0.17.19
  • @esbuild/android-arm64@0.17.19
  • @esbuild/android-x64@0.17.19
  • @esbuild/darwin-arm64@0.17.19
  • @esbuild/darwin-x64@0.17.19
  • @esbuild/freebsd-arm64@0.17.19
  • @esbuild/freebsd-x64@0.17.19
  • @esbuild/linux-arm@0.17.19
  • @esbuild/linux-arm64@0.17.19
  • @esbuild/linux-ia32@0.17.19
  • @esbuild/linux-loong64@0.17.19
  • @esbuild/linux-mips64el@0.17.19
  • @esbuild/linux-ppc64@0.17.19
  • @esbuild/linux-riscv64@0.17.19
  • @esbuild/linux-s390x@0.17.19
  • @esbuild/linux-x64@0.17.19
  • @esbuild/netbsd-x64@0.17.19
  • @esbuild/openbsd-x64@0.17.19
  • @esbuild/sunos-x64@0.17.19
  • @esbuild/win32-arm64@0.17.19
  • @esbuild/win32-ia32@0.17.19
  • @esbuild/win32-x64@0.17.19
  • @floating-ui/core@1.3.0
  • @floating-ui/dom@1.3.0
  • @jridgewell/gen-mapping@0.3.3
  • @jridgewell/resolve-uri@3.1.0
  • @jridgewell/set-array@1.1.2
  • @jridgewell/sourcemap-codec@1.4.15
  • @jridgewell/sourcemap-codec@1.4.14
  • @jridgewell/trace-mapping@0.3.18
  • @rollup/pluginutils@4.2.1
  • @rollup/pluginutils@5.0.2
  • @svgr/babel-plugin-add-jsx-attribute@7.0.0
  • @svgr/babel-plugin-remove-jsx-attribute@7.0.0
  • @svgr/babel-plugin-remove-jsx-empty-expression@7.0.0
  • @svgr/babel-plugin-replace-jsx-attribute-value@7.0.0
  • @svgr/babel-plugin-svg-dynamic-title@7.0.0
  • @svgr/babel-plugin-svg-em-dimensions@7.0.0
  • @svgr/babel-plugin-transform-react-native-svg@7.0.0
  • @svgr/babel-plugin-transform-svg-component@7.0.0
  • @svgr/babel-preset@7.0.0
  • @svgr/core@7.0.0
  • @svgr/hast-util-to-babel-ast@7.0.0
  • @svgr/plugin-jsx@7.0.0
  • @types/eslint@8.40.2
  • @typescript-eslint/eslint-plugin@5.59.11
  • @typescript-eslint/experimental-utils@5.59.11
  • @typescript-eslint/parser@5.59.11
  • @typescript-eslint/scope-manager@5.59.11
  • @typescript-eslint/type-utils@5.59.11
  • @typescript-eslint/types@5.59.11
  • @typescript-eslint/typescript-estree@5.59.11
  • @typescript-eslint/utils@5.59.11
  • @typescript-eslint/visitor-keys@5.59.11
  • @vitejs/plugin-react@4.0.0
  • argparse@2.0.1
  • aria-query@5.2.1
  • axobject-query@3.2.1
  • babel-plugin-polyfill-corejs2@0.4.3
  • babel-plugin-polyfill-corejs3@0.8.1
  • babel-plugin-polyfill-regenerator@0.5.0
  • browserslist@4.21.7
  • camelcase@6.3.0
  • caniuse-lite@1.0.30001498
  • core-js-compat@3.31.0
  • cosmiconfig@8.2.0
  • debug@4.3.4
  • dequal@2.0.3
  • electron-to-chromium@1.4.427
  • entities@4.5.0
  • esbuild@0.17.19
  • escalade@3.1.1
  • estree-walker@2.0.2
  • esutils@2.0.3
  • fsevents@2.3.2
  • gensync@1.0.0-beta.2
  • globals@11.12.0
  • js-yaml@4.1.0
  • jsesc@2.5.2
  • jsesc@0.5.0
  • json5@2.2.3
  • lodash.debounce@4.0.8
  • lru-cache@5.1.1
  • ms@2.1.2
  • node-releases@2.0.12
  • picocolors@1.0.0
  • react-refresh@0.14.0
  • regenerate@1.4.2
  • regenerate-unicode-properties@10.1.0
  • regenerator-transform@0.15.1
  • regexpu-core@5.3.2
  • regjsparser@0.9.1
  • rollup@3.25.1
  • semver@6.3.0
  • source-map-js@1.0.2
  • svg-parser@2.0.4
  • unicode-canonical-property-names-ecmascript@2.0.0
  • unicode-match-property-ecmascript@2.0.0
  • unicode-match-property-value-ecmascript@2.1.0
  • unicode-property-aliases-ecmascript@2.1.0
  • update-browserslist-db@1.0.11
  • vite@4.3.9
  • vite-plugin-eslint@1.8.1
  • vite-plugin-svgr@3.2.0
  • yallist@3.1.1
  • @ampproject/remapping@2.2.1
  • @apideck/better-ajv-errors@0.3.6
  • @babel/compat-data@7.22.5
  • @babel/core@7.22.5
  • @babel/generator@7.22.5
  • @babel/helper-annotate-as-pure@7.22.5
  • @babel/helper-builder-binary-assignment-operator-visitor@7.22.5
  • @babel/helper-compilation-targets@7.22.5
  • @babel/helper-create-class-features-plugin@7.22.5
  • @babel/helper-create-regexp-features-plugin@7.22.5
  • @babel/helper-define-polyfill-provider@0.4.0
  • @babel/helper-environment-visitor@7.22.5
  • @babel/helper-function-name@7.22.5
  • @babel/helper-hoist-variables@7.22.5
  • @babel/helper-member-expression-to-functions@7.22.5
  • @babel/helper-module-transforms@7.22.5
  • @babel/helper-optimise-call-expression@7.22.5
  • @babel/helper-plugin-utils@7.22.5
  • @babel/helper-remap-async-to-generator@7.22.5
  • @babel/helper-replace-supers@7.22.5
  • @babel/helper-simple-access@7.22.5
  • @babel/helper-skip-transparent-expression-wrappers@7.22.5
  • @babel/helper-split-export-declaration@7.22.5
  • @babel/helper-validator-option@7.22.5
  • @babel/helper-wrap-function@7.22.5
  • @babel/helpers@7.22.5
  • @babel/parser@7.22.5
  • @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5
  • @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5
  • @babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2
  • @babel/plugin-proposal-unicode-property-regex@7.18.6
  • @babel/plugin-syntax-async-generators@7.8.4
  • @babel/plugin-syntax-bigint@7.8.3
  • @babel/plugin-syntax-class-properties@7.12.13
  • @babel/plugin-syntax-class-static-block@7.14.5
  • @babel/plugin-syntax-dynamic-import@7.8.3
  • @babel/plugin-syntax-export-namespace-from@7.8.3
  • @babel/plugin-syntax-import-assertions@7.22.5
  • @babel/plugin-syntax-import-attributes@7.22.5
  • @babel/plugin-syntax-import-meta@7.10.4
  • @babel/plugin-syntax-json-strings@7.8.3
  • @babel/plugin-syntax-jsx@7.22.5
  • @babel/plugin-syntax-logical-assignment-operators@7.10.4
  • @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
  • @babel/plugin-syntax-numeric-separator@7.10.4
  • @babel/plugin-syntax-object-rest-spread@7.8.3
  • @babel/plugin-syntax-optional-catch-binding@7.8.3
  • @babel/plugin-syntax-optional-chaining@7.8.3
  • @babel/plugin-syntax-private-property-in-object@7.14.5
  • @babel/plugin-syntax-top-level-await@7.14.5
  • @babel/plugin-syntax-typescript@7.22.5
  • @babel/plugin-syntax-unicode-sets-regex@7.18.6
  • @babel/plugin-transform-arrow-functions@7.22.5
  • @babel/plugin-transform-async-generator-functions@7.22.5
  • @babel/plugin-transform-async-to-generator@7.22.5
  • @babel/plugin-transform-block-scoped-functions@7.22.5
  • @babel/plugin-transform-block-scoping@7.22.5
  • @babel/plugin-transform-class-properties@7.22.5
  • @babel/plugin-transform-class-static-block@7.22.5
  • @babel/plugin-transform-classes@7.22.5
  • @babel/plugin-transform-computed-properties@7.22.5
  • @babel/plugin-transform-destructuring@7.22.5
  • @babel/plugin-transform-dotall-regex@7.22.5
  • @babel/plugin-transform-duplicate-keys@7.22.5
  • @babel/plugin-transform-dynamic-import@7.22.5
  • @babel/plugin-transform-exponentiation-operator@7.22.5
  • @babel/plugin-transform-export-namespace-from@7.22.5
  • @babel/plugin-transform-for-of@7.22.5
  • @babel/plugin-transform-function-name@7.22.5
  • @babel/plugin-transform-json-strings@7.22.5
  • @babel/plugin-transform-literals@7.22.5
  • @babel/plugin-transform-logical-assignment-operators@7.22.5
  • @babel/plugin-transform-member-expression-literals@7.22.5
  • @babel/plugin-transform-modules-amd@7.22.5
  • @babel/plugin-transform-modules-commonjs@7.22.5
  • @babel/plugin-transform-modules-systemjs@7.22.5
  • @babel/plugin-transform-modules-umd@7.22.5
  • @babel/plugin-transform-named-capturing-groups-regex@7.22.5
  • @babel/plugin-transform-new-target@7.22.5
  • @babel/plugin-transform-nullish-coalescing-operator@7.22.5
  • @babel/plugin-transform-numeric-separator@7.22.5
  • @babel/plugin-transform-object-rest-spread@7.22.5
  • @babel/plugin-transform-object-super@7.22.5
  • @babel/plugin-transform-optional-catch-binding@7.22.5
  • @babel/plugin-transform-optional-chaining@7.22.5
  • @babel/plugin-transform-parameters@7.22.5
  • @babel/plugin-transform-private-methods@7.22.5
  • @babel/plugin-transform-private-property-in-object@7.22.5
  • @babel/plugin-transform-property-literals@7.22.5
  • @babel/plugin-transform-react-constant-elements@7.22.5
  • @babel/plugin-transform-react-display-name@7.22.5
  • @babel/plugin-transform-react-jsx@7.22.5
  • @babel/plugin-transform-react-jsx-development@7.22.5
  • @babel/plugin-transform-react-pure-annotations@7.22.5
  • @babel/plugin-transform-regenerator@7.22.5
  • @babel/plugin-transform-reserved-words@7.22.5
  • @babel/plugin-transform-shorthand-properties@7.22.5
  • @babel/plugin-transform-spread@7.22.5
  • @babel/plugin-transform-sticky-regex@7.22.5
  • @babel/plugin-transform-template-literals@7.22.5
  • @babel/plugin-transform-typeof-symbol@7.22.5
  • @babel/plugin-transform-typescript@7.22.5
  • @babel/plugin-transform-unicode-escapes@7.22.5
  • @babel/plugin-transform-unicode-property-regex@7.22.5
  • @babel/plugin-transform-unicode-regex@7.22.5
  • @babel/plugin-transform-unicode-sets-regex@7.22.5
  • @babel/preset-env@7.22.5
  • @babel/preset-modules@0.1.5
  • @babel/preset-react@7.22.5
  • @babel/preset-typescript@7.22.5
  • @babel/regjsgen@0.8.0
  • @babel/template@7.22.5
  • @babel/traverse@7.22.5
  • @bcoe/v8-coverage@0.2.3
  • @csstools/normalize.css@12.0.0
  • @csstools/postcss-cascade-layers@1.1.1
  • @csstools/postcss-color-function@1.1.1
  • @csstools/postcss-font-format-keywords@1.0.1
  • @csstools/postcss-hwb-function@1.0.2
  • @csstools/postcss-ic-unit@1.0.1
  • @csstools/postcss-is-pseudo-class@2.0.7
  • @csstools/postcss-nested-calc@1.0.0
  • @csstools/postcss-normalize-display-values@1.0.1
  • @csstools/postcss-oklab-function@1.1.1
  • @csstools/postcss-progressive-custom-properties@1.3.0
  • @csstools/postcss-stepped-value-functions@1.0.1
  • @csstools/postcss-text-decoration-shorthand@1.0.0
  • @csstools/postcss-trigonometric-functions@1.0.2
  • @csstools/postcss-unset-value@1.0.2
  • @csstools/selector-specificity@2.2.0
  • @floating-ui/core@1.2.6
  • @floating-ui/dom@1.2.9
  • @istanbuljs/load-nyc-config@1.1.0
  • @istanbuljs/schema@0.1.3
  • @jest/console@27.5.1
  • @jest/console@28.1.3
  • @jest/core@27.5.1
  • @jest/environment@27.5.1
  • @jest/fake-timers@27.5.1
  • @jest/globals@27.5.1
  • @jest/reporters@27.5.1
  • @jest/schemas@28.1.3
  • @jest/source-map@27.5.1
  • @jest/test-result@27.5.1
  • @jest/test-result@28.1.3
  • @jest/test-sequencer@27.5.1
  • @jest/transform@27.5.1
  • @jest/types@27.5.1
  • @jest/types@28.1.3
  • @jridgewell/gen-mapping@0.3.3
  • @jridgewell/resolve-uri@3.1.0
  • @jridgewell/set-array@1.1.2
  • @jridgewell/sourcemap-codec@1.4.15
  • @jridgewell/sourcemap-codec@1.4.14
  • @jridgewell/trace-mapping@0.3.18
  • @leichtgewicht/ip-codec@2.0.4
  • @pmmmwh/react-refresh-webpack-plugin@0.5.10
  • @rollup/plugin-babel@5.3.1
  • @rollup/plugin-node-resolve@11.2.1
  • @rollup/plugin-replace@2.4.2
  • @rollup/pluginutils@3.1.0
  • @sinclair/typebox@0.24.51
  • @sinonjs/commons@1.8.6
  • @sinonjs/fake-timers@8.1.0
  • @surma/rollup-plugin-off-main-thread@2.2.3
  • @svgr/babel-plugin-add-jsx-attribute@8.0.0
  • @svgr/babel-plugin-add-jsx-attribute@5.4.0
  • @svgr/babel-plugin-remove-jsx-attribute@8.0.0
  • @svgr/babel-plugin-remove-jsx-attribute@5.4.0
  • @svgr/babel-plugin-remove-jsx-empty-expression@8.0.0
  • @svgr/babel-plugin-remove-jsx-empty-expression@5.0.1
  • @svgr/babel-plugin-replace-jsx-attribute-value@8.0.0
  • @svgr/babel-plugin-replace-jsx-attribute-value@5.0.1
  • @svgr/babel-plugin-svg-dynamic-title@8.0.0
  • @svgr/babel-plugin-svg-dynamic-title@5.4.0
  • @svgr/babel-plugin-svg-em-dimensions@8.0.0
  • @svgr/babel-plugin-svg-em-dimensions@5.4.0
  • @svgr/babel-plugin-transform-react-native-svg@8.0.0
  • @svgr/babel-plugin-transform-react-native-svg@5.4.0
  • @svgr/babel-plugin-transform-svg-component@8.0.0
  • @svgr/babel-plugin-transform-svg-component@5.5.0
  • @svgr/babel-preset@8.0.0
  • @svgr/babel-preset@5.5.0
  • @svgr/core@8.0.0
  • @svgr/core@5.5.0
  • @svgr/hast-util-to-babel-ast@8.0.0
  • @svgr/hast-util-to-babel-ast@5.5.0
  • @svgr/plugin-jsx@8.0.1
  • @svgr/plugin-jsx@5.5.0
  • @svgr/plugin-svgo@8.0.1
  • @svgr/plugin-svgo@5.5.0
  • @svgr/webpack@8.0.1
  • @svgr/webpack@5.5.0
  • @tootallnate/once@1.1.2
  • @trysound/sax@0.2.0
  • @types/babel__core@7.20.1
  • @types/babel__generator@7.6.4
  • @types/babel__template@7.4.1
  • @types/babel__traverse@7.20.1
  • @types/body-parser@1.19.2
  • @types/bonjour@3.5.10
  • @types/connect@3.4.35
  • @types/connect-history-api-fallback@1.5.0
  • @types/eslint@8.40.1
  • @types/eslint-scope@3.7.4
  • @types/estree@0.0.39
  • @types/express@4.17.17
  • @types/express-serve-static-core@4.17.35
  • @types/graceful-fs@4.1.6
  • @types/html-minifier-terser@6.1.0
  • @types/http-proxy@1.17.11
  • @types/mime@1.3.2
  • @types/prettier@2.7.3
  • @types/q@1.5.5
  • @types/qs@6.9.7
  • @types/range-parser@1.2.4
  • @types/resolve@1.17.1
  • @types/retry@0.12.0
  • @types/send@0.17.1
  • @types/serve-index@1.9.1
  • @types/serve-static@1.15.1
  • @types/sockjs@0.3.33
  • @types/trusted-types@2.0.3
  • @types/ws@8.5.5
  • @types/yargs@16.0.5
  • @typescript-eslint/eslint-plugin@5.59.9
  • @typescript-eslint/experimental-utils@5.59.9
  • @typescript-eslint/parser@5.59.9
  • @typescript-eslint/scope-manager@5.59.9
  • @typescript-eslint/type-utils@5.59.9
  • @typescript-eslint/types@5.59.9
  • @typescript-eslint/typescript-estree@5.59.9
  • @typescript-eslint/utils@5.59.9
  • @typescript-eslint/visitor-keys@5.59.9
  • @webassemblyjs/ast@1.11.6
  • @webassemblyjs/floating-point-hex-parser@1.11.6
  • @webassemblyjs/helper-api-error@1.11.6
  • @webassemblyjs/helper-buffer@1.11.6
  • @webassemblyjs/helper-numbers@1.11.6
  • @webassemblyjs/helper-wasm-bytecode@1.11.6
  • @webassemblyjs/helper-wasm-section@1.11.6
  • @webassemblyjs/ieee754@1.11.6
  • @webassemblyjs/leb128@1.11.6
  • @webassemblyjs/utf8@1.11.6
  • @webassemblyjs/wasm-edit@1.11.6
  • @webassemblyjs/wasm-gen@1.11.6
  • @webassemblyjs/wasm-opt@1.11.6
  • @webassemblyjs/wasm-parser@1.11.6
  • @webassemblyjs/wast-printer@1.11.6
  • @xtuc/ieee754@1.2.0
  • @xtuc/long@4.2.2
  • abab@2.0.6
  • accepts@1.3.8
  • acorn@7.4.1
  • acorn-globals@6.0.0
  • acorn-import-assertions@1.9.0
  • acorn-walk@7.2.0
  • address@1.2.2
  • adjust-sourcemap-loader@4.0.0
  • agent-base@6.0.2
  • ajv@8.12.0
  • ajv-formats@2.1.1
  • ajv-keywords@3.5.2
  • ajv-keywords@5.1.0
  • ansi-escapes@4.3.2
  • ansi-html-community@0.0.8
  • ansi-regex@6.0.1
  • ansi-styles@5.2.0
  • argparse@1.0.10
  • argparse@2.0.1
  • aria-query@5.1.3
  • array-flatten@2.1.2
  • array-flatten@1.1.1
  • array.prototype.reduce@1.0.5
  • asap@2.0.6
  • async@3.2.4
  • asynckit@0.4.0
  • at-least-node@1.0.0
  • autoprefixer@10.4.14
  • axobject-query@3.1.1
  • babel-jest@27.5.1
  • babel-loader@8.3.0
  • babel-plugin-istanbul@6.1.1
  • babel-plugin-jest-hoist@27.5.1
  • babel-plugin-named-asset-import@0.3.8
  • babel-plugin-polyfill-corejs2@0.4.3
  • babel-plugin-polyfill-corejs3@0.8.1
  • babel-plugin-polyfill-regenerator@0.5.0
  • babel-preset-current-node-syntax@1.0.1
  • babel-preset-jest@27.5.1
  • batch@0.6.1
  • bfj@7.0.2
  • big.js@5.2.2
  • bluebird@3.7.2
  • body-parser@1.20.1
  • bonjour-service@1.1.1
  • boolbase@1.0.0
  • brace-expansion@2.0.1
  • browser-process-hrtime@1.0.0
  • browserslist@4.21.7
  • bser@2.1.1
  • builtin-modules@3.3.0
  • bytes@3.1.2
  • bytes@3.0.0
  • camel-case@4.1.2
  • camelcase@5.3.1
  • camelcase@6.3.0
  • caniuse-api@3.0.0
  • caniuse-lite@1.0.30001498
  • case-sensitive-paths-webpack-plugin@2.4.0
  • char-regex@1.0.2
  • char-regex@2.0.1
  • check-types@11.2.2
  • chrome-trace-event@1.0.3
  • cjs-module-lexer@1.2.2
  • clean-css@5.3.2
  • cliui@7.0.4
  • co@4.6.0
  • coa@2.0.2
  • collect-v8-coverage@1.0.1
  • colord@2.9.3
  • colorette@2.0.20
  • combined-stream@1.0.8
  • commander@8.3.0
  • commander@7.2.0
  • commander@7.2.0
  • common-path-prefix@3.0.0
  • common-tags@1.8.2
  • commondir@1.0.1
  • compressible@2.0.18
  • compression@1.7.4
  • connect-history-api-fallback@2.0.0
  • content-disposition@0.5.4
  • content-type@1.0.5
  • cookie@0.5.0
  • cookie-signature@1.0.6
  • core-js@3.30.2
  • core-js-compat@3.30.2
  • core-js-pure@3.30.2
  • core-util-is@1.0.3
  • cosmiconfig@8.2.0
  • cosmiconfig@6.0.0
  • crypto-random-string@2.0.0
  • css-blank-pseudo@3.0.3
  • css-declaration-sorter@6.4.0
  • css-has-pseudo@3.0.4
  • css-loader@6.8.1
  • css-minimizer-webpack-plugin@3.4.1
  • css-prefers-color-scheme@6.0.3
  • css-select@4.3.0
  • css-select@2.1.0
  • css-select@5.1.0
  • css-select-base-adapter@0.1.1
  • css-tree@2.3.1
  • css-tree@2.2.1
  • css-tree@1.1.3
  • css-tree@1.0.0-alpha.37
  • css-what@6.1.0
  • css-what@3.4.2
  • cssdb@7.6.0
  • cssnano@5.1.15
  • cssnano-preset-default@5.2.14
  • cssnano-utils@3.1.0
  • csso@5.0.5
  • csso@4.2.0
  • cssom@0.4.4
  • cssom@0.3.8
  • cssstyle@2.3.0
  • data-urls@2.0.0
  • debug@2.6.9
  • debug@4.3.4
  • decimal.js@10.4.3
  • dedent@0.7.0
  • deep-equal@2.2.1
  • deepmerge@4.3.1
  • default-gateway@6.0.3
  • define-lazy-prop@2.0.0
  • delayed-stream@1.0.0
  • depd@2.0.0
  • depd@1.1.2
  • destroy@1.2.0
  • detect-newline@3.1.0
  • detect-node@2.1.0
  • detect-port-alt@1.1.6
  • diff-sequences@27.5.1
  • dns-equal@1.0.0
  • dns-packet@5.6.0
  • dom-converter@0.2.0
  • dom-serializer@1.4.1
  • dom-serializer@0.2.2
  • dom-serializer@2.0.0
  • domelementtype@2.3.0
  • domelementtype@1.3.1
  • domexception@2.0.1
  • domhandler@4.3.1
  • domhandler@5.0.3
  • domutils@2.8.0
  • domutils@1.7.0
  • domutils@3.1.0
  • dot-case@3.0.4
  • dotenv@10.0.0
  • dotenv-expand@5.1.0
  • duplexer@0.1.2
  • ee-first@1.1.1
  • ejs@3.1.9
  • electron-to-chromium@1.4.427
  • emittery@0.8.1
  • emittery@0.10.2
  • emoji-regex@8.0.0
  • emojis-list@3.0.0
  • encodeurl@1.0.2
  • enhanced-resolve@5.14.1
  • entities@2.2.0
  • entities@4.5.0
  • error-stack-parser@2.1.4
  • es-array-method-boxes-properly@1.0.0
  • es-get-iterator@1.1.3
  • es-module-lexer@1.2.1
  • escalade@3.1.1
  • escape-html@1.0.3
  • escodegen@2.0.0
  • eslint-webpack-plugin@3.2.0
  • esprima@4.0.1
  • estree-walker@1.0.1
  • esutils@2.0.3
  • etag@1.8.1
  • eventemitter3@4.0.7
  • events@3.3.0
  • execa@5.1.1
  • exit@0.1.2
  • expect@27.5.1
  • express@4.18.2
  • faye-websocket@0.11.4
  • fb-watchman@2.0.2
  • file-loader@6.2.0
  • filelist@1.0.4
  • filesize@8.0.7
  • finalhandler@1.2.0
  • find-cache-dir@3.3.2
  • find-up@4.1.0
  • find-up@3.0.0
  • follow-redirects@1.15.2
  • fork-ts-checker-webpack-plugin@6.5.3
  • form-data@3.0.1
  • forwarded@0.2.0
  • fraction.js@4.2.0
  • fresh@0.5.2
  • fs-extra@9.1.0
  • fs-extra@10.1.0
  • fs-monkey@1.0.4
  • gensync@1.0.0-beta.2
  • get-caller-file@2.0.5
  • get-own-enumerable-property-symbols@3.0.2
  • get-package-type@0.1.0
  • get-stream@6.0.1
  • glob-to-regexp@0.4.1
  • global-modules@2.0.0
  • global-prefix@3.0.0
  • globals@11.12.0
  • gzip-size@6.0.0
  • handle-thing@2.0.1
  • harmony-reflect@1.6.2
  • he@1.2.0
  • hoopy@0.1.4
  • hpack.js@2.1.6
  • html-encoding-sniffer@2.0.1
  • html-entities@2.3.5
  • html-escaper@2.0.2
  • html-minifier-terser@6.1.0
  • html-webpack-plugin@5.5.2
  • htmlparser2@6.1.0
  • http-deceiver@1.2.7
  • http-errors@2.0.0
  • http-errors@1.6.3
  • http-parser-js@0.5.8
  • http-proxy@1.18.1
  • http-proxy-agent@4.0.1
  • http-proxy-middleware@2.0.6
  • https-proxy-agent@5.0.1
  • human-signals@2.1.0
  • iconv-lite@0.4.24
  • iconv-lite@0.6.3
  • icss-utils@5.1.0
  • idb@7.1.1
  • identity-obj-proxy@3.0.0
  • immer@9.0.21
  • import-local@3.1.0
  • inherits@2.0.3
  • ini@1.3.8
  • ipaddr.js@2.1.0
  • ipaddr.js@1.9.1
  • is-arguments@1.1.1
  • is-docker@2.2.1
  • is-fullwidth-code-point@3.0.0
  • is-generator-fn@2.1.0
  • is-map@2.0.2
  • is-module@1.0.0
  • is-obj@1.0.1
  • is-plain-obj@3.0.0
  • is-potential-custom-element-name@1.0.1
  • is-regexp@1.0.0
  • is-root@2.1.0
  • is-set@2.0.2
  • is-stream@2.0.1
  • is-typedarray@1.0.0
  • is-weakmap@2.0.1
  • is-weakset@2.0.2
  • is-wsl@2.2.0
  • isarray@1.0.0
  • isarray@2.0.5
  • istanbul-lib-coverage@3.2.0
  • istanbul-lib-instrument@5.2.1
  • istanbul-lib-report@3.0.0
  • istanbul-lib-source-maps@4.0.1
  • istanbul-reports@3.1.5
  • jake@10.8.7
  • jest@27.5.1
  • jest-changed-files@27.5.1
  • jest-circus@27.5.1
  • jest-cli@27.5.1
  • jest-config@27.5.1
  • jest-diff@27.5.1
  • jest-docblock@27.5.1
  • jest-each@27.5.1
  • jest-environment-jsdom@27.5.1
  • jest-environment-node@27.5.1
  • jest-get-type@27.5.1
  • jest-haste-map@27.5.1
  • jest-jasmine2@27.5.1
  • jest-leak-detector@27.5.1
  • jest-matcher-utils@27.5.1
  • jest-message-util@27.5.1
  • jest-message-util@28.1.3
  • jest-mock@27.5.1
  • jest-pnp-resolver@1.2.3
  • jest-regex-util@27.5.1
  • jest-regex-util@28.0.2
  • jest-resolve@27.5.1
  • jest-resolve-dependencies@27.5.1
  • jest-runner@27.5.1
  • jest-runtime@27.5.1
  • jest-serializer@27.5.1
  • jest-snapshot@27.5.1
  • jest-util@27.5.1
  • jest-util@28.1.3
  • jest-validate@27.5.1
  • jest-watch-typeahead@1.1.0
  • jest-watcher@28.1.3
  • jest-watcher@27.5.1
  • jest-worker@28.1.3
  • jest-worker@27.5.1
  • jest-worker@26.6.2
  • js-yaml@3.14.1
  • js-yaml@4.1.0
  • jsdom@16.7.0
  • jsesc@2.5.2
  • jsesc@0.5.0
  • json-schema@0.4.0
  • json-schema-traverse@1.0.0
  • json5@2.2.3
  • jsonfile@6.1.0
  • jsonpointer@5.0.1
  • kind-of@6.0.3
  • kleur@3.0.3
  • klona@2.0.6
  • launch-editor@2.6.0
  • leven@3.1.0
  • levn@0.3.0
  • loader-runner@4.3.0
  • loader-utils@2.0.4
  • loader-utils@3.2.1
  • locate-path@5.0.0
  • locate-path@3.0.0
  • lodash.debounce@4.0.8
  • lodash.memoize@4.1.2
  • lodash.sortby@4.7.0
  • lodash.uniq@4.5.0
  • lower-case@2.0.2
  • lru-cache@5.1.1
  • magic-string@0.25.9
  • make-dir@3.1.0
  • makeerror@1.0.12
  • mdn-data@2.0.28
  • mdn-data@2.0.30
  • mdn-data@2.0.14
  • mdn-data@2.0.4
  • media-typer@0.3.0
  • memfs@3.5.3
  • merge-descriptors@1.0.1
  • merge-stream@2.0.0
  • methods@1.1.2
  • mime@1.6.0
  • mime-db@1.52.0
  • mime-types@2.1.35
  • mimic-fn@2.1.0
  • mini-css-extract-plugin@2.7.6
  • minimalistic-assert@1.0.1
  • minimatch@5.1.6
  • mkdirp@0.5.6
  • ms@2.0.0
  • ms@2.1.2
  • ms@2.1.3
  • multicast-dns@7.2.5
  • negotiator@0.6.3
  • neo-async@2.6.2
  • no-case@3.0.4
  • node-forge@1.3.1
  • node-int64@0.4.0
  • node-releases@2.0.12
  • normalize-range@0.1.2
  • normalize-url@6.1.0
  • npm-run-path@4.0.1
  • nth-check@2.1.1
  • nwsapi@2.2.5
  • object-is@1.1.5
  • object.getownpropertydescriptors@2.1.6
  • obuf@1.1.2
  • on-finished@2.4.1
  • on-headers@1.0.2
  • onetime@5.1.2
  • open@8.4.2
  • optionator@0.8.3
  • p-limit@2.3.0
  • p-locate@4.1.0
  • p-locate@3.0.0
  • p-retry@4.6.2
  • p-try@2.2.0
  • param-case@3.0.4
  • parse5@6.0.1
  • parseurl@1.3.3
  • pascal-case@3.1.2
  • path-exists@3.0.0
  • path-to-regexp@0.1.7
  • performance-now@2.1.0
  • picocolors@1.0.0
  • picocolors@0.2.1
  • pkg-dir@4.2.0
  • pkg-up@3.1.0
  • postcss@7.0.39
  • postcss-attribute-case-insensitive@5.0.2
  • postcss-browser-comments@4.0.0
  • postcss-calc@8.2.4
  • postcss-clamp@4.1.0
  • postcss-color-functional-notation@4.2.4
  • postcss-color-hex-alpha@8.0.4
  • postcss-color-rebeccapurple@7.1.1
  • postcss-colormin@5.3.1
  • postcss-convert-values@5.1.3
  • postcss-custom-media@8.0.2
  • postcss-custom-properties@12.1.11
  • postcss-custom-selectors@6.0.3
  • postcss-dir-pseudo-class@6.0.5
  • postcss-discard-comments@5.1.2
  • postcss-discard-duplicates@5.1.0
  • postcss-discard-empty@5.1.1
  • postcss-discard-overridden@5.1.0
  • postcss-double-position-gradients@3.1.2
  • postcss-env-function@4.0.6
  • postcss-flexbugs-fixes@5.0.2
  • postcss-focus-visible@6.0.4
  • postcss-focus-within@5.0.4
  • postcss-font-variant@5.0.0
  • postcss-gap-properties@3.0.5
  • postcss-image-set-function@4.0.7
  • postcss-initial@4.0.1
  • postcss-lab-function@4.2.1
  • postcss-loader@6.2.1
  • postcss-logical@5.0.4
  • postcss-media-minmax@5.0.0
  • postcss-merge-longhand@5.1.7
  • postcss-merge-rules@5.1.4
  • postcss-minify-font-values@5.1.0
  • postcss-minify-gradients@5.1.1
  • postcss-minify-params@5.1.4
  • postcss-minify-selectors@5.2.1
  • postcss-modules-extract-imports@3.0.0
  • postcss-modules-local-by-default@4.0.3
  • postcss-modules-scope@3.0.0
  • postcss-modules-values@4.0.0
  • postcss-nesting@10.2.0
  • postcss-normalize@10.0.1
  • postcss-normalize-charset@5.1.0
  • postcss-normalize-display-values@5.1.0
  • postcss-normalize-positions@5.1.1
  • postcss-normalize-repeat-style@5.1.1
  • postcss-normalize-string@5.1.0
  • postcss-normalize-timing-functions@5.1.0
  • postcss-normalize-unicode@5.1.1
  • postcss-normalize-url@5.1.0
  • postcss-normalize-whitespace@5.1.1
  • postcss-opacity-percentage@1.1.3
  • postcss-ordered-values@5.1.3
  • postcss-overflow-shorthand@3.0.4
  • postcss-page-break@3.0.4
  • postcss-place@7.0.5
  • postcss-preset-env@7.8.3
  • postcss-pseudo-class-any-link@7.1.6
  • postcss-reduce-initial@5.1.2
  • postcss-reduce-transforms@5.1.0
  • postcss-replace-overflow-wrap@4.0.0
  • postcss-selector-not@6.0.1
  • postcss-svgo@5.1.0
  • postcss-unique-selectors@5.1.1
  • prelude-ls@1.1.2
  • pretty-bytes@5.6.0
  • pretty-error@4.0.0
  • pretty-format@27.5.1
  • pretty-format@28.1.3
  • process-nextick-args@2.0.1
  • promise@8.3.0
  • prompts@2.4.2
  • proxy-addr@2.0.7
  • psl@1.9.0
  • q@1.5.1
  • qs@6.11.0
  • querystringify@2.2.0
  • raf@3.4.1
  • randombytes@2.1.0
  • range-parser@1.2.1
  • raw-body@2.5.1
  • react-app-polyfill@3.0.0
  • react-dev-utils@12.0.1
  • react-error-overlay@6.0.11
  • react-is@17.0.2
  • react-is@18.2.0
  • react-refresh@0.11.0
  • react-scripts@5.0.1
  • readable-stream@2.3.8
  • readable-stream@3.6.2
  • recursive-readdir@2.2.3
  • regenerate@1.4.2
  • regenerate-unicode-properties@10.1.0
  • regenerator-transform@0.15.1
  • regex-parser@2.2.11
  • regexpu-core@5.3.2
  • regjsparser@0.9.1
  • relateurl@0.2.7
  • renderkid@3.0.0
  • require-directory@2.1.1
  • require-from-string@2.0.2
  • requires-port@1.0.0
  • resolve-cwd@3.0.0
  • resolve-from@5.0.0
  • resolve-url-loader@4.0.0
  • resolve.exports@1.1.1
  • retry@0.13.1
  • rollup-plugin-terser@7.0.2
  • safe-array-concat@1.0.0
  • safe-buffer@5.1.2
  • safe-buffer@5.2.1
  • safer-buffer@2.1.2
  • sanitize.css@13.0.0
  • sass-loader@12.6.0
  • sax@1.2.4
  • saxes@5.0.1
  • schema-utils@2.7.1
  • schema-utils@4.1.0
  • schema-utils@2.7.0
  • schema-utils@3.2.0
  • select-hose@2.0.0
  • selfsigned@2.1.1
  • semver@6.3.0
  • send@0.18.0
  • serialize-javascript@4.0.0
  • serialize-javascript@6.0.1
  • serve-index@1.9.1
  • serve-static@1.15.0
  • setprototypeof@1.1.0
  • setprototypeof@1.2.0
  • shell-quote@1.8.1
  • signal-exit@3.0.7
  • sisteransi@1.0.5
  • slash@3.0.0
  • slash@4.0.0
  • snake-case@3.0.4
  • sockjs@0.3.24
  • source-list-map@2.0.1
  • source-map@0.7.4
  • source-map@0.8.0-beta.0
  • source-map-js@1.0.2
  • source-map-loader@3.0.2
  • sourcemap-codec@1.4.8
  • spdy@4.0.2
  • spdy-transport@3.0.0
  • sprintf-js@1.0.3
  • stable@0.1.8
  • stackframe@1.3.4
  • statuses@1.5.0
  • statuses@2.0.1
  • stop-iteration-iterator@1.0.0
  • string-length@4.0.2
  • string-length@5.0.1
  • string-width@4.2.3
  • string_decoder@1.1.1
  • string_decoder@1.3.0
  • stringify-object@3.3.0
  • strip-ansi@7.1.0
  • strip-bom@4.0.0
  • strip-comments@2.0.1
  • strip-final-newline@2.0.0
  • style-loader@3.3.3
  • stylehacks@5.1.1
  • supports-color@8.1.1
  • supports-hyperlinks@2.3.0
  • svg-parser@2.0.4
  • svgo@2.8.0
  • svgo@1.3.2
  • svgo@3.0.2
  • symbol-tree@3.2.4
  • tapable@1.1.3
  • tapable@2.2.1
  • temp-dir@2.0.0
  • tempy@0.6.0
  • terminal-link@2.1.1
  • terser-webpack-plugin@5.3.9
  • test-exclude@6.0.0
  • throat@6.0.2
  • thunky@1.1.0
  • tmpl@1.0.5
  • toidentifier@1.0.1
  • tough-cookie@4.1.3
  • tr46@2.1.0
  • tr46@1.0.1
  • tryer@1.0.1
  • type-check@0.3.2
  • type-detect@4.0.8
  • type-fest@0.21.3
  • type-fest@0.16.0
  • type-is@1.6.18
  • typedarray-to-buffer@3.1.5
  • unicode-canonical-property-names-ecmascript@2.0.0
  • unicode-match-property-ecmascript@2.0.0
  • unicode-match-property-value-ecmascript@2.1.0
  • unicode-property-aliases-ecmascript@2.1.0
  • unique-string@2.0.0
  • universalify@0.2.0
  • universalify@2.0.0
  • unpipe@1.0.0
  • unquote@1.1.1
  • upath@1.2.0
  • update-browserslist-db@1.0.11
  • url-parse@1.5.10
  • util.promisify@1.0.1
  • utila@0.4.0
  • utils-merge@1.0.1
  • uuid@8.3.2
  • v8-to-istanbul@8.1.1
  • vary@1.1.2
  • w3c-hr-time@1.0.2
  • w3c-xmlserializer@2.0.0
  • walker@1.0.8
  • watchpack@2.4.0
  • wbuf@1.7.3
  • webidl-conversions@6.1.0
  • webidl-conversions@5.0.0
  • webidl-conversions@4.0.2
  • webpack@5.86.0
  • webpack-dev-middleware@5.3.3
  • webpack-dev-server@4.15.1
  • webpack-manifest-plugin@4.1.1
  • webpack-sources@2.3.1
  • webpack-sources@3.2.3
  • webpack-sources@1.4.3
  • websocket-driver@0.7.4
  • websocket-extensions@0.1.4
  • whatwg-encoding@1.0.5
  • whatwg-fetch@3.6.2
  • whatwg-mimetype@2.3.0
  • whatwg-url@8.7.0
  • whatwg-url@7.1.0
  • which@1.3.1
  • which-collection@1.0.1
  • workbox-background-sync@6.6.0
  • workbox-broadcast-update@6.6.0
  • workbox-build@6.6.0
  • workbox-cacheable-response@6.6.0
  • workbox-core@6.6.0
  • workbox-expiration@6.6.0
  • workbox-google-analytics@6.6.0
  • workbox-navigation-preload@6.6.0
  • workbox-precaching@6.6.0
  • workbox-range-requests@6.6.0
  • workbox-recipes@6.6.0
  • workbox-routing@6.6.0
  • workbox-strategies@6.6.0
  • workbox-streams@6.6.0
  • workbox-sw@6.6.0
  • workbox-webpack-plugin@6.6.0
  • workbox-window@6.6.0
  • wrap-ansi@7.0.0
  • write-file-atomic@3.0.3
  • ws@8.13.0
  • ws@7.5.9
  • xml-name-validator@3.0.0
  • xmlchars@2.2.0
  • y18n@5.0.8
  • yallist@3.1.1
  • yargs@16.2.0
  • yargs-parser@20.2.9
package.json
  • @vitejs/plugin-react@^4.0.0
  • eslint-config-react-app@^7.0.1
  • vite@^4.3.9
  • vite-plugin-eslint@^1.8.1
  • vite-plugin-svgr@^3.2.0
  • @svgr/webpack@^8.0.1
  • css-loader@^6.8.1
  • react-scripts@5.0.1
  • webpack@^5.86.0
marc0777 commented 1 year ago

@cristinagenduso I had rebased the branch after the other PRs (see Slack), so your commit actually duplicated all my previous commits on the git history. Before merging it's better to clean it up :)