2024-05-23 01:41:43 +00:00
|
|
|
{
|
|
|
|
"name": "cmp-screen",
|
|
|
|
"version": "5.6.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@antv/g6": "3.8.5",
|
|
|
|
"@antv/l7": "^2.3.7",
|
|
|
|
"@antv/l7-district": "^2.3.1",
|
|
|
|
"@antv/l7-maps": "^2.3.7",
|
|
|
|
"@jiaminghi/data-view": "^2.10.0",
|
|
|
|
"@turf/turf": "^6.3.0",
|
|
|
|
"@tweenjs/tween.js": "^18.6.4",
|
2024-05-23 02:08:05 +00:00
|
|
|
"@vue/composition-api": "^1.7.1",
|
2024-05-23 01:41:43 +00:00
|
|
|
"axios": "^0.21.0",
|
2024-05-23 01:56:03 +00:00
|
|
|
"cmp-echarts": "2.0.0-5.6-release",
|
2024-05-23 01:41:43 +00:00
|
|
|
"core-js": "^3.6.5",
|
|
|
|
"crypto-js": "^4.0.0",
|
|
|
|
"echarts": "^4.9.0",
|
|
|
|
"echarts-liquidfill": "^2.0.0",
|
|
|
|
"element-ui": "^2.14.1",
|
|
|
|
"heatmapjs": "^2.0.2",
|
|
|
|
"js-cookie": "^2.2.1",
|
|
|
|
"leaflet": "^1.7.1",
|
|
|
|
"lodash-es": "^4.17.15",
|
|
|
|
"moment": "^2.29.1",
|
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"ol": "^6.5.0",
|
|
|
|
"ol-echarts": "^2.0.3",
|
|
|
|
"qs": "^6.9.4",
|
2024-05-23 02:08:05 +00:00
|
|
|
"regenerator-runtime": "^0.13.11",
|
2024-05-23 01:41:43 +00:00
|
|
|
"stats.js": "^0.17.0",
|
|
|
|
"three": "0.122.0",
|
|
|
|
"three-js-csg": "^72.0.0",
|
|
|
|
"three-orbitcontrols": "^2.110.3",
|
2024-05-23 02:12:05 +00:00
|
|
|
"url-loader": "^4.1.1",
|
2024-05-23 01:41:43 +00:00
|
|
|
"vue": "^2.6.11",
|
|
|
|
"vue-count-to": "^1.0.13",
|
|
|
|
"vue-router": "^3.2.0",
|
|
|
|
"vue-seamless-scroll": "^1.1.21",
|
|
|
|
"vuex": "^3.4.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
|
|
"@typescript-eslint/parser": "^2.33.0",
|
|
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
|
|
"@vue/cli-service": "~4.5.0",
|
|
|
|
"@vue/eslint-config-standard": "^5.1.2",
|
|
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"compress-webpack-plugin": "^1.0.6",
|
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"eslint-plugin-import": "^2.20.2",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
|
|
"sass": "^1.26.5",
|
|
|
|
"sass-loader": "^8.0.2",
|
|
|
|
"typescript": "^4.2.4",
|
|
|
|
"vue-template-compiler": "^2.6.11"
|
|
|
|
}
|
|
|
|
}
|