package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "name": "v-click-outside-x",
  3. "version": "4.1.3",
  4. "description": "Vue directive to react on clicks outside an element.",
  5. "homepage": "https://github.com/SergioCrisostomo/v-click-outside-x.git",
  6. "author": {
  7. "name": "Graham Fairweather"
  8. },
  9. "maintainers": [
  10. {
  11. "name": "Sérgio Crisóstomo",
  12. "email": "sergiosbox@gmail.com"
  13. }
  14. ],
  15. "copyright": "Copyright (c) 2018-present",
  16. "keywords": [
  17. "vue",
  18. "click",
  19. "outside",
  20. "directive"
  21. ],
  22. "files": [
  23. "dist",
  24. "src"
  25. ],
  26. "module": "dist/v-click-outside-x.esm.js",
  27. "main": "dist/v-click-outside-x.js",
  28. "typings": "types/index.d.ts",
  29. "jsdelivr": "dist/v-click-outside-x.min.js",
  30. "scripts": {
  31. "build:esm": "mkdirp dist && babel -s true --env-name esm src/v-click-outside-x.js -o dist/v-click-outside-x.esm.js",
  32. "build:base": "webpack --bail --progress --profile --colors",
  33. "build": "npm run build:esm && cross-env NODE_ENV=production npm run build:base --",
  34. "build:dev": "npm run build:base --",
  35. "clean": "rimraf dist && npm run clean:coverage",
  36. "clean:coverage": "rimraf __tests__/coverage",
  37. "lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .",
  38. "lint-fix": "npm run lint -- --fix",
  39. "report": "npm run build -- --env.report",
  40. "report:dev": "npm run build:dev -- --env.report",
  41. "security": "npm audit",
  42. "security-fix": "npm run security -- fix",
  43. "start": "nodemon --exec \"npm run build\" --watch src",
  44. "test": "npm run clean:coverage && jest",
  45. "test:ci": "npm run test -- --ci --maxWorkers=2",
  46. "test:ci-coveralls": "npm run test:ci -- --coverage --coverageReporters=text-lcov | coveralls",
  47. "test:coverage": "npm run test -- --coverage"
  48. },
  49. "license": "MIT",
  50. "repository": {
  51. "type": "git",
  52. "url": "https://github.com/SergioCrisostomo/v-click-outside-x.git"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/SergioCrisostomo/v-click-outside-x/issues"
  56. },
  57. "dependencies": {},
  58. "devDependencies": {
  59. "@babel/cli": "^7.13.16",
  60. "@babel/core": "^7.13.16",
  61. "@babel/node": "^7.13.13",
  62. "@babel/plugin-transform-property-mutators": "^7.12.13",
  63. "@babel/plugin-transform-runtime": "^7.13.15",
  64. "@babel/preset-env": "^7.13.15",
  65. "@babel/runtime": "^7.13.17",
  66. "@types/jest": "^24.9.1",
  67. "@types/node": "^13.13.50",
  68. "@types/webpack": "^4.41.27",
  69. "@typescript-eslint/eslint-plugin": "^2.34.0",
  70. "@typescript-eslint/parser": "^2.34.0",
  71. "babel-core": "^7.0.0-0",
  72. "babel-eslint": "^10.1.0",
  73. "babel-loader": "^8.2.2",
  74. "babel-plugin-lodash": "^3.3.4",
  75. "caniuse-lite": "^1.0.30001214",
  76. "coveralls": "^3.1.0",
  77. "cross-env": "^6.0.3",
  78. "eslint": "^6.8.0",
  79. "eslint-friendly-formatter": "^4.0.1",
  80. "eslint-import-resolver-webpack": "^0.12.2",
  81. "eslint-loader": "^3.0.4",
  82. "eslint-plugin-babel": "^5.3.1",
  83. "eslint-plugin-compat": "^3.9.0",
  84. "eslint-plugin-css-modules": "^2.11.0",
  85. "eslint-plugin-eslint-comments": "^3.2.0",
  86. "eslint-plugin-html": "^6.1.2",
  87. "eslint-plugin-import": "^2.22.1",
  88. "eslint-plugin-jest": "^22.17.0",
  89. "eslint-plugin-jsdoc": "^20.4.0",
  90. "eslint-plugin-json": "^1.4.0",
  91. "eslint-plugin-lodash": "^6.0.0",
  92. "eslint-plugin-no-use-extend-native": "^0.4.1",
  93. "eslint-plugin-prefer-object-spread": "^1.2.1",
  94. "eslint-plugin-prettier": "^3.4.0",
  95. "eslint-plugin-promise": "^4.3.1",
  96. "eslint-plugin-sort-class-members": "^1.11.0",
  97. "eslint-plugin-switch-case": "^1.1.2",
  98. "jest": "^24.9.0",
  99. "jest-cli": "^24.9.0",
  100. "jest-file": "^1.0.0",
  101. "lodash": "^4.17.21",
  102. "lodash-webpack-plugin": "^0.11.6",
  103. "mkdirp": "^0.5.5",
  104. "nodemon": "^2.0.7",
  105. "prettier": "^1.19.1",
  106. "rimraf": "^3.0.2",
  107. "source-map-loader": "^0.2.4",
  108. "strip-ansi": "^6.0.0",
  109. "terser-webpack-plugin": "^2.3.8",
  110. "typescript": "^3.9.9",
  111. "webpack": "^4.46.0",
  112. "webpack-bundle-analyzer": "^3.9.0",
  113. "webpack-cli": "^3.3.12",
  114. "webpack-global-object-x": "^1.0.1",
  115. "webpack-merge": "^4.2.2"
  116. },
  117. "engines": {
  118. "node": ">=8.11.4",
  119. "npm": ">=6.10.1"
  120. },
  121. "browserslist": [
  122. "> 1%",
  123. "Explorer >= 9"
  124. ]
  125. }