{
"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": "yarn g:lint",
"prettier": "yarn g:prettier"
},
"devDependencies": {
"@types/react-table": "*",
"identity-obj-proxy": "3.0.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"
}
]