package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "space-account-book",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint",
  9. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.config.js"
  10. },
  11. "dependencies": {
  12. "@turf/turf": "^6.5.0",
  13. "@zip.js/zip.js": "^2.3.23",
  14. "axios": "^0.21.1",
  15. "core-js": "^3.6.5",
  16. "echarts": "^5.2.2",
  17. "js-cookie": "^3.0.0",
  18. "lodash": "^4.17.21",
  19. "mapshaper": "^0.5.84",
  20. "moment": "^2.29.1",
  21. "normalize.css": "^8.0.1",
  22. "ol": "^6.9.0",
  23. "ol-echarts": "^2.0.4",
  24. "ol-ext": "^3.2.18",
  25. "proj4": "^2.7.5",
  26. "qrcode": "^1.5.0",
  27. "shapefile": "^0.6.6",
  28. "view-design": "^4.6.1",
  29. "vue": "^2.6.11",
  30. "vue-clipboard2": "^0.3.3",
  31. "vue-count-to": "^1.0.13",
  32. "vue-perfect-scrollbar": "^0.2.1",
  33. "vue-router": "^3.2.0",
  34. "vuex": "^3.4.0",
  35. "wkx": "^0.5.0",
  36. "html-to-image": "^1.3.21",
  37. "html2canvas": "^1.3.2",
  38. "jspdf": "^2.3.0"
  39. },
  40. "devDependencies": {
  41. "@vue/cli-plugin-babel": "~4.5.0",
  42. "@vue/cli-plugin-eslint": "~4.5.0",
  43. "@vue/cli-plugin-router": "~4.5.0",
  44. "@vue/cli-plugin-vuex": "~4.5.0",
  45. "@vue/cli-service": "~4.5.0",
  46. "@vue/eslint-config-standard": "^5.1.2",
  47. "babel-eslint": "^10.1.0",
  48. "babel-plugin-dynamic-import-node": "^2.3.3",
  49. "body-parser": "^1.19.0",
  50. "chalk": "^2.4.2",
  51. "chokidar": "^3.5.2",
  52. "eslint": "^6.7.2",
  53. "eslint-plugin-import": "^2.20.2",
  54. "eslint-plugin-node": "^11.1.0",
  55. "eslint-plugin-promise": "^4.2.1",
  56. "eslint-plugin-standard": "^4.0.0",
  57. "eslint-plugin-vue": "^6.2.2",
  58. "lint-staged": "^9.5.0",
  59. "lowdb": "^1.0.0",
  60. "mockjs": "^1.1.0",
  61. "sass": "^1.26.5",
  62. "sass-loader": "^8.0.2",
  63. "script-ext-html-webpack-plugin": "^2.1.5",
  64. "svg-sprite-loader": "^6.0.11",
  65. "vue-template-compiler": "^2.6.11"
  66. },
  67. "gitHooks": {
  68. "pre-commit": "lint-staged"
  69. },
  70. "lint-staged": {
  71. "*.{js,jsx,vue}": [
  72. "vue-cli-service lint",
  73. "git add"
  74. ]
  75. }
  76. }