* Delete CommonComponentProps, Classes, import them from design-system * Delete Icon.test.tsx * Remove color utils, add import from design-system * Remove Variant, add import from design-system * Remove unused toast parameters from common * use design-system version 28-alpha-7 * Move ThemeProp from ads/common to widgets/constants * fix import * Delete index.ts * feat: migrated form group from ads folder to design system repository (#17400) * feat: migrated form group from ads folder to design system repo * fix: formGroup label color fix * DS version updated * Updated Label Config * chore: Flapdoodle version upgrade to 3.5.0 (#17609) * chore: code split tenant API CE (#17596) ## Description We shouldn't expose tenant config on CE , so on CE, we should only return the necessary user permissions hard coded on the saga. ## Type of change - New feature (non-breaking change which adds functionality) ## How Has This Been Tested? - Manual ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes * chore: BaseAppsmithRepo code split (#17614) * chore: Updating the tenant API to return the complete object instead of just the configuration (#17615) * Fix sandbox iframe default setting (#17618) * feat: upgrade hooks | audit logs (#17525) * feat: Text Widget Reskinning (#17298) * feat: Use truncate button color from theme * fix: Update Truncate Button Color validation regex * feat: Maintain Focus and Context Phase 1 (#16317) * fix: update regex and test case for organisation website (#17612) * chore: Add properties to analytics event (#17621) * feat: enabled setTimeout/clearTimeout APIs (#17445) * Update top contributors * fix: ms sql default port updated to 1433 (#17342) * fix: removed global style from design system dropdown component (#17392) * bug: removed global style from design system dropdown component * changed design system package version * fix: Dropdown background fix - design system * design-system - dropdown background color fix * DS version updated * chore: Fixing broken client build (#17634) ## Description EE client build is broken due to not following proper code splitting strategy; one file in particularly didn't get split earlier and changes to that file broke the client build on EE. This PR fixes the issues. * Fix/16994 refactor common datatype handling (#17429) * fix:Add array datatype to execute request * feat: Consume and store type of array elements in Param class (#16994) * Append param instead of clientDataType in varargs (#16994) * Refactor common data type handling w.r.t newer structure (#16994) This commit takes care of the following items: - It minimizes the number of usage to the older stringToKnownDataTypeConverter method - Modifies the existing test cases to conform to the newer structure - Marks stringToKnownDataTypeConverter method as deprecated to discourage further use * Remove comma delimited numbers from valid test cases (#16994) * Fix extracting clientDataType from varargs in MySQL (#16994) * Pass param as a dedicated parameter in json smart replacement (#16994) * Remove varargs from json smart replacement method (#16994) * Move BsonType to mongoplugin module (#16994) * Introduce NullArrayType and refactor BsonType test cases (#16994) * Add new test cases on numeric string with leading zero (#16994) * Refactor test case name (#16994) * Add comment on the ordering of Json and Bson types (#16994) * Add comment on the ordering of Json and Bson types (#16994) * Add NullArrayType in Postgres and introduce postgres-specific types (#16994) * Add data type test cases for Postgres and change as per review comments (#16994) Co-authored-by: ChandanBalajiBP <chandan@appsmith.com> * feat: Update invite modal submit when we have tabs in modal (#17608) ## Description > Update invite modal submit when we have tabs in modal. Fixes [#16741](https://github.com/appsmithorg/appsmith/issues/16741) ## Type of change - New feature (non-breaking change which adds functionality) ## How Has This Been Tested? > Tested it locally. ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes * feat: AST based entity refactor (#17434) * task: AST based entity refactor * implemented refactor logic * jest cases with string manipulation using AST logic * comments and indentation * added evalVersion to request * chore: Added feature flag for datasource environments (#17657) chore: Added Feature flag for datasource environments * chore: Corrected analytics event for instance setting events (#17622) * Update top contributors * Fix typo in cloud-hosting check and NPE from Segment (#17692) Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com> * fix: remove file references on click of cancel button (#17664) * fix: table does not show data issue fixed (#17459) * chore: Add recommended indexes (#17704) Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com> * chore: Added workspace details to user invite analytic event (#17644) ## Description This PR adds the workspace details to user invite analytics event ## Type of change - New feature (non-breaking change which adds functionality) ## How Has This Been Tested? - Manually on local ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes * chore: Correct the toast font on windows (#17671) * fix: JS option missing for Label Font Style in Input widget (#17631) * fix: replace time based action to event based (#17586) * fix: replace time based action to event based - The delete datasource button was getting reset to it's original state after a static time of 2200ms - Replaced this to reset on completion of deletion instead * fix: removed unused functions * fix: updated the condition to show confirm delete icon * Updated Label Config * test: Add cypress tests for template phase 2 (#17036) Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local> * Change Segment CDN to our proxy (#17714) * chore: Fixing prettier formatting for AnalyticsUtil.tsx * chore: Adding base repository function to add user permissions to generic domain object (#17733) ## Description Adding base function to set the user permissions for a user in any domain object. As part of this, we also add default permission group to the `SeedMongoData`. Without this fix, the JUnit tests go into an infinite loop. Also fixing the `ExampleWorkspaceClonerTest` file. ## Type of change - Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? - JUnit ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes * Update top contributors Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com> Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com> Co-authored-by: Nidhi <nidhi@appsmith.com> Co-authored-by: Sangeeth Sivan <74818788+berzerkeer@users.noreply.github.com> Co-authored-by: Trisha Anand <trisha@appsmith.com> Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com> Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com> Co-authored-by: f0c1s <anubhav@appsmith.com> Co-authored-by: Dhruvik Neharia <dhruvik@appsmith.com> Co-authored-by: Hetu Nandu <hetu@appsmith.com> Co-authored-by: Nilesh Sarupriya <nilesh@appsmith.com> Co-authored-by: Anagh Hegde <anagh@appsmith.com> Co-authored-by: arunvjn <32433245+arunvjn@users.noreply.github.com> Co-authored-by: Appsmith Bot <74705725+appsmith-bot@users.noreply.github.com> Co-authored-by: Vaibhav Tanwar <40293928+vaibh1297@users.noreply.github.com> Co-authored-by: subratadeypappu <subrata@appsmith.com> Co-authored-by: ChandanBalajiBP <chandan@appsmith.com> Co-authored-by: Ankita Kinger <ankita@appsmith.com> Co-authored-by: ChandanBalajiBP <104058110+ChandanBalajiBP@users.noreply.github.com> Co-authored-by: Vishnu Gp <vishnu@appsmith.com> Co-authored-by: Keyur Paralkar <keyur@appsmith.com> Co-authored-by: sneha122 <sneha@appsmith.com> Co-authored-by: Tanvi Bhakta <tanvibhakta@gmail.com> Co-authored-by: sanjus-robotic-studio <58104863+sanjus-robotic-studio@users.noreply.github.com> Co-authored-by: Ayush Pahwa <ayush@appsmith.com> Co-authored-by: Parthvi <80334441+Parthvi12@users.noreply.github.com> Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local> Co-authored-by: Arpit Mohan <arpit@appsmith.com> Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com> Co-authored-by: albinAppsmith <87797149+albinAppsmith@users.noreply.github.com> Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com> Co-authored-by: Nidhi <nidhi@appsmith.com> Co-authored-by: Sangeeth Sivan <74818788+berzerkeer@users.noreply.github.com> Co-authored-by: Trisha Anand <trisha@appsmith.com> Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com> Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com> Co-authored-by: f0c1s <anubhav@appsmith.com> Co-authored-by: Dhruvik Neharia <dhruvik@appsmith.com> Co-authored-by: Hetu Nandu <hetu@appsmith.com> Co-authored-by: Nilesh Sarupriya <nilesh@appsmith.com> Co-authored-by: Anagh Hegde <anagh@appsmith.com> Co-authored-by: arunvjn <32433245+arunvjn@users.noreply.github.com> Co-authored-by: Appsmith Bot <74705725+appsmith-bot@users.noreply.github.com> Co-authored-by: Vaibhav Tanwar <40293928+vaibh1297@users.noreply.github.com> Co-authored-by: subratadeypappu <subrata@appsmith.com> Co-authored-by: ChandanBalajiBP <chandan@appsmith.com> Co-authored-by: Ankita Kinger <ankita@appsmith.com> Co-authored-by: ChandanBalajiBP <104058110+ChandanBalajiBP@users.noreply.github.com> Co-authored-by: Vishnu Gp <vishnu@appsmith.com> Co-authored-by: Keyur Paralkar <keyur@appsmith.com> Co-authored-by: sneha122 <sneha@appsmith.com> Co-authored-by: sanjus-robotic-studio <58104863+sanjus-robotic-studio@users.noreply.github.com> Co-authored-by: Ayush Pahwa <ayush@appsmith.com> Co-authored-by: Parthvi <80334441+Parthvi12@users.noreply.github.com> Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local> Co-authored-by: Arpit Mohan <arpit@appsmith.com>
313 lines
11 KiB
JSON
313 lines
11 KiB
JSON
{
|
|
"name": "appsmith",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^16.14.0",
|
|
"npm": "^8.5.5"
|
|
},
|
|
"cracoConfig": "craco.dev.config.js",
|
|
"dependencies": {
|
|
"@blueprintjs/core": "^3.36.0",
|
|
"@blueprintjs/datetime": "^3.23.6",
|
|
"@blueprintjs/icons": "^3.10.0",
|
|
"@blueprintjs/popover2": "^0.5.0",
|
|
"@blueprintjs/select": "^3.10.0",
|
|
"@craco/craco": "^7.0.0-alpha.3",
|
|
"@draft-js-plugins/editor": "^4.1.0",
|
|
"@draft-js-plugins/mention": "^4.5.1",
|
|
"@fusioncharts/powercharts": "^3.16.0",
|
|
"@github/g-emoji-element": "^1.1.5",
|
|
"@manaflair/redux-batch": "^1.0.0",
|
|
"@sentry/react": "^6.2.4",
|
|
"@sentry/tracing": "^6.2.4",
|
|
"@tinymce/tinymce-react": "^3.13.0",
|
|
"@uppy/core": "^1.16.0",
|
|
"@uppy/dashboard": "^1.16.0",
|
|
"@uppy/file-input": "^1.4.22",
|
|
"@uppy/google-drive": "^1.5.22",
|
|
"@uppy/image-editor": "^0.2.4",
|
|
"@uppy/onedrive": "^1.1.22",
|
|
"@uppy/react": "^1.11.2",
|
|
"@uppy/url": "^1.5.16",
|
|
"@uppy/webcam": "^1.8.4",
|
|
"@welldone-software/why-did-you-render": "^4.2.5",
|
|
"acorn-walk": "^8.2.0",
|
|
"algoliasearch": "^4.2.0",
|
|
"astring": "^1.7.5",
|
|
"axios": "^0.27.2",
|
|
"caniuse-lite": "^1.0.30001208",
|
|
"classnames": "^2.3.1",
|
|
"codemirror": "^5.59.2",
|
|
"codemirror-graphql": "^1.2.14",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"core-js": "^3.9.1",
|
|
"craco-alias": "^2.1.1",
|
|
"cypress-log-to-output": "^1.1.2",
|
|
"dayjs": "^1.10.6",
|
|
"deep-diff": "^1.0.2",
|
|
"design-system": "npm:@appsmithorg/design-system@1.0.28-alpha.7",
|
|
"downloadjs": "^1.4.7",
|
|
"draft-js": "^0.11.7",
|
|
"emoji-mart": "^3.0.1",
|
|
"exceljs-lightweight": "^1.14.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-xml-parser": "^3.17.5",
|
|
"fastdom": "^1.0.11",
|
|
"flow-bin": "^0.148.0",
|
|
"focus-trap-react": "^8.9.2",
|
|
"fuse.js": "^3.4.5",
|
|
"fusioncharts": "^3.18.0",
|
|
"fusionmaps": "^3.18.0",
|
|
"graphql": "^16.3.0",
|
|
"history": "^4.10.1",
|
|
"http-proxy": "^1.18.1",
|
|
"husky": "^3.0.5",
|
|
"immer": "^9.0.6",
|
|
"instantsearch.css": "^7.4.2",
|
|
"instantsearch.js": "^4.4.1",
|
|
"interweave": "^12.7.2",
|
|
"interweave-autolink": "^4.4.2",
|
|
"js-beautify": "^1.14.0",
|
|
"js-sha256": "^0.9.0",
|
|
"jshint": "^2.13.4",
|
|
"json-fn": "^1.1.1",
|
|
"klona": "^2.0.5",
|
|
"libphonenumber-js": "^1.9.44",
|
|
"lint-staged": "^13.0.3",
|
|
"localforage": "^1.7.3",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "4.17.21",
|
|
"lodash-move": "^1.1.1",
|
|
"loglevel": "^1.7.1",
|
|
"lottie-web": "^5.7.4",
|
|
"mammoth": "^1.4.19",
|
|
"marked": "^4.0.18",
|
|
"memoize-one": "^5.2.1",
|
|
"micro-memoize": "^4.0.10",
|
|
"moment": "2.29.4",
|
|
"moment-timezone": "^0.5.35",
|
|
"nanoid": "^2.0.4",
|
|
"node-forge": "^1.3.0",
|
|
"normalizr": "^3.3.0",
|
|
"papaparse": "^5.3.2",
|
|
"path-to-regexp": "^6.2.0",
|
|
"popper.js": "^1.15.0",
|
|
"prettier": "^1.18.2",
|
|
"prismjs": "^1.27.0",
|
|
"punycode": "^2.1.1",
|
|
"rc-pagination": "^3.1.3",
|
|
"rc-select": "^14.1.9",
|
|
"rc-tree-select": "^5.4.0",
|
|
"re-reselect": "^3.4.0",
|
|
"react": "^16.12.0",
|
|
"react-base-table": "^1.9.1",
|
|
"react-beautiful-dnd": "^12.2.0",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-device-detect": "^2.2.2",
|
|
"react-dnd": "^9.3.4",
|
|
"react-dnd-html5-backend": "^9.3.4",
|
|
"react-dnd-touch-backend": "^9.4.0",
|
|
"react-documents": "^1.0.4",
|
|
"react-dom": "^16.7.0",
|
|
"react-full-screen": "^1.1.0",
|
|
"react-fusioncharts": "^3.1.2",
|
|
"react-google-maps": "^9.4.5",
|
|
"react-google-recaptcha": "^2.1.0",
|
|
"react-helmet": "^5.2.1",
|
|
"react-hook-form": "^7.28.0",
|
|
"react-infinite-scroller": "^1.2.4",
|
|
"react-instantsearch-dom": "^6.4.0",
|
|
"react-json-view": "^1.21.3",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-media-recorder": "^1.6.1",
|
|
"react-mentions": "^4.1.1",
|
|
"react-modal": "^3.15.1",
|
|
"react-paginating": "^1.4.0",
|
|
"react-player": "^2.3.1",
|
|
"react-qr-barcode-scanner": "^1.0.6",
|
|
"react-rating": "^2.0.5",
|
|
"react-redux": "^7.2.4",
|
|
"react-responsive": "^9.0.0-beta.3",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "^5.0.1",
|
|
"react-select": "^3.0.8",
|
|
"react-spring": "^9.4.0",
|
|
"react-syntax-highlighter": "^15.4.4",
|
|
"react-table": "^7.0.0",
|
|
"react-tabs": "^3.0.0",
|
|
"react-timer-hook": "^3.0.4",
|
|
"react-toastify": "^5.5.0",
|
|
"react-transition-group": "^4.3.0",
|
|
"react-use-gesture": "^7.0.4",
|
|
"react-virtuoso": "^1.9.0",
|
|
"react-webcam": "^7.0.1",
|
|
"react-window": "^1.8.6",
|
|
"react-zoom-pan-pinch": "^1.6.1",
|
|
"redux": "^4.0.1",
|
|
"redux-form": "^8.2.6",
|
|
"redux-saga": "^1.1.3",
|
|
"remixicon-react": "^1.0.0",
|
|
"reselect": "^4.0.0",
|
|
"scroll-into-view-if-needed": "^2.2.26",
|
|
"shallowequal": "^1.1.0",
|
|
"showdown": "^1.9.1",
|
|
"smartlook-client": "^4.5.1",
|
|
"socket.io-client": "^4.5.1",
|
|
"styled-components": "^5.2.0",
|
|
"tern": "^0.21.0",
|
|
"tinycolor2": "^1.4.2",
|
|
"toposort": "^2.0.2",
|
|
"ts-loader": "^6.0.4",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "4.5.5",
|
|
"unescape-js": "^1.1.4",
|
|
"url-search-params-polyfill": "^8.0.0",
|
|
"webfontloader": "^1.6.28",
|
|
"webpack-retry-chunk-load-plugin": "^3.1.1",
|
|
"worker-loader": "^3.0.2",
|
|
"yjs": "^13.5.12",
|
|
"zipcelx": "^1.6.2"
|
|
},
|
|
"scripts": {
|
|
"analyze": "yarn cra-bundle-analyzer",
|
|
"start": "BROWSER=none EXTEND_ESLINT=true REACT_APP_ENVIRONMENT=DEVELOPMENT REACT_APP_CLIENT_LOG_LEVEL=debug HOST=dev.appsmith.com craco start",
|
|
"build": "./build.sh",
|
|
"build-local": "craco --max-old-space-size=4096 build --config craco.build.config.js",
|
|
"build-staging": "REACT_APP_ENVIRONMENT=STAGING craco --max-old-space-size=4096 build --config craco.build.config.js",
|
|
"test": "CYPRESS_BASE_URL=https://dev.appsmith.com cypress/test.sh",
|
|
"test:ci": "CYPRESS_BASE_URL=https://dev.appsmith.com cypress/test.sh --env=ci",
|
|
"eject": "react-scripts eject",
|
|
"start-prod": "REACT_APP_ENVIRONMENT=PRODUCTION craco start",
|
|
"cytest": "REACT_APP_TESTING=TESTING REACT_APP_ENVIRONMENT=DEVELOPMENT craco start & ./node_modules/.bin/cypress open",
|
|
"test:unit": "$(npm bin)/jest -b --colors --no-cache --silent --coverage --collectCoverage=true --coverageDirectory='../../' --coverageReporters='json-summary'",
|
|
"test:jest": "$(npm bin)/jest --watch",
|
|
"generate:widget": "plop --plopfile generators/index.js",
|
|
"postinstall": "patch-package && CURRENT_SCOPE=client node ../shared/install-dependencies.js",
|
|
"preinstall": "CURRENT_SCOPE=client node ../shared/build-shared-dep.js",
|
|
"install": "node cypress/apply-patches.js"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
|
"@faker-js/faker": "^7.4.0",
|
|
"@sentry/webpack-plugin": "^1.18.9",
|
|
"@testing-library/jest-dom": "5.16.1",
|
|
"@testing-library/react": "12.1.2",
|
|
"@testing-library/react-hooks": "^7.0.2",
|
|
"@testing-library/user-event": "13.5.0",
|
|
"@types/codemirror": "^0.0.96",
|
|
"@types/deep-diff": "^1.0.0",
|
|
"@types/dom-mediacapture-record": "^1.0.11",
|
|
"@types/downloadjs": "^1.4.2",
|
|
"@types/draft-js": "^0.11.1",
|
|
"@types/emoji-mart": "^3.0.4",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/js-beautify": "^1.13.2",
|
|
"@types/jshint": "^2.12.0",
|
|
"@types/lodash": "^4.14.120",
|
|
"@types/marked": "^4.0.3",
|
|
"@types/moment-timezone": "^0.5.10",
|
|
"@types/nanoid": "^2.0.0",
|
|
"@types/node": "^10.12.18",
|
|
"@types/node-forge": "^0.10.0",
|
|
"@types/papaparse": "^5.3.5",
|
|
"@types/prismjs": "^1.16.1",
|
|
"@types/react": "^16.8.2",
|
|
"@types/react-beautiful-dnd": "^11.0.4",
|
|
"@types/react-custom-scrollbars": "^4.0.7",
|
|
"@types/react-dom": "^16.8.0",
|
|
"@types/react-google-recaptcha": "^2.1.1",
|
|
"@types/react-helmet": "^5.0.14",
|
|
"@types/react-instantsearch-dom": "^6.3.0",
|
|
"@types/react-modal": "^3.13.1",
|
|
"@types/react-redux": "^7.0.1",
|
|
"@types/react-router-dom": "^5.1.2",
|
|
"@types/react-select": "^3.0.5",
|
|
"@types/react-syntax-highlighter": "^13.5.2",
|
|
"@types/react-table": "^7.0.13",
|
|
"@types/react-tabs": "^2.3.1",
|
|
"@types/react-test-renderer": "^17.0.1",
|
|
"@types/react-window": "^1.8.2",
|
|
"@types/redux-form": "^8.1.9",
|
|
"@types/redux-mock-store": "^1.0.2",
|
|
"@types/resize-observer-browser": "^0.1.5",
|
|
"@types/showdown": "^1.9.4",
|
|
"@types/styled-components": "^5.1.3",
|
|
"@types/tern": "0.22.0",
|
|
"@types/tinycolor2": "^1.4.2",
|
|
"@types/toposort": "^2.0.3",
|
|
"@types/webfontloader": "1.6.33",
|
|
"@types/zipcelx": "^1.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
"@typescript-eslint/parser": "^5.25.0",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"babel-plugin-styled-components": "^2.0.7",
|
|
"chalk": "^4.1.1",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"cra-bundle-analyzer": "^0.1.0",
|
|
"cy-verify-downloads": "^0.0.5",
|
|
"cypress": "9.7.0",
|
|
"cypress-file-upload": "^4.1.1",
|
|
"cypress-image-snapshot": "^4.0.1",
|
|
"cypress-multi-reporters": "^1.2.4",
|
|
"cypress-real-events": "^1.7.1",
|
|
"cypress-wait-until": "^1.7.2",
|
|
"cypress-xpath": "^1.4.0",
|
|
"diff": "^5.0.0",
|
|
"dotenv": "^8.1.0",
|
|
"eslint": "8.3.0",
|
|
"eslint-config-prettier": "^6.12.0",
|
|
"eslint-import-resolver-babel-module": "^5.3.1",
|
|
"eslint-plugin-cypress": "^2.11.2",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "^7.30.0",
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
|
"eslint-plugin-sort-destructure-keys": "^1.3.5",
|
|
"factory.ts": "^0.5.1",
|
|
"jest-canvas-mock": "^2.3.1",
|
|
"jest-styled-components": "^7.0.8",
|
|
"mocha": "^9.0.2",
|
|
"mocha-junit-reporter": "^2.0.0",
|
|
"mochawesome": "^7.1.2",
|
|
"mochawesome-report-generator": "^6.1.1",
|
|
"msw": "^0.28.0",
|
|
"patch-package": "^6.4.7",
|
|
"plop": "^3.1.1",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"raw-loader": "^4.0.2",
|
|
"react-is": "^16.12.0",
|
|
"react-test-renderer": "^16.11.0",
|
|
"redux-devtools": "^3.5.0",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"redux-mock-store": "^1.5.4",
|
|
"semver": "^7.3.5",
|
|
"ts-jest": "27.0.0",
|
|
"webpack-merge": "^5.8.0",
|
|
"workbox-webpack-plugin": "^6.5.3"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged && git-secrets --scan --untracked && git-secrets --scan -r"
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"browserslist": "4.20.3",
|
|
"chokidar": "3.5.3",
|
|
"css-select": "4.1.3",
|
|
"ejs": "3.1.7",
|
|
"fast-csv": "4.3.6",
|
|
"focus-trap-react/**/tabbable": "5.2.1",
|
|
"json-schema": "0.4.0",
|
|
"node-fetch": "2.6.7",
|
|
"babel-plugin-styled-components": "2.0.7"
|
|
}
|
|
}
|