{
  "name": "@fromage/cli-ui",
  "version": "5.0.79",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vue-cli.git",
    "directory": "packages/@fromage/cli-ui"
  },
  "scripts": {
    "serve": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4030/graphql VUE_APP_GRAPHQL_PORT=4030 vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint src apollo-server",
    "apollo": "cross-env VUE_APP_CLI_UI_DEV=true VUE_APP_CLI_UI_DEBUG=true VUE_APP_GRAPHQL_PORT=4030 vue-cli-service apollo:watch",
    "apollo:debug": "cross-env VUE_CLI_DEBUG=true yarn run apollo",
    "apollo:run": "cross-env VUE_CLI_PLUGIN_DEV=true VUE_CLI_IPC=vue-cli-dev vue-cli-service apollo:run",
    "apollo:run:test": "cross-env VUE_CLI_DEBUG=true VUE_CLI_UI_TEST=true VUE_APP_GRAPHQL_PORT=4040 VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql VUE_CLI_IPC=vue-cli-test vue-cli-service apollo:watch --mode production",
    "test:e2e": "yarn run test:clear && start-server-and-test apollo:run:test http://localhost:4040/.well-known/apollo/server-health test:e2e:dev",
    "test:run": "yarn run test:clear && start-server-and-test apollo:run:test http://localhost:4040/.well-known/apollo/server-health test:e2e:run",
    "test:e2e:dev": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql vue-cli-service test:e2e --mode development",
    "test:e2e:run": "vue-cli-service test:e2e --mode production --headless --url=http://localhost:4040",
    "test:clear": "rimraf ../../test/cli-ui-test && rimraf ./live-test",
    "test": "yarn run build && cd ../cli-ui-addon-webpack && yarn run build && cd ../cli-ui-addon-widgets && yarn run build && cd ../cli-ui && yarn run test:run"
  },
  "files": [
    "apollo-server",
    "dist",
    "locales",
    "src",
    "ui-defaults",
    "ui-public",
    "index.js",
    "server.js"
  ],
  "dependencies": {
    "@akryum/winattr": "^3.0.0",
    "@fromage/cli-shared-utils": "^5.0.79",
    "chalk": "^2.4.1",
    "clone": "^2.1.1",
    "deepmerge": "^3.2.0",
    "execa": "^1.0.0",
    "express-history-api-fallback": "^2.2.1",
    "fkill": "^6.1.0",
    "fs-extra": "^7.0.1",
    "globby": "^9.2.0",
    "graphql": "^14.3.1",
    "graphql-subscriptions": "^1.1.0",
    "graphql-tag": "^2.9.2",
    "graphql-type-json": "^0.3.0",
    "javascript-stringify": "^1.6.0",
    "js-yaml": "^3.13.1",
    "lodash.merge": "^4.6.1",
    "lowdb": "^1.0.0",
    "lru-cache": "^5.1.1",
    "node-ipc": "^9.1.1",
    "node-notifier": "^5.4.0",
    "parse-git-config": "^2.0.2",
    "portfinder": "^1.0.13",
    "prismjs": "^1.16.0",
    "rss-parser": "^3.7.1",
    "semver": "^6.1.0",
    "shortid": "^2.2.11",
    "typescript": "^3.4.5",
    "vue-cli-plugin-apollo": "^0.20.0",
    "@vue/cli-shared-utils": "^3.0.0",
    "watch": "^1.0.2"
  },
  "devDependencies": {
    "@fromage/cli-plugin-babel": "^5.0.79",
    "@fromage/cli-plugin-e2e-cypress": "^5.0.79",
    "@fromage/cli-plugin-eslint": "^5.0.79",
    "@fromage/cli-service": "^5.0.64",
    "@fromage/eslint-config-standard": "^5.0.79",
    "@vue/ui": "^0.9.2",
    "ansi_up": "^3.0.0",
    "apollo-client": "^2.6.0",
    "core-js": "^3.1.2",
    "cross-env": "^5.1.5",
    "eslint": "^5.16.0",
    "eslint-plugin-graphql": "^3.0.3",
    "lint-staged": "^8.1.5",
    "lodash.debounce": "^4.0.8",
    "portal-vue": "^1.3.0",
    "rimraf": "^2.6.2",
    "start-server-and-test": "^1.9.1",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.1",
    "vue": "^2.6.10",
    "vue-apollo": "^3.0.0-beta.29",
    "vue-color": "^2.4.6",
    "vue-i18n": "^8.11.2",
    "vue-instantsearch": "^1.5.1",
    "vue-meta": "^1.6.0",
    "vue-observe-visibility": "^0.4.1",
    "vue-router": "^3.0.6",
    "vue-template-compiler": "^2.6.10",
    "vue-timeago": "^5.1.2",
    "vue-virtual-scroller": "^1.0.0-rc.2",
    "xterm": "^3.13.2"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions"
  ],
  "main": "index.js",
  "license": "MIT",
  "author": "Guillaume Chau",
  "engines": {
    "node": ">=8"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.js": [
      "vue-cli-service lint",
      "git add"
    ],
    "*.vue": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "vuePlugins": {
    "ui": [
      "ui-dev.js"
    ]
  },
  "gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
}
