2023-05-15 07:08:58 +00:00
|
|
|
{
|
|
|
|
|
"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": {
|
2023-05-22 12:55:46 +00:00
|
|
|
"lint": "yarn g:lint",
|
|
|
|
|
"prettier": "yarn g:prettier"
|
2023-05-15 07:08:58 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@svgr/webpack": "5.5.0",
|
|
|
|
|
"@types/emoji-mart": "3.0.4",
|
|
|
|
|
"@types/loadable__component": "^5.13.4",
|
|
|
|
|
"@types/react-form": "^4.0.2",
|
2023-05-22 12:55:46 +00:00
|
|
|
"@types/react-table": "*",
|
|
|
|
|
"@types/react-tabs": "*",
|
2023-05-15 07:08:58 +00:00
|
|
|
"@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",
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|