{
  "name": "@builder.io/widgets",
  "version": "2.1.3",
  "description": "",
  "keywords": [],
  "main": "dist/builder-widgets.cjs.js",
  "module": "dist/builder-widgets.es5.js",
  "unpkg": "dist/builder-widgets.browser.js",
  "typings": "dist/types/builder-widgets.d.ts",
  "files": [
    "dist",
    "index.js"
  ],
  "author": "Steve Sewell <steve@builder.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/BuilderIO/builder"
  },
  "license": "MIT",
  "engines": {
    "node": ">=10.0.0"
  },
  "scripts": {
    "_unlink": "npm unlink *",
    "_install": "npm install && npm-install-peers",
    "lint": "tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
    "prebuild": "rimraf dist",
    "build": "tsc --module commonjs && rollup -c rollup.config.ts",
    "build:docs": "typedoc --out docs --target es6 --theme minimal --mode file src",
    "start": "SERVE=true concurrently 'rollup -c rollup.config.ts -w' 'tsc -w'",
    "test:watch": "jest --watch",
    "test:prod": "npm run lint && npm run test -- --coverage --no-cache",
    "deploy-docs": "ts-node tools/gh-pages-publish",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "commit": "git-cz",
    "release": "npm run build && ALLOW_PUBLISH=true npm publish",
    "release:major": "npm run build && npm version major && ALLOW_PUBLISH=true npm publish",
    "release:minor": "npm run build && npm version minor && ALLOW_PUBLISH=true npm publish",
    "release:patch": "npm run build && npm version patch --no-git-tag-version && ALLOW_PUBLISH=true npm publish",
    "release:nightly": "npm run build && npm version prerelease --no-git-tag-version && ALLOW_PUBLISH=true npm publish --tag nightly",
    "release:dev": "npm run build && npm version prerelease --no-git-tag-version && ALLOW_PUBLISH=true npm publish --tag dev",
    "semantic-release": "semantic-release",
    "semantic-release-prepare": "ts-node tools/semantic-release-prepare",
    "precommit": "lint-staged",
    "prepublishOnly": "block-publish",
    "ci:build": "npm run build",
    "ci:lint": "npm run lint"
  },
  "lint-staged": {
    "{src,test}/**/*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    },
    "validate-commit-msg": {
      "types": "conventional-commit-types",
      "helpMessage": "Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"
    }
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 95,
        "lines": 95,
        "statements": 95
      }
    },
    "collectCoverage": true
  },
  "devDependencies": {
    "@builder.io/block-publish": "^1.1.2",
    "@builder.io/react": "^2.0.4",
    "@types/jest": "^22.0.0",
    "@types/lodash-es": "^4.17.1",
    "@types/node": "^10.0.3",
    "@types/react": "^16.4.1",
    "@types/react-dom": "^16.0.7",
    "@types/react-loadable": "^5.5.1",
    "@types/react-slick": "^0.23.13",
    "colors": "^1.1.2",
    "commitizen": "^4.3.1",
    "concurrently": "^5.3.0",
    "coveralls": "^3.0.0",
    "cross-env": "^5.0.1",
    "cz-conventional-changelog": "^2.0.0",
    "husky": "^0.14.0",
    "jest": "^29.0.0",
    "lint-staged": "^15.3.0",
    "lodash.camelcase": "^4.3.0",
    "next": "^12.1.0",
    "npm-install-peers": "^1.2.1",
    "prettier": "^1.4.4",
    "prompt": "^1.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "replace-in-file": "^3.0.0-beta.2",
    "rimraf": "^2.6.1",
    "rollup": "^2.33.3",
    "rollup-plugin-alias": "^2.2.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-re": "^1.0.7",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-serve": "^1.0.1",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-typescript2": "^0.31.2",
    "semantic-release": "^19.0.3",
    "ts-jest": "^29.2.5",
    "ts-node": "^6.0.0",
    "tslint": "^5.8.0",
    "tslint-config-prettier": "^1.1.0",
    "tslint-config-standard": "^7.0.0",
    "typedoc": "^0.26.10",
    "typescript": "^5.4.5",
    "validate-commit-msg": "^2.12.2"
  },
  "peerDependencies": {
    "@builder.io/react": ">=5.0.11",
    "next": ">=12.1.0",
    "preact": "^8.4.2",
    "preact-compat": "^3.18.4",
    "preact-context": "^1.1.3",
    "prop-types": "^15.7.2",
    "react": ">=16.0.0-0 || ^19.0.0-rc",
    "react-dom": ">=16.0.0-0 || ^19.0.0-rc"
  },
  "peerDependenciesMeta": {
    "preact": {
      "optional": true
    },
    "preact-compat": {
      "optional": true
    },
    "preact-context": {
      "optional": true
    },
    "prop-types": {
      "optional": true
    },
    "next": {
      "optional": true
    }
  },
  "dependencies": {
    "@emotion/core": ">=10",
    "@emotion/styled": ">=10",
    "lodash-es": "^4.17.10",
    "react-loadable": "^5.5.0",
    "react-masonry-component": "^6.2.1",
    "react-slick": "^0.31.0",
    "tslib": "^2.1.0"
  },
  "gitHead": "4d96fbc32864698afbb355ab991c6d90be991951"
}
