{
  "name": "@wix/wix-style-react-incubator",
  "version": "3.23.1",
  "scripts": {
    "build": "yarn stc:all && yoshi-library build",
    "lint": "yoshi-library lint --max-warnings=0",
    "lint:fix": "yarn lint --fix",
    "start": "yarn stc:all && yoshi-library start",
    "stc:all": "yarn stc:bundle && cp src/styles.global.css styles.global.css && yarn stc:src && yarn stc:ts",
    "stc:bundle": "stc --srcDir=./src --outDir=src --bundle=styles.global.css --minify --optimize --dm=loose",
    "stc:src": "stc --srcDir=./src --outDir=src --esm --esmExt=.js --optimize --inlineRuntime --dm=loose",
    "stc:ts": "ts-node scripts/rename-st-css-files.ts",
    "storybook": "storybook dev -p 6006 -c ./.storybook/e2e",
    "test": "npm run test:unit",
    "test:e2e": "storybook build --test --preview-only -c ./.storybook/e2e --output-dir storybook-e2e-static && npx sled-test-runner remote --config sled.json",
    "test:unit": "yoshi-library test",
    "ts": "tsc --noEmit"
  },
  "dependencies": {
    "@wix/patterns-dnd-kit-accessibility": "^3.4.0",
    "@wix/patterns-dnd-kit-core": "^6.5.0",
    "@wix/patterns-dnd-kit-modifiers": "^6.4.0",
    "@wix/patterns-dnd-kit-sortable": "^7.4.0",
    "@wix/patterns-dnd-kit-utilities": "^3.6.0"
  },
  "devDependencies": {
    "@babel/runtime": "^7.29.2",
    "@storybook/addon-webpack5-compiler-babel": "^4.0.1",
    "@storybook/react": "^10.4.1",
    "@storybook/react-webpack5": "^10.4.1",
    "@stylable/cli": "^5.19.0",
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^30.0.0",
    "@types/react": "^18.3.16",
    "@types/react-dom": "^18.3.5",
    "@wix/design-system": "^1.313.1",
    "@wix/jest-yoshi-preset-base": "^6.185.0",
    "@wix/sled-test-runner": "^2.0.484",
    "@wix/unidriver-core": "^1.5.5",
    "@wix/wix-ui-icons-common": "^3.189.9",
    "@wix/wix-ui-test-utils": "^1.3.5",
    "@wix/yoshi-flow-library": "^6.185.0",
    "@wix/yoshi-style-dependencies": "^6.185.0",
    "globby": "^11.1.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "storybook": "^10.4.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "wix-storybook-config": "^2.0.0"
  },
  "peerDependencies": {
    "@babel/runtime": "^7.20.6",
    "@wix/design-system": "^1.313.1",
    "@wix/wix-ui-icons-common": "^3.189.9",
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "wix-style-react-incubator"
    },
    "validations": {
      "source": [
        "lint"
      ]
    }
  },
  "yoshiFlowLibrary": {
    "buildEsmWithBabel": true
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist",
    "drag-and-drop",
    "dnd-kit",
    "styles.global.css"
  ],
  "jest": {
    "preset": "@wix/jest-yoshi-preset-base",
    "moduleNameMapper": {
      "^(\\.{1,2}/.*)\\.js$": "$1"
    }
  },
  "eslintConfig": {
    "extends": "@wix/eslint-config-yoshi"
  },
  "sideEffects": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "license": "UNLICENSED",
  "author": {
    "name": "Alexandr Yushkov",
    "email": "alexandry@wix.com"
  },
  "wallaby": {
    "autoDetect": true
  },
  "falconPackageHash": "da232c3a7ab191b549fc696e507bbda4266c9284fcb2147b6a4a98e8"
}