{
  "name": "@rundeck/ui-trellis",
  "version": "3.4.6-SNAPSHOT.1634848751533",
  "description": "A collection of utilities used across various javascript applications and components.",
  "main": "./lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev:build": "npm install && npm run build",
    "ci:build": "npm ci && npm run build",
    "dev": "concurrently -n vue,tsc \"vue-cli-service build --mode development --watch\" \"tsc -W -p ./tsconfig.build.json\"",
    "build": "run-script-os",
    "build:darwin:linux": "./node_modules/.bin/vue-cli-service build --mode production && tsc -p ./tsconfig.build.json",
    "build:win32": "vue-cli-service.cmd build --mode production && tsc -p ./tsconfig.build.json",
    "storybook": "start-storybook -s public,theme,tests/data",
    "storybook:next": "STORYBOOK_THEME=theme-next start-storybook -s public,theme-next,tests/data"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rundeck/ui-trellis.git"
  },
  "author": "Jesse Marple <jesse@rundeck.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rundeck/ui-trellis/issues"
  },
  "homepage": "https://github.com/rundeck/ui-trellis#readme",
  "dependencies": {
    "@popperjs/core": "^2.8.4",
    "@storybook/addon-knobs": "^5.3.18",
    "@storybook/preset-typescript": "^3.0.0",
    "@storybook/vue": "^5.3.18",
    "babel-preset-vue": "^2.0.2",
    "deep-object-diff": "1.1.0",
    "perfect-scrollbar": "^1.5.0",
    "uuid": "8.3.2",
    "vue-good-table": "^2.21.10",
    "vue-i18n": "^8.22.4",
    "vue-multiselect": "^2.1.6",
    "vue-virtual-scroller": "^1.0.10"
  },
  "devDependencies": {
    "@azure/ms-rest-js": "^2.0.7",
    "@babel/core": "^7.10.2",
    "@rundeck/client": "0.2.3",
    "@types/node": "14.0.13",
    "@types/uuid": "^8.3.0",
    "@vue/cli-plugin-babel": "4.5.8",
    "@vue/cli-plugin-typescript": "4.5.8",
    "@vue/cli-plugin-unit-jest": "4.5.8",
    "@vue/cli-service": "4.5.8",
    "ace-builds": "1.4.12",
    "axios": "^0.18.0",
    "axios-mock-adapter": "^1.18.1",
    "babel-loader": "^8.1.0",
    "concurrently": "^5.2.0",
    "deep-object-diff": "1.1.0",
    "fetch-mock": "^9.10.1",
    "fs-extra": "9.0.1",
    "isomorphic-fetch": "^2.2.1",
    "less-loader": "^6.1.0",
    "markdown-it-vue": "1.1.5",
    "mobx": "^5.15.4",
    "mobx-utils": "^5.6.1",
    "mobx-vue": "^2.0.11",
    "moment": "^2.25.3",
    "node-fetch": "^2.6.0",
    "node-sass": "^4.14.1",
    "prex": "^0.4.7",
    "run-script-os": "^1.1.1",
    "sass-loader": "^8.0.2",
    "typescript": "4.2.3",
    "uiv": "0.33.0",
    "vue-class-component": "7.2.3",
    "vue-moment": "^4.1.0",
    "vue-property-decorator": "8.5.1",
    "vue-router": "^3.3.2",
    "walk": "^2.3.14",
    "webpack-node-externals": "^1.7.2"
  },
  "peerDependencies": {
    "@rundeck/client": "0.2.3",
    "ace-builds": "1.4.12",
    "axios": "^0.18.0",
    "markdown-it-vue": "^1.0.11",
    "mobx": "^5.15.4",
    "mobx-utils": "^5.6.1",
    "mobx-vue": "^2.0.11",
    "moment": "^2.25.3",
    "prex": "^0.4.7",
    "uiv": "0.33.0",
    "vue": "2.6.12",
    "vue-class-component": "^7.2.3",
    "vue-moment": "^4.1.0",
    "vue-property-decorator": "^8.4.1",
    "vue-router": "^3.3.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    ".storybook",
    "lib",
    "src",
    "theme",
    "theme-next"
  ]
}
