{
  "name": "@trampoline/playroom",
  "version": "0.22.0",
  "description": "Design with code, powered by your own component library",
  "main": "utils/index.js",
  "types": "utils/index.d.ts",
  "bin": {
    "playroom": "bin/cli.js"
  },
  "scripts": {
    "cypress": "start-server-and-test examples:build-and-serve '9000|9001' 'cypress run'",
    "cypress:dev": "start-server-and-test examples:start '9000|9001' 'cypress open'",
    "example:start:basic": "./bin/cli.js start --config cypress/projects/basic/playroom.config.js",
    "example:build:basic": "./bin/cli.js build --config cypress/projects/basic/playroom.config.js",
    "example:serve:basic": "PORT=9000 serve cypress/projects/basic/dist",
    "example:start:themed": "./bin/cli.js start --config cypress/projects/themed/playroom.config.js",
    "example:build:themed": "./bin/cli.js build --config cypress/projects/themed/playroom.config.js",
    "example:serve:themed": "PORT=9001 serve --config ../serve.json cypress/projects/themed/dist",
    "examples:start": "concurrently 'npm:example:start:*'",
    "examples:build": "concurrently 'npm:example:build:*'",
    "examples:serve": "concurrently 'npm:example:serve:*'",
    "examples:build-and-serve": "yarn examples:build && yarn examples:serve",
    "preview:build": "cd examples/braid-design-system && yarn && yarn build",
    "commit": "git-cz",
    "lint": "eslint . && prettier --list-different '**/*.{js,md,less,ts,tsx}' && tsc --noEmit",
    "format": "prettier --write '**/*.{js,md,less,ts,tsx}'",
    "semantic-release": "semantic-release",
    "test": "jest src",
    "post-commit-status": "node scripts/postCommitStatus.js",
    "deploy-preview": "surge -p ./examples/braid-design-system/dist"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint --edit --extends seek",
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{js,ts,tsx}": [
      "yarn eslint"
    ],
    "**/*.{js,md,less,ts,tsx}": [
      "prettier --write"
    ]
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "release": {
    "success": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Trampoline-CX/playroom.git"
  },
  "author": "SEEK",
  "license": "MIT",
  "homepage": "https://github.com/Trampoline-CX/playroom#readme",
  "dependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.8.3",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-react": "^7.8.3",
    "@babel/preset-typescript": "^7.8.3",
    "@babel/standalone": "^7.8.7",
    "@types/base64-url": "^2.2.0",
    "@types/classnames": "^2.2.9",
    "@types/codemirror": "^0.0.84",
    "@types/dedent": "^0.7.0",
    "@types/history": "^4.7.6",
    "@types/lodash": "^4.14.149",
    "@types/lz-string": "^1.3.33",
    "@types/prettier": "^2.0.0",
    "@types/react": "^16.9.19",
    "@types/react-dom": "^16.9.5",
    "autoprefixer": "^9.7.4",
    "babel-loader": "^8.0.6",
    "base64-url": "^2.3.3",
    "classnames": "^2.2.6",
    "codemirror": "^5.51.0",
    "command-line-args": "^5.1.1",
    "command-line-usage": "^6.1.0",
    "copy-to-clipboard": "^3.2.0",
    "css-loader": "^3.4.2",
    "current-git-branch": "^1.1.0",
    "dedent": "^0.7.0",
    "fast-glob": "^3.1.1",
    "find-up": "^4.1.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "fuzzy": "^0.1.3",
    "history": "^4.10.1",
    "html-webpack-plugin": "^4.0.0-beta.5",
    "intersection-observer": "^0.7.0",
    "less": "^3.10.3",
    "less-loader": "^5.0.0",
    "less-vars-loader": "^1.1.0",
    "localforage": "^1.7.3",
    "lodash": "^4.17.15",
    "lz-string": "^1.4.4",
    "mini-css-extract-plugin": "^0.9.0",
    "open": "^7.0.0",
    "parse-prop-types": "^0.3.0",
    "postcss-loader": "^3.0.0",
    "prettier": "^2.0.5",
    "prop-types": "^15.7.2",
    "query-string": "^6.10.1",
    "re-resizable": "^6.1.1",
    "react-codemirror2": "^6.0.0",
    "react-docgen-typescript": "^1.16.2",
    "react-use": "^13.22.3",
    "read-pkg-up": "^7.0.1",
    "scope-eval": "^1.0.0",
    "style-loader": "^1.1.3",
    "typescript": "^3.7.5",
    "url-join": "^4.0.1",
    "use-debounce": "^3.3.0",
    "webpack": "^4.41.5",
    "webpack-dev-server": "^3.10.1",
    "webpack-merge": "^4.2.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@octokit/rest": "^17.5.1",
    "@types/jest": "^25.2.1",
    "commitizen": "^4.0.4",
    "commitlint-config-seek": "^1.0.0",
    "concurrently": "^5.2.0",
    "cypress": "^3.8.3",
    "cz-conventional-changelog": "^3.1.0",
    "eslint": "^6.8.0",
    "eslint-config-seek": "^6.0.2",
    "husky": "^4.2.5",
    "jest": "^25.4.0",
    "lint-staged": "^10.1.7",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "semantic-release": "^17.0.7",
    "serve": "^11.3.0",
    "start-server-and-test": "^1.11.0",
    "surge": "^0.21.3"
  },
  "peerDependencies": {
    "react": "^16.8",
    "react-dom": "^16.8"
  },
  "publishConfig": {
    "access": "public"
  }
}
