Newer
Older
HuangJiPC / package.json
@zhangdeliang zhangdeliang 13 days ago 1 KB update
{
  "name": "vue3_template",
  "version": "0.0.0",
  "license": "ISC",
  "scripts": {
    "dev": "cross-env NODE_ENV=development vite",
    "build": "vite build",
    "serve": "vite",
    "preview": "vite preview",
    "interface": "node .interface-auto.js"
  },
  "dependencies": {
    "@fullcalendar/core": "^5.11.3",
    "@fullcalendar/daygrid": "^5.11.3",
    "@fullcalendar/interaction": "^5.11.3",
    "@fullcalendar/resource-timeline": "^5.11.3",
    "@fullcalendar/timegrid": "^5.11.3",
    "@fullcalendar/vue": "^5.11.3",
    "@fullcalendar/vue3": "^5.11.3",
    "@wangeditor/editor": "^5.1.7",
    "@wangeditor/editor-for-vue": "^5.1.12",
    "animate.css": "^4.1.1",
    "cesium": "^1.117.0",
    "echarts": "^5.2.2",
    "esbuild-windows-64": "^0.14.11",
    "highcharts": "^9.3.2",
    "import-three-examples": "^2.2.4",
    "mapbox-gl": "^3.3.0",
    "mitt": "^3.0.0",
    "moment": "^2.29.1",
    "pinia": "^2.0.16",
    "terraformer-wkt-parser": "^1.2.1",
    "three": "^0.144.0",
    "video.js": "^8.12.0",
    "vue": "^3.0.5",
    "vue-cesium": "^3.2.8",
    "vue3-seamless-scroll": "^2.0.1",
    "vue3-video-play": "^1.3.1-beta.6"
  },
  "devDependencies": {
    "@vicons/ionicons5": "^0.11.0",
    "@vitejs/plugin-vue": "^1.3.0",
    "@vitejs/plugin-vue-jsx": "^1.1.7",
    "@vue/compiler-sfc": "^3.0.5",
    "axios": "^0.21.1",
    "cross-env": "^7.0.3",
    "less": "^4.1.1",
    "less-loader": "^9.0.0",
    "mockjs": "^1.1.0",
    "naive-ui": "^2.26.4",
    "ol": "^6.4.3",
    "uuid": "^8.3.2",
    "vfonts": "^0.1.0",
    "vite": "^2.4.4",
    "vite-plugin-compression": "^0.5.1",
    "vite-plugin-mock": "^2.9.6",
    "vue-router": "^4.0.8",
    "vuex": "^4.0.1"
  }
}