crishellco/vue-hubble

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@crishellco/vue-hubble",
  "version": "0.0.0-semantically-released",
  "author": "Chris Mitchell (@crishellco)",
  "description": "Vue test selectors made easy",
  "main": "./dist/vue-hubble.umd.js",
  "module": "./dist/vue-hubble.es.js",
  "exports": {
    ".": {
      "import": "./dist/vue-hubble.es.js",
      "require": "./dist/vue-hubble.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
    "test:unit": "jest",
    "test:unit:changed": "yarn test:unit --changedSince=master",
    "test:unit:watch": "yarn test:unit:changed --watch",
    "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
    "lint:js:fix": "yarn lint:js --fix",
    "lint:md": "remark . --frail",
    "build": "rimraf dist && vite build --mode prod",
    "generate:md": "remark . --output",
    "install:demo": "cd demo && yarn",
    "install:docs": "cd docs && yarn",
    "release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crishellco/vue-hubble.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crishellco/vue-hubble/issues"
  },
  "homepage": "https://vue-hubble.crishell.co/",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/eslint-parser": "7.24.5",
    "@commitlint/cli": "19.3.0",
    "@crishellco/eslint-plugin": "^1.3.0",
    "@form8ion/commitlint-config": "1.0.76",
    "@form8ion/remark-lint-preset": "5.0.1",
    "@vue/eslint-config-prettier": "9.0.0",
    "@vue/test-utils": "^2.0.0",
    "babel-core": "6.26.3",
    "babel-jest": "29.7.0",
    "core-js": "3.37.0",
    "cross-env": "7.0.3",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "8.39.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-loader": "4.0.2",
    "eslint-plugin-jest": "28.5.0",
    "eslint-plugin-jest-formatting": "^3.1.0",
    "eslint-plugin-nuxt": "^4.0.0",
    "eslint-plugin-prettier": "5.1.3",
    "eslint-plugin-prettier-vue": "4.2.0",
    "eslint-plugin-sort-keys-fix": "^1.1.2",
    "eslint-plugin-unused-imports": "^3.0.0",
    "eslint-plugin-vue": "9.25.0",
    "husky": "9.0.11",
    "jest": "27.5.1",
    "npm-run-all2": "6.1.2",
    "poi": "12.10.3",
    "prettier": "3.2.5",
    "regenerator-runtime": "0.14.1",
    "remark-cli": "11.0.0",
    "remark-toc": "9.0.0",
    "rimraf": "5.0.5",
    "semantic-release": "22.0.12",
    "vite": "5.2.11",
    "vue": "^3.0.0",
    "vue-html-loader": "1.2.4",
    "vue-jest": "5.0.0-alpha.10",
    "vue-loader": "17.4.2",
    "vue-style-loader": "4.1.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}