package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "vue-baidu-map",
  3. "version": "0.21.22",
  4. "description": "Baidu Map Component for Vue 2.0",
  5. "main": "index.js",
  6. "directories": {
  7. "doc": "docs"
  8. },
  9. "scripts": {
  10. "build:docs": "webpack -p --config ./build/webpack.docs.config.js",
  11. "build": "webpack -p --config ./build/webpack.prod.config.js",
  12. "dev": "webpack-dev-server --content-base docs --config ./build/webpack.docs.config.js --hot --inline",
  13. "deploy": "npm run build && npm run build:docs",
  14. "test": "karma start",
  15. "lint": "eslint --ext .js,.vue src docs build",
  16. "prepublishOnly": "npm run build"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/Dafrok/vue-baidu-map.git"
  21. },
  22. "keywords": [
  23. "vue",
  24. "baidu-map",
  25. "bmap",
  26. "vue-baidu-map",
  27. "baidu",
  28. "map"
  29. ],
  30. "author": "Dafrok <o.o@mug.dog>",
  31. "license": "MIT",
  32. "bugs": {
  33. "url": "https://github.com/Dafrok/vue-baidu-map/issues"
  34. },
  35. "homepage": "https://github.com/Dafrok/vue-baidu-map#readme",
  36. "devDependencies": {
  37. "babel-core": "^6.26.0",
  38. "babel-eslint": "^7.2.3",
  39. "babel-loader": "^6.2.10",
  40. "babel-plugin-add-module-exports": "^0.2.1",
  41. "babel-plugin-module-alias": "^1.6.0",
  42. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  43. "babel-plugin-transform-es2015-modules-umd": "^6.24.0",
  44. "babel-preset-es2015": "^6.18.0",
  45. "bmaplib.distancetool": "^1.0.2",
  46. "bulma": "^0.3.0",
  47. "chai": "^4.0.2",
  48. "css-loader": "^0.26.1",
  49. "eslint": "^3.19.0",
  50. "eslint-config-standard": "^10.2.1",
  51. "eslint-loader": "^1.7.1",
  52. "eslint-plugin-html": "^2.0.1",
  53. "eslint-plugin-import": "^2.2.0",
  54. "eslint-plugin-node": "^4.2.2",
  55. "eslint-plugin-promise": "^3.5.0",
  56. "eslint-plugin-standard": "^3.0.1",
  57. "file-loader": "^0.10.0",
  58. "github-markdown-css": "^2.4.1",
  59. "html-webpack-plugin": "^2.26.0",
  60. "inline-manifest-webpack-plugin": "^3.0.1",
  61. "karma": "^1.7.0",
  62. "karma-chrome-launcher": "^2.1.1",
  63. "karma-coverage": "^1.1.1",
  64. "karma-mocha": "^1.3.0",
  65. "karma-webpack": "^2.0.3",
  66. "material-design-icons": "^3.0.1",
  67. "mocha": "^3.4.2",
  68. "prismjs": "^1.6.0",
  69. "pug": "^2.0.0-beta6",
  70. "requirejs": "^2.3.3",
  71. "rmdir": "^1.2.0",
  72. "roboto-fontface": "^0.7.0",
  73. "style-loader": "^0.13.1",
  74. "stylus": "^0.54.5",
  75. "stylus-loader": "^3.0.1",
  76. "url-loader": "^0.5.7",
  77. "vue": "^2.4.3",
  78. "vue-loader": "^10.0.2",
  79. "vue-markdown-loader": "^0.6.2",
  80. "vue-material": "^0.7.4",
  81. "vue-router": "^2.7.0",
  82. "vue-template-compiler": "^2.1.8",
  83. "webpack": "^2.4.1",
  84. "webpack-dev-server": "^2.4.4"
  85. },
  86. "peerDependencies": {
  87. "vue": "^2.1.8"
  88. },
  89. "dependencies": {
  90. "bmaplib.curveline": "^1.0.0",
  91. "bmaplib.heatmap": "^1.0.4",
  92. "bmaplib.lushu": "^1.0.7",
  93. "bmaplib.markerclusterer": "^1.0.13",
  94. "markdown-it": "^8.4.0"
  95. },
  96. "__npminstall_done": "Thu Dec 24 2020 20:20:28 GMT+0800 (CST)",
  97. "_from": "vue-baidu-map@0.21.22",
  98. "_resolved": "https://registry.npm.taobao.org/vue-baidu-map/download/vue-baidu-map-0.21.22.tgz"
  99. }