{
  "name": "@unbounce/smart-builder-sdk",
  "version": "1.0.202",
  "description": "Smart Builder SDK Utilities",
  "author": "Unbounce - Content Foundations",
  "contributors": [
    "Brian Burns <brian.burns@unbounce.com>",
    "Ivan Aguilar Castillo <ivan.aguilar@unbounce.com>",
    "Pablo Arellano <pablo.arellano@unbounce.com>",
    "Andrew Lukonin <andrew.lukonin@unbounce.com>",
    "Simon Cho <simon.cho@unbounce.com>"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "version:beta": "npm version prerelease --preid=beta",
    "check-types": "tsc --noEmit",
    "test": "jest",
    "tests": "jest",
    "lint": "npm run lint:prettier && npm run lint:eslint",
    "lint:eslint": "eslint src --ext .ts,.tsx",
    "lint:prettier": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
    "format": "prettier --write src/**/*.ts",
    "dev": "rm -rf dist && concurrently --names 'JS,TYPES' --prefix-colors 'yellow,blue' --kill-others \"npm run dev:watch\" \"npm run dev:watch:types\"",
    "dev:watch": "NODE_ENV=development webpack -w",
    "dev:watch:types": "tsc-watch --noClear --project tsconfig.webpack.json --declaration --emitDeclarationOnly --onSuccess \"npm run dev:alias:push\"",
    "dev:alias:push": "tsc-alias --project tsconfig.webpack.json && npm run dev:push",
    "dev:push": "npx yalc push",
    "build": "rm -rf dist && NODE_ENV=production webpack && npm run build:types",
    "build:ci": "NODE_ENV=production webpack",
    "build:types": "tsc --project tsconfig.webpack.json --declaration --emitDeclarationOnly && tsc-alias --project tsconfig.webpack.json",
    "prepack": "npm run build",
    "release:no-pub": "release-it --ci --no-npm.publish",
    "release:pre-release": "npm run release:no-pub -- --preRelease",
    "release:dry-run": "release-it --dry-run --ci --npm.skipChecks --no-npm.publish --no-git.requireCleanWorkingDir --no-git.tag  --no-git.push"
  },
  "prepublish": "tsc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unbounce/smart-builder-sdk.git"
  },
  "peerDependencies": {
    "@emotion/react": "11",
    "react": "17.0.2",
    "react-redux": "8 - 9",
    "styled-components": "5.x"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/unbounce/smart-builder-sdk/issues"
  },
  "homepage": "https://github.com/unbounce/smart-builder-sdk#readme",
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=7"
  },
  "dependencies": {
    "@emotion/css": "11.10.0",
    "@reduxjs/toolkit": "^1.9.5",
    "@sentry/react": "^6.9.0",
    "@sentry/tracing": "^6.9.0",
    "@types/react-color": "^3.0.9",
    "assert": "^2.0.0",
    "classnames": "^2.3.2",
    "he": "^1.2.0",
    "is-url": "^1.2.4",
    "libphonenumber-js": "^1.10.13",
    "lodash.capitalize": "^4.2.1",
    "lodash.isequal": "^4.5.0",
    "lodash.isobject": "^3.0.2",
    "lodash.keys": "^4.2.0",
    "lodash.mapvalues": "^4.6.0",
    "lodash.merge": "^4.6.2",
    "lodash.mergewith": "^4.6.2",
    "lodash.noop": "^3.0.1",
    "lodash.omit": "^4.5.0",
    "lodash.pick": "^3.1.0",
    "lodash.pickby": "^4.6.0",
    "lodash.uniq": "^4.5.0",
    "myzod": "^1.8.8",
    "pino": "^8.4.2",
    "query-string": "^7.0.1",
    "react-color": "2.19.3",
    "react-dom": "^17.0.2",
    "react-modal": "^3.16.1",
    "react-select": "^5.7.0",
    "reactjs-popup": "2.0.5",
    "slate": "^0.94.1",
    "slate-history": "^0.93.0",
    "slate-react": "^0.98.1"
  },
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/plugin-proposal-async-generator-functions": "^7.16.5",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.14.3",
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@babel/register": "^7.18.9",
    "@babel/runtime": "^8.0.0",
    "@babel/runtime-corejs3": "^8.0.0",
    "@testing-library/dom": "^8.11.1",
    "@testing-library/jest-dom": "^6.4.5",
    "@testing-library/react": "^11.2.7",
    "@testing-library/react-hooks": "^7.0.0",
    "@testing-library/user-event": "^13.5.0",
    "@trivago/prettier-plugin-sort-imports": "^4.3.0",
    "@types/he": "^1.1.2",
    "@types/is-url": "^1.2.30",
    "@types/jest": "^29.5.12",
    "@types/lodash.capitalize": "^4.2.7",
    "@types/lodash.isequal": "^4.5.6",
    "@types/lodash.isobject": "^3.0.7",
    "@types/lodash.keys": "^4.2.7",
    "@types/lodash.mapvalues": "^4.6.7",
    "@types/lodash.merge": "^4.6.7",
    "@types/lodash.mergewith": "^4.6.7",
    "@types/lodash.noop": "^3.0.7",
    "@types/lodash.omit": "^4.5.7",
    "@types/lodash.pick": "^4.4.9",
    "@types/lodash.pickby": "^4.6.7",
    "@types/lodash.uniq": "^4.5.7",
    "@types/pino": "^7.0.5",
    "@types/react": "17.0.48",
    "@types/react-modal": "^3.13.1",
    "@types/styled-components": "5.1.26",
    "@types/uuid": "^8.3.1",
    "@types/webpack-bundle-analyzer": "^4.6.0",
    "@typescript-eslint/eslint-plugin": "^5.7.0",
    "@typescript-eslint/parser": "^5.40.1",
    "@typescript-eslint/typescript-estree": "^4.33.0",
    "autoprefixer": "^10.4.12",
    "babel-loader": "^8.0.6",
    "babel-plugin-transform-runtime": "^6.23.0",
    "concurrently": "^7.6.0",
    "cross-env": "^7.0.3",
    "css-loader": "^6.7.1",
    "cssnano": "^5.1.13",
    "eslint": "^8.25.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-unicorn": "^37.0.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-canvas-mock": "2.5.2",
    "jest-environment-jsdom": "^29.7.0",
    "jest-fetch-mock": "^3.0.3",
    "jest-styled-components": "^7.2.0",
    "msw": "^1.3.2",
    "postcss": "^8.4.18",
    "postcss-loader": "^7.0.1",
    "postcss-simple-vars": "^7.0.0",
    "prettier": "^2.7.1",
    "process": "0.11.10",
    "react": "^17.0.2",
    "react-redux": "^8.1.1",
    "react-test-renderer": "^17.0.2",
    "regenerator-runtime": "^0.13.9",
    "release-it": "^20.2.0",
    "style-loader": "^4.0.0",
    "styled-components": "^5.3.11",
    "tsc-alias": "^1.7.0",
    "tsc-watch": "^5.0.3",
    "tsconfig-paths-jest": "^0.0.1",
    "typescript": "^4.8.4",
    "uuid": "^14.0.0",
    "webpack": "^5.73.0",
    "webpack-bundle-analyzer": "^4.8.0",
    "webpack-cli": "^7.0.3",
    "whatwg-fetch": "^3.6.2"
  }
}
