2023-03-03 06:47:35 +00:00
|
|
|
{
|
2023-04-05 12:39:11 +00:00
|
|
|
"name": "@design-system/widgets",
|
2023-03-03 06:47:35 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "src/index.ts",
|
|
|
|
|
"author": "Valera Melnikov <valera@appsmith.com>, Pawan Kumar <pawan@appsmith.com>",
|
|
|
|
|
"license": "MIT",
|
2023-03-23 11:32:18 +00:00
|
|
|
"scripts": {
|
2023-05-22 12:55:46 +00:00
|
|
|
"lint": "yarn g:lint",
|
|
|
|
|
"prettier": "yarn g:prettier",
|
|
|
|
|
"test:unit": "yarn g:jest"
|
2023-03-23 11:32:18 +00:00
|
|
|
},
|
2023-03-03 06:47:35 +00:00
|
|
|
"dependencies": {
|
2023-05-22 12:55:46 +00:00
|
|
|
"@design-system/headless": "workspace:^",
|
|
|
|
|
"@design-system/theming": "workspace:^",
|
2023-04-18 11:51:56 +00:00
|
|
|
"@react-aria/utils": "^3.16.0",
|
2023-05-30 12:37:49 +00:00
|
|
|
"@react-aria/visually-hidden": "^3.8.0",
|
2023-07-24 08:59:05 +00:00
|
|
|
"classnames": "*",
|
|
|
|
|
"colorjs.io": "^0.4.3",
|
|
|
|
|
"styled-components": "6.0.2"
|
2023-04-05 12:39:11 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-04-27 06:25:14 +00:00
|
|
|
"eslint-plugin-storybook": "^0.6.10"
|
2023-04-05 12:39:11 +00:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
2023-03-03 06:47:35 +00:00
|
|
|
}
|
|
|
|
|
}
|