|
|
@@ -0,0 +1,81 @@
|
|
|
+{
|
|
|
+ "name": "jinganbigdata",
|
|
|
+ "version": "0.1.0",
|
|
|
+ "private": true,
|
|
|
+ "scripts": {
|
|
|
+ "serve": "vue-cli-service serve",
|
|
|
+ "build": "vue-cli-service build",
|
|
|
+ "lint": "vue-cli-service lint"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "axios": "^0.24.0",
|
|
|
+ "core-js": "^3.6.5",
|
|
|
+ "echarts": "^4.2.0-rc.2",
|
|
|
+ "echarts-liquidfill": "^2.0.3",
|
|
|
+ "element-ui": "^2.15.6",
|
|
|
+ "qs": "^6.10.2",
|
|
|
+ "v-viewer": "^1.6.4",
|
|
|
+ "vue": "^2.6.11",
|
|
|
+ "vue-awesome-swiper": "^3.1.3",
|
|
|
+ "vue-count-to": "^1.0.13",
|
|
|
+ "vue-element-loading": "^2.0.2",
|
|
|
+ "vue-router": "^3.2.0",
|
|
|
+ "vue-seamless-scroll": "^1.1.23",
|
|
|
+ "vuex": "^3.4.0",
|
|
|
+ "x2js": "^3.4.3",
|
|
|
+ "zrender": "^4.3.1"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@amap/amap-jsapi-loader": "^1.0.1",
|
|
|
+ "@vue/cli-plugin-babel": "~4.5.0",
|
|
|
+ "@vue/cli-plugin-eslint": "~4.5.0",
|
|
|
+ "@vue/cli-plugin-router": "~4.5.0",
|
|
|
+ "@vue/cli-plugin-vuex": "~4.5.0",
|
|
|
+ "@vue/cli-service": "~4.5.0",
|
|
|
+ "@vue/eslint-config-prettier": "^6.0.0",
|
|
|
+ "babel-eslint": "^10.1.0",
|
|
|
+ "eslint": "^6.8.0",
|
|
|
+ "eslint-plugin-prettier": "^3.3.1",
|
|
|
+ "eslint-plugin-vue": "^6.2.2",
|
|
|
+ "prettier": "^2.2.1",
|
|
|
+ "swiper": "^3.4.2",
|
|
|
+ "vue-awesome-swiper": "^3.1.3",
|
|
|
+ "vue-template-compiler": "^2.6.11"
|
|
|
+ },
|
|
|
+ "eslintConfig": {
|
|
|
+ "root": true,
|
|
|
+ "env": {
|
|
|
+ "node": true
|
|
|
+ },
|
|
|
+ "extends": [
|
|
|
+ "plugin:vue/essential",
|
|
|
+ "eslint:recommended",
|
|
|
+ "@vue/prettier"
|
|
|
+ ],
|
|
|
+ "parserOptions": {
|
|
|
+ "parser": "babel-eslint"
|
|
|
+ },
|
|
|
+ "rules": {
|
|
|
+ "generator-star-spacing": "off",
|
|
|
+ "no-tabs": "off",
|
|
|
+ "no-unused-vars": "off",
|
|
|
+ "no-console": "off",
|
|
|
+ "no-irregular-whitespace": "off",
|
|
|
+ "no-debugger": "off"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "browserslist": [
|
|
|
+ "> 1%",
|
|
|
+ "last 2 versions",
|
|
|
+ "not dead"
|
|
|
+ ],
|
|
|
+ "description": "",
|
|
|
+ "main": "babel.config.js",
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://e.coding.net/chuanghaikeji/machineroom/bigDataWeb.git"
|
|
|
+ },
|
|
|
+ "keywords": [],
|
|
|
+ "author": "",
|
|
|
+ "license": "ISC"
|
|
|
+}
|