Newer
Older
"version": "23.6.0",
"@juggle/resize-observer": "^3.1.2",
"@playwright/test": "^1.29.1",
"@react-aria/focus": "^3.8.0",
"@react-aria/listbox": "^3.6.1",
"@react-aria/utils": "^3.13.3",
"@react-stately/collections": "^3.4.3",
"@react-stately/list": "^3.5.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react-modal": "^3.16.0",
"@types/react-router-dom": "^5.3.3",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"downshift": "7.6.0",
"focus-visible": "^4.1.1",
"glamor": "^2.20.40",
"jest-watch-typeahead": "^2.2.2",
"node-noop": "1.0.0",
"pikaday": "1.8.0",
"react": "18.2.0",
"react-app-rewired": "^2.2.1",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "18.2.0",
"react-merge-refs": "^1.1.0",
"react-modal": "3.16.1",
"react-redux": "7.2.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-router-dom-v5-compat": "^6.4.1",
"react-scripts": "^5.0.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"start": "cross-env PORT=3001 react-app-rewired start",
"start:browser": "cross-env ./bin/watch-browser",
"watch": "cross-env BROWSER=none yarn start",
"build": "cross-env INLINE_RUNTIME_CHUNK=false react-app-rewired build",
"build:browser": "cross-env ./bin/build-browser",
"test": "react-app-rewired test",
"e2e": "npx playwright test --browser=chromium",
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/src/setupTests.js"