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-10-06 06:59:02 +00:00
|
|
|
"@emotion/css": "^11.11.2",
|
2023-12-19 13:04:27 +00:00
|
|
|
"@react-aria/actiongroup": "^3.7.0",
|
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-12-19 13:04:27 +00:00
|
|
|
"@react-types/actiongroup": "^3.4.6",
|
2023-09-22 07:14:58 +00:00
|
|
|
"clsx": "^2.0.0",
|
2023-09-26 08:25:34 +00:00
|
|
|
"colorjs.io": "^0.4.3",
|
2023-12-11 07:10:40 +00:00
|
|
|
"lodash": "*",
|
|
|
|
|
"react-aria-components": "^1.0.0-rc.0"
|
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
|
|
|
}
|
|
|
|
|
}
|