{ "name": "@appsmith/wds", "version": "1.0.0", "main": "src/index.ts", "author": "Valera Melnikov , Pawan Kumar ", "license": "MIT", "type": "module", "files": [ "build" ], "scripts": { "lint": "yarn g:lint", "prettier": "yarn g:prettier", "test:unit": "yarn g:jest", "build:icons": "npx tsx ./src/scripts/build-icons.ts", "build:package": "rm -rf build && rollup -c rollup.config.js" }, "dependencies": { "@appsmith/wds-headless": "workspace:^", "@appsmith/wds-theming": "workspace:^", "@emotion/css": "^11.11.2", "@floating-ui/react": "^0.26.24", "@react-aria/focus": "^3.18.2", "@react-aria/utils": "^3.16.0", "@react-aria/visually-hidden": "^3.8.0", "@react-spectrum/utils": "^3.11.10", "@react-stately/collections": "^3.10.9", "@react-stately/list": "^3.10.8", "@react-types/actiongroup": "^3.4.6", "@react-types/shared": "^3.23.1", "@tabler/icons-react": "^3.10.0", "clsx": "^2.0.0", "lodash": ">=4.17.21", "react-aria-components": "^1.7.1", "react-markdown": "^9.0.1", "react-syntax-highlighter": "^15.5.0", "react-transition-group": "^4.4.5", "remark-gfm": "^4.0.0", "usehooks-ts": "*" }, "devDependencies": { "@babel/core": "^7.26.10", "@babel/helper-compilation-targets": "^7.26.5", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@babel/runtime": "^7.26.10", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-image": "^3.0.3", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@rollup/plugin-url": "^8.0.2", "@types/fs-extra": "^11.0.4", "@types/react-syntax-highlighter": "^15.5.13", "@types/react-transition-group": "^4.4.12", "browserslist": "^4.24.4", "eslint-plugin-storybook": "^0.11.3", "postcss-import": "^16.1.0", "rollup": "^4.34.8", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-postcss": "^4.0.2" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" } }