{
  "name": "@q42/q-cms-components",
  "version": "12.2.0",
  "description": "Front-end package that provides a UI on top of the QMS back-end.",
  "keywords": [
    "CMS",
    "QMS",
    "Q42"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Q42/Q.Cms.git"
  },
  "license": "UNLICENSED",
  "main": "cms",
  "scripts": {
    "prepublishOnly": "npm --version",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "lint:check": "eslint --format friendly --max-warnings 0 --ext .ts,.js,.vue ./",
    "lint:fix": "eslint --fix --max-warnings 0 --ext .ts,.js,.vue ./",
    "ci": "npm ci --no-optional && NODE_OPTIONS=--unhandled-rejections=warn vitest"
  },
  "dependencies": {
    "@tiptap/extension-image": "^2.11.3",
    "@tiptap/extension-link": "^2.11.3",
    "@tiptap/extension-placeholder": "^2.11.3",
    "@tiptap/extension-underline": "^2.11.3",
    "@tiptap/pm": "^2.11.3",
    "@tiptap/starter-kit": "^2.11.3",
    "@tiptap/vue-2": "^2.11.3",
    "autosize": "5.0.x",
    "bootstrap": "4.6.x",
    "codeflask": "0.3.x",
    "dayjs": "^1.11.13",
    "lodash": "^4.17.21",
    "object-fit-cover": "1.0.x",
    "prismjs": "1.29.0",
    "query-string": "7.1.x",
    "slugify": "^1.4.5",
    "stackblur-canvas": "1.4.x",
    "typescript": "4.7.x",
    "vue": "^2.7.16",
    "vue-cropperjs": "^4.2.0",
    "vue-property-decorator": "9.1.x",
    "vue-router": "3.0.x",
    "vuedraggable": "^2.23.2",
    "vuex": "3.1.x",
    "vuex-class": "^0.3.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.14",
    "@types/node": "^18.19.74",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "@vitest/coverage-c8": "^0.29.8",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^8.10.0",
    "eslint-formatter-friendly": "^7.0.0",
    "eslint-import-resolver-typescript": "^3.7.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-vue": "^9.32.0",
    "fetch-mock": "^9.11.0",
    "jsdom": "^21.1.1",
    "node-fetch": "^2.7.0",
    "prettier": "^2.8.4",
    "vitest": "^0.29.8",
    "vue-eslint-parser": "^9.1.0"
  },
  "peerDependencies": {
    "sass": "^1.83.4"
  },
  "volta": {
    "node": "18.20.3",
    "npm": "10.8.0"
  }
}
