{
  "name": "@wix/quix-client",
  "version": "1.0.138",
  "license": "MIT",
  "description": "Presto-based notebook manager",
  "author": {
    "name": "Anton Podolsky",
    "email": "antonp@wix.com"
  },
  "contributors": [
    {
      "name": "Aviad Hadad",
      "email": "aviadh@wix.com"
    }
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist/src"
  ],
  "main": "dist/src/app.js",
  "types": "dist/src/app.d.ts",
  "scripts": {
    "start": "tsc -b && yoshi start",
    "precommit": "yoshi lint",
    "pretest": "npm run build",
    "test": "yoshi test",
    "test:ci": "yoshi test",
    "build": "tsc -b && yoshi build",
    "posttest": "yoshi lint",
    "release": "yoshi release"
  },
  "devDependencies": {
    "@types/angular": "~1.5.0",
    "@types/chai": "~4.0.0",
    "@types/cookie": "^0.3.3",
    "@types/daterangepicker": "^3.1.4",
    "@types/express": "^4.0.0",
    "@types/express-ws": "^3.0.0",
    "@types/lodash": "^4.14.149",
    "@types/mocha": "~2.2.0",
    "@types/node": "^8.10.59",
    "@types/puppeteer": "^1.20.3",
    "@types/react": "^17.0.0",
    "chai": "~4.1.0",
    "express": "^4.16.4",
    "express-ws": "^4.0.0",
    "husky": "~0.14.0",
    "puppeteer": "^1.20.0",
    "tiny-worker": "^2.3.0",
    "typescript": "^4.0.0",
    "utility-types": "^3.10.0",
    "velocity": "~0.7.0",
    "yoshi": "^3.23.0"
  },
  "dependencies": {
    "@popperjs/core": "^2.11.0",
    "@wix/quix-shared": "^1.0.15",
    "angular": "^1.7.9",
    "angular-dragdrop": "^1.0.13",
    "angular-resource": "^1.7.9",
    "angular-sanitize": "^1.7.9",
    "angular-svg-round-progressbar": "0.4.8",
    "angular-ui-router": "^0.4.2",
    "angular-ui-sortable": "^0.19.0",
    "antlr4": "4.7.0",
    "bootstrap-daterangepicker": "^3.1.0",
    "brace": "^0.11.1",
    "bytes": "^3.1.0",
    "change-case": "^3.1.0",
    "classnames": "^2.2.6",
    "debounce-async": "0.0.2",
    "dialog-polyfill": "^0.4.10",
    "highlight.js": "^10.4.1",
    "jquery": "^3.3.1",
    "jquery-datetimepicker": "^2.5.18",
    "jquery-ui": "^1.12.1",
    "js-search": "^1.4.3",
    "lodash": "^4.17.11",
    "moment": "^2.24.0",
    "ng-csv": "^0.3.6",
    "node-sass": "^4.0.1",
    "popper.js": "^1.16.0",
    "react": "^16.12.0",
    "react-bootstrap-daterangepicker": "^7.0.0",
    "react-dom": "^16.12.0",
    "react-highlight-words": "^0.16.0",
    "react-infinite-scroller": "^1.2.4",
    "react-popper": "^2.2.5",
    "react2angular": "^4.0.6",
    "redux": "^3.7.2",
    "scrollmonitor": "^1.2.4",
    "sql-formatter": "^2.3.2",
    "transducers.js": "^0.3.2",
    "ui-router-extras": "^0.1.3",
    "url-pattern": "^1.0.3",
    "uuid": "^8.3.2",
    "yoshi-angular-dependencies": "^4.0.0",
    "yoshi-style-dependencies": "^4.0.0"
  },
  "overrides": {
    "yoshi-style-dependencies": {
      "node-sass": "$node-sass"
    }
  },
  "yoshi": {
    "cssModules": false,
    "hmr": "auto",
    "entry": {
      "app": "./app.ts"
    },
    "servers": {
      "cdn": {
        "port": 3200,
        "dir": "dist/statics",
        "ssl": false
      }
    }
  },
  "gitHead": "dca0b4b6f10e9631b20724886f4ac92afc7c177b"
}
