package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "name": "highcharts-vue",
  3. "version": "1.3.5",
  4. "description": "Highcharts wrapper Vue component",
  5. "main": "dist/highcharts-vue.min.js",
  6. "typings": "types/highcharts-vue.d.ts",
  7. "scripts": {
  8. "test": "jest",
  9. "build": "webpack",
  10. "build:app": "cd demo && npm install",
  11. "app": "cd demo && npm run dev",
  12. "lint": "eslint . --ext .js,.vue",
  13. "lint:fix": "eslint . --ext .js,.vue --fix",
  14. "release": "standard-version"
  15. },
  16. "jest": {
  17. "moduleFileExtensions": [
  18. "js",
  19. "json",
  20. "vue"
  21. ],
  22. "transform": {
  23. "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
  24. ".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
  25. },
  26. "moduleNameMapper": {
  27. "^@/(.*)$": "<rootDir>/src/$1"
  28. },
  29. "snapshotSerializers": [
  30. "<rootDir>/node_modules/jest-serializer-vue"
  31. ]
  32. },
  33. "homepage": "https://github.com/highcharts/highcharts-vue#readme",
  34. "repository": {
  35. "type": "git",
  36. "url": "git+https://github.com/highcharts/highcharts-vue"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/highcharts/highcharts-vue/issues"
  40. },
  41. "keywords": [
  42. "highcharts",
  43. "wrapper",
  44. "vue",
  45. "component"
  46. ],
  47. "author": "Daniel Studencki <daniel.studencki@gmail.com>",
  48. "license": "SEE LICENSE IN LICENSE",
  49. "files": [
  50. "dist",
  51. "src",
  52. "types",
  53. "utils"
  54. ],
  55. "peerDependencies": {
  56. "highcharts": ">=5.0.0",
  57. "vue": ">=1.0.0"
  58. },
  59. "husky": {
  60. "hooks": {
  61. "pre-commit": "npm run lint && npm run test && npm run build && git add -A"
  62. }
  63. },
  64. "devDependencies": {
  65. "@babel/core": "^7.0.0-beta.39",
  66. "@babel/preset-env": "^7.0.0-beta.39",
  67. "@vue/test-utils": "^1.0.0-beta.29",
  68. "babel-jest": "^24.8.0",
  69. "babel-loader": "^8.0.0-beta.0",
  70. "eslint": "^4.17.0",
  71. "eslint-plugin-standard": "^3.0.1",
  72. "eslint-plugin-vue": "^4.2.2",
  73. "highcharts": "^7.1.1",
  74. "husky": "^1.0.0-rc.13",
  75. "jest": "^24.8.0",
  76. "jest-serializer-vue": "^2.0.2",
  77. "standard": "^10.0.3",
  78. "standard-version": "^4.4.0",
  79. "vue": "^2.6.10",
  80. "vue-jest": "^3.0.4",
  81. "vue-template-compiler": "^2.6.10",
  82. "webpack": "^3.10.0"
  83. },
  84. "__npminstall_done": "Thu Feb 25 2021 10:13:31 GMT+0800 (中国标准时间)",
  85. "_from": "highcharts-vue@1.3.5",
  86. "_resolved": "https://registry.npm.taobao.org/highcharts-vue/download/highcharts-vue-1.3.5.tgz"
  87. }