|
@@ -0,0 +1,83 @@
|
|
|
+{
|
|
|
+ "name": "m-data",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "大数据可视化系统",
|
|
|
+ "keywords": [
|
|
|
+ "big-data"
|
|
|
+ ],
|
|
|
+ "author": "mario",
|
|
|
+ "files": [
|
|
|
+ "lib",
|
|
|
+ "src"
|
|
|
+ ],
|
|
|
+ "private": false,
|
|
|
+ "license": "MIT",
|
|
|
+ "scripts": {
|
|
|
+ "serve": "vue-cli-service serve --open",
|
|
|
+ "build": "vue-cli-service build --report",
|
|
|
+ "lint": "vue-cli-service lint",
|
|
|
+ "dev:doc": "vuepress dev docs",
|
|
|
+ "build:doc": "vuepress build docs"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "axios": "^0.19.0",
|
|
|
+ "bin-ui": "^3.2.2",
|
|
|
+ "bmap": "^1.0.1",
|
|
|
+ "child_process": "^1.0.2",
|
|
|
+ "console": "^0.7.2",
|
|
|
+ "core-js": "^2.6.5",
|
|
|
+ "dayjs": "^1.8.15",
|
|
|
+ "default-passive-events": "^2.0.0",
|
|
|
+ "echarts": "^5.1.2",
|
|
|
+ "echarts-gl": "^2.0.9",
|
|
|
+ "element-ui": "^2.15.8",
|
|
|
+ "good-storage": "^1.1.0",
|
|
|
+ "jquery": "^3.6.0",
|
|
|
+ "js-base64": "^2.5.1",
|
|
|
+ "js-cookie": "^2.2.0",
|
|
|
+ "mockjs": "^1.1.0",
|
|
|
+ "moment": "^2.29.3",
|
|
|
+ "ol": "^6.14.1",
|
|
|
+ "openlayers": "^4.6.4",
|
|
|
+ "particles.js": "^2.0.0",
|
|
|
+ "qs": "^6.7.0",
|
|
|
+ "riot": "^6.1.2",
|
|
|
+ "socket.io-client": "^4.5.0",
|
|
|
+ "swiper": "^5.4.2",
|
|
|
+ "sylvester.js": "^0.1.1",
|
|
|
+ "three": "^0.115.0",
|
|
|
+ "vue": "^2.6.10",
|
|
|
+ "vue-awesome-swiper": "^4.1.1",
|
|
|
+ "vue-echarts": "^5.0.0-beta.0",
|
|
|
+ "vue-router": "^3.0.3",
|
|
|
+ "vue-socket.io": "^3.0.10",
|
|
|
+ "vuex": "^3.0.1",
|
|
|
+ "webpack": "^4.29.5"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@babel/core": "^7.6.4",
|
|
|
+ "@babel/polyfill": "^7.6.0",
|
|
|
+ "@babel/preset-env": "^7.6.3",
|
|
|
+ "@vue/cli-plugin-babel": "^3.9.0",
|
|
|
+ "@vue/cli-plugin-eslint": "^3.9.0",
|
|
|
+ "@vue/cli-service": "^3.9.0",
|
|
|
+ "@vue/eslint-config-standard": "^4.0.0",
|
|
|
+ "babel-eslint": "^10.0.1",
|
|
|
+ "babel-loader": "^8.0.6",
|
|
|
+ "eslint": "^5.16.0",
|
|
|
+ "eslint-plugin-vue": "^5.0.0",
|
|
|
+ "less": "^3.5.0",
|
|
|
+ "less-loader": "^7.3.0",
|
|
|
+ "lint-staged": "^8.1.5",
|
|
|
+ "node-sass": "^4.14.1",
|
|
|
+ "sass-loader": "^10.1.0",
|
|
|
+ "stylus": "^0.54.4",
|
|
|
+ "stylus-loader": "^3.0.1",
|
|
|
+ "vue-template-compiler": "^2.6.10",
|
|
|
+ "vuepress": "^1.0.2"
|
|
|
+ },
|
|
|
+ "gitHooks": {
|
|
|
+ "pre-commit": "lint-staged"
|
|
|
+ },
|
|
|
+ "lint-staged": {}
|
|
|
+}
|