影像解译
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "cmc",
  3. "version": "1.0.1",
  4. "description": "影像智能解译平台",
  5. "author": "cmc",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build",
  10. "build:stage": "vite build --mode staging",
  11. "preview": "vite preview"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "2.0.10",
  19. "@turf/turf": "^6.5.0",
  20. "@vueup/vue-quill": "1.1.0",
  21. "@vueuse/core": "9.5.0",
  22. "animate.css": "^4.1.1",
  23. "ant-design-vue": "^3.2.20",
  24. "axios": "0.27.2",
  25. "cesium": "^1.106.1",
  26. "echarts": "5.4.0",
  27. "element-plus": "2.2.27",
  28. "file-saver": "2.0.5",
  29. "fuse.js": "6.6.2",
  30. "js-cookie": "3.0.1",
  31. "jsencrypt": "3.3.1",
  32. "less": "^4.1.3",
  33. "nprogress": "0.2.0",
  34. "ol": "^7.4.0",
  35. "ol-cesium": "^2.14.0",
  36. "pinia": "2.0.22",
  37. "shpjs": "^4.0.4",
  38. "vue": "3.2.45",
  39. "vue-cesium": "^3.1.8",
  40. "vue-cropper": "1.0.3",
  41. "vue-router": "4.1.4"
  42. },
  43. "devDependencies": {
  44. "@vitejs/plugin-vue": "3.1.0",
  45. "@vue/compiler-sfc": "3.2.45",
  46. "sass": "1.56.1",
  47. "unplugin-auto-import": "0.11.4",
  48. "vite": "3.2.3",
  49. "vite-plugin-compression": "0.5.1",
  50. "vite-plugin-svg-icons": "2.0.1",
  51. "vite-plugin-vue-setup-extend": "0.4.0"
  52. }
  53. }