package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "weihe-map",
  3. "version": "1.0.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. },
  10. "dependencies": {
  11. "@ct/iframe-connect-sdk": "^1.0.17",
  12. "@turf/turf": "^7.2.0",
  13. "axios": "^1.11.0",
  14. "core-js": "^3.8.3",
  15. "echarts": "^5.5.1",
  16. "element-ui": "^2.15.14",
  17. "js-cookie": "3.0.5",
  18. "lodash-es": "^4.17.21",
  19. "mars3d": "3.8.0",
  20. "mars3d-cesium": "git+http://10.157.224.21:89/hntt-uav-components/hntt-map.git#new",
  21. "moment": "^2.30.1",
  22. "process": "^0.11.10",
  23. "sass": "^1.66.1",
  24. "sass-loader": "^13.3.2",
  25. "vue": "^2.7.14",
  26. "vue-router": "^3.5.2",
  27. "vuex": "^3.6.2"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.12.16",
  31. "@babel/eslint-parser": "^7.12.16",
  32. "@ct/remote-page-loader": "^1.0.15",
  33. "@vue/cli-plugin-babel": "~5.0.0",
  34. "@vue/cli-plugin-eslint": "~5.0.0",
  35. "@vue/cli-service": "~5.0.0",
  36. "eslint": "^7.32.0",
  37. "eslint-plugin-vue": "^8.0.3",
  38. "node-polyfill-webpack-plugin": "^2.0.1",
  39. "vue-template-compiler": "^2.6.14"
  40. },
  41. "eslintConfig": {
  42. "root": true,
  43. "env": {
  44. "node": true
  45. },
  46. "extends": [
  47. "plugin:vue/essential",
  48. "eslint:recommended"
  49. ],
  50. "parserOptions": {
  51. "parser": "@babel/eslint-parser"
  52. },
  53. "rules": {}
  54. },
  55. "browserslist": [
  56. "> 1%",
  57. "last 2 versions",
  58. "not dead"
  59. ]
  60. }