PromucFlow_constructor/app/client/packages/design-system/widgets/package.json
Satish Gandham 83538ad74d
feat: Bundle optimization and first load improvements (#21667)
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>
2023-05-11 10:56:03 +05:30

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"
}
}