PromucFlow_constructor/app/client/packages/design-system/widgets-old/package.json
Valera Melnikov 468a84cc5b
fix: widgets-old package lint errors (#23348)
## Description

1. Fixed lint errors.
2. Removed unnecessary tests and scripts to run them. Agreed with
@albinAppsmith

#### Type of change
- Bug fix (non-breaking change which fixes an issue)
- Chore (housekeeping or task changes that don't impact user perception)
## Testing
>
#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [x] Manual
- [x] Jest
- [x] Cypress

## Checklist:
#### Dev activity
- [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
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Test-plan-implementation#speedbreaker-features-to-consider-for-every-change)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans/_edit#areas-of-interest)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed

Co-authored-by: Valera Melnikov <melnikov.vv@greendatasoft.ru>
2023-05-15 17:23:24 +03:00

64 lines
1.7 KiB
JSON

{
"name": "@design-system/widgets-old",
"version": "1.1.3",
"description": "This is the package for the Appsmith design system components",
"main": "src/index.ts",
"author": "Valera Melnikov <valera@appsmith.com>, Pawan Kumar <pawan@appsmith.com>",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint --cache .",
"prettier": "prettier --check ."
},
"devDependencies": {
"@svgr/webpack": "5.5.0",
"@types/emoji-mart": "3.0.4",
"@types/loadable__component": "^5.13.4",
"@types/react-form": "^4.0.2",
"@types/react-table": "^7.7.12",
"@types/react-tabs": "2.3.2",
"@types/wait-on": "^5.2.0",
"concurrently": "^7.3.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-storybook": "^0.6.8",
"identity-obj-proxy": "3.0.0",
"jsdom": "16.7.0",
"playwright": "^1.25.1",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"wait-on": "^5.3.0"
},
"peerDependencies": {
"@blueprintjs/core": "3.33.0",
"@blueprintjs/datetime": "3.23.6",
"copy-to-clipboard": "^3.3.1",
"react-dnd": "^9.3.4",
"react-dnd-html5-backend": "^9.3.4",
"react-redux": "^7.2.4",
"react-router-dom": "^6.3.0",
"react-table": "^7.8.0",
"react-tabs": "3.1.1",
"react-toastify": "^5.5.0",
"redux-form": "8.2.6",
"remixicon-react": "^1.0.0",
"styled-components": "5.3.6",
"tinycolor2": "^1.4.2"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"dependencies": {
"emoji-mart": "3.0.1"
}
}