Co-authored-by: Ivan Akulov <mail@iamakulov.com> Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Ivan Akulov <iamakulov@outlook.com> Co-authored-by: Aishwarya UR <aishwarya@appsmith.com> Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com> Co-authored-by: somangshu <somangshu.goswami1508@gmail.com>
30 lines
771 B
JSON
30 lines
771 B
JSON
{
|
|
"name": "@design-system/widgets",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"author": "Valera Melnikov <valera@appsmith.com>, Pawan Kumar <pawan@appsmith.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint:ci": "eslint --cache .",
|
|
"prettier:ci": "prettier --check .",
|
|
"test:unit": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@capsizecss/core": "^3.1.0",
|
|
"@capsizecss/metrics": "^1.0.1",
|
|
"@design-system/headless": "*",
|
|
"@design-system/theming": "*",
|
|
"@react-aria/utils": "^3.16.0",
|
|
"colorjs.io": "^0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"eslint": "^8.38.0",
|
|
"eslint-plugin-storybook": "^0.6.10"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
}
|
|
}
|