{
  "name": "wix-rich-content-plugin-collapsible-list",
  "version": "10.102.0",
  "author": {
    "name": "Aviv Maimon",
    "email": "avivm@wix.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wix/ricos/issues"
  },
  "homepage": "https://github.com/wix/ricos/tree/master/packages/plugin-collapsible-list",
  "files": [
    "dist",
    "libs",
    "viewer",
    "loadable",
    "testkit"
  ],
  "main": "dist/cjs/index.js",
  "types": "dist/src/index.d.ts",
  "module": "dist/es/index.js",
  "style": "dist/styles.min.global.css",
  "scripts": {
    "build": "yarn clean && yarn build:tsc && yarn build:rollup && node ../../scripts/cssFix.js",
    "build:analyze:editor": "yarn build --environment MODULE_ANALYZE_EDITOR  && open stats.html",
    "build:analyze:viewer": "yarn build --environment MODULE_ANALYZE_VIEWER && open stats.html",
    "build:dev": "run -T cross-env NODE_ENV=development yarn build",
    "build:rollup": "run -T rollup --environment MODULE_NAME:plugin-collapsible-list,ALLOW_JS -c ../../rollup.config.js",
    "build:tsc": "run -T tsc --emitDeclarationOnly",
    "clean": "rm -rf dist/",
    "lint": "run -T eslint 'src/**/*.{js,jsx,ts,tsx,d.ts}'",
    "test": "echo 'There are no tests configured for this package!' && exit 0",
    "watch": "run -T cross-env NODE_ENV=development yarn build:rollup --watch & run -T cross-env NODE_ENV=development yarn build:tsc --watch"
  },
  "dependencies": {
    "@loadable/component": "^5.14.1",
    "@tiptap/core": "2.8.0",
    "@tiptap/pm": "2.8.0",
    "@wix/design-system": "^1.120.1",
    "classnames": "^2.0.0",
    "prop-types": "^15.0.0",
    "ricos-content": "10.102.0",
    "ricos-context": "10.102.0",
    "ricos-plugins": "10.102.0",
    "ricos-schema": "10.102.0",
    "ricos-types": "10.102.0",
    "wix-rich-content-common": "10.102.0",
    "wix-rich-content-editor-common": "10.102.0",
    "wix-rich-content-plugin-commons": "10.102.0",
    "wix-rich-content-toolbars-v3": "10.102.0",
    "wix-rich-content-ui-components": "10.102.0"
  },
  "peerDependencies": {
    "lodash": "^4.0.0",
    "react": "^16.14.0 || ^17.0.0 || ^18.0.0"
  },
  "unpkg": true,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "sideEffects": [
    "*.css"
  ],
  "wix": {
    "artifact": {
      "groupId": "com.wixpress.ricos",
      "artifactId": "wix-rich-content-plugin-collapsible-list",
      "targets": {
        "static": false,
        "docker": false
      }
    },
    "validations": {
      "postBuild": [
        "lint",
        "test"
      ]
    }
  },
  "devDependencies": {
    "@types/loadable__component": "^5"
  },
  "falconPackageHash": "eb2b4fc8634db302974e3b1978744c9e6e462ab3ca20ea94c4601356"
}