{
  "name": "jsartisan-test",
  "version": "1.0.6",
  "main": "src/index.ts",
  "author": "Valera Melnikov <valera@appsmith.com>, Pawan Kumar <pawan@appsmith.com>",
  "license": "MIT",
  "type": "module",
  "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"
  },
  "files": [
    "build"
  ],
  "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": "*",
    "react-aria-components": "^1.6.0",
    "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.23.9",
    "@babel/helper-compilation-targets": "^7.23.6",
    "@babel/preset-env": "^7.23.9",
    "@babel/preset-react": "^7.23.3",
    "@babel/preset-typescript": "^7.23.3",
    "@babel/runtime": "^7.23.9",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-image": "^3.0.3",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-replace": "^5.0.5",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.1",
    "@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.11",
    "eslint-plugin-storybook": "^0.6.10",
    "postcss-import": "^15.1.0",
    "rollup": "^4.28.1",
    "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"
  }
}