31 lines
802 B
JSON
31 lines
802 B
JSON
|
|
{
|
||
|
|
"name": "@design-system/headless",
|
||
|
|
"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 ."
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@react-aria/button": "^3.7.0",
|
||
|
|
"@react-aria/focus": "^3.11.0",
|
||
|
|
"@react-aria/interactions": "^3.14.0",
|
||
|
|
"@react-aria/utils": "^3.15.0",
|
||
|
|
"@react-spectrum/utils": "^3.9.0",
|
||
|
|
"@react-types/button": "^3.7.1",
|
||
|
|
"@react-types/shared": "^3.17.0",
|
||
|
|
"classnames": "*",
|
||
|
|
"react": "*",
|
||
|
|
"react-dom": "*"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "*",
|
||
|
|
"@types/react-dom": "*"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
||
|
|
}
|
||
|
|
}
|