@ -1,118 +1,122 @@ |
|||
{ |
|||
"name": "epmet-oper-gov", |
|||
"version": "1.0.0", |
|||
"private": true, |
|||
"scripts": { |
|||
"dev": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve", |
|||
"serve": "vue-cli-service serve", |
|||
"build": "vue-cli-service build", |
|||
"build:sit": "vue-cli-service build --mode production.sit", |
|||
"build:uat": "vue-cli-service build --mode production.uat", |
|||
"build:preview": "vue-cli-service build --mode preview", |
|||
"build:prod": "vue-cli-service build --mode production", |
|||
"build:shibei_prod": "vue-cli-service build --mode shibei_production", |
|||
"lint": "vue-cli-service lint", |
|||
"et": "node_modules/.bin/et", |
|||
"et:init": "node_modules/.bin/et -i", |
|||
"et:list": "gulp themes" |
|||
"name": "epmet-oper-gov", |
|||
"version": "1.0.0", |
|||
"private": true, |
|||
"scripts": { |
|||
"dev": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve", |
|||
"serve": "vue-cli-service serve", |
|||
"build": "vue-cli-service build", |
|||
"build:sit": "vue-cli-service build --mode production.sit", |
|||
"build:uat": "vue-cli-service build --mode production.uat", |
|||
"build:preview": "vue-cli-service build --mode preview", |
|||
"build:prod": "vue-cli-service build --mode production", |
|||
"build:shibei_prod": "vue-cli-service build --mode shibei_production", |
|||
"lint": "vue-cli-service lint", |
|||
"et": "node_modules/.bin/et", |
|||
"et:init": "node_modules/.bin/et -i", |
|||
"et:list": "gulp themes" |
|||
}, |
|||
"dependencies": { |
|||
"@antv/l7": "2.9.14", |
|||
"@antv/l7-draw": "3.0.5", |
|||
"@antv/l7-maps": "2.9.14", |
|||
"@riophae/vue-treeselect": "^0.4.0", |
|||
"@tinymce/tinymce-vue": "^3.2.8", |
|||
"async-validator": "^4.2.5", |
|||
"axios": "^0.19.0", |
|||
"babel-eslint": "^8.0.1", |
|||
"babel-plugin-component": "^1.1.1", |
|||
"css-loader": "^5.0.0", |
|||
"echarts": "^5.2.2", |
|||
"echarts-gl": "^2.0.9", |
|||
"element-theme": "2.0.1", |
|||
"element-ui": "2.13.2", |
|||
"file-saver": "^2.0.5", |
|||
"gulp-autoprefixer": "^6.1.0", |
|||
"gulp-clean-css": "^4.2.0", |
|||
"gulp-load-plugins": "^2.0.0", |
|||
"gulp-rename": "^1.4.0", |
|||
"gulp-sass": "^4.0.2", |
|||
"js-cookie": "^2.2.0", |
|||
"jsencrypt": "^3.0.3", |
|||
"lodash": "^4.17.15", |
|||
"mint-ui": "^2.2.13", |
|||
"moment": "^2.29.4", |
|||
"node-sass": "^4.12.0", |
|||
"ol": "7.2.2", |
|||
"portfinder": "^1.0.21", |
|||
"proj4": "^2.8.0", |
|||
"qs": "^6.7.0", |
|||
"quill": "^1.3.6", |
|||
"screenfull": "^4.2.1", |
|||
"sortablejs": "^1.12.0", |
|||
"svg-sprite-loader": "^4.1.6", |
|||
"throttle-debounce": "^3.0.1", |
|||
"turf": "^3.0.14", |
|||
"v-distpicker": "^1.2.2", |
|||
"vue": "^2.6.11", |
|||
"vue-baidu-map": "^0.21.22", |
|||
"vue-i18n": "^8.12.0", |
|||
"vue-quill-editor": "^3.0.6", |
|||
"vue-router": "^3.0.7", |
|||
"vuex": "^3.1.1", |
|||
"xlsx": "^0.17.1" |
|||
}, |
|||
"devDependencies": { |
|||
"@antv/f2": "^3.8.10-beta.1", |
|||
"@tinymce/tinymce-vue": "3.2.8", |
|||
"@vue/cli-plugin-babel": "^3.10.0", |
|||
"@vue/cli-plugin-eslint": "^3.10.0", |
|||
"@vue/cli-service": "^3.10.0", |
|||
"@vue/eslint-config-standard": "^4.0.0", |
|||
"cross-env": "^7.0.3", |
|||
"dai-js": "^0.0.12", |
|||
"element-theme-chalk": "^2.13.0", |
|||
"filemanager-webpack-plugin": "^2.0.5", |
|||
"natives": "^1.1.6", |
|||
"ol": "^7.2.2", |
|||
"sass-loader": "^7.3.1", |
|||
"script-loader": "^0.7.2", |
|||
"style-loader": "^3.3.3", |
|||
"tinymce": "5.8.2", |
|||
"vue-template-compiler": "^2.6.11" |
|||
}, |
|||
"eslintConfig": { |
|||
"root": true, |
|||
"env": { |
|||
"node": true |
|||
}, |
|||
"dependencies": { |
|||
"@antv/l7": "2.9.14", |
|||
"@antv/l7-draw": "3.0.5", |
|||
"@antv/l7-maps": "2.9.14", |
|||
"@riophae/vue-treeselect": "^0.4.0", |
|||
"@tinymce/tinymce-vue": "^3.2.8", |
|||
"async-validator": "^4.2.5", |
|||
"axios": "^0.19.0", |
|||
"babel-eslint": "^8.0.1", |
|||
"babel-plugin-component": "^1.1.1", |
|||
"echarts": "^5.2.2", |
|||
"echarts-gl": "^2.0.9", |
|||
"element-theme": "2.0.1", |
|||
"element-ui": "2.13.2", |
|||
"file-saver": "^2.0.5", |
|||
"gulp-autoprefixer": "^6.1.0", |
|||
"gulp-clean-css": "^4.2.0", |
|||
"gulp-load-plugins": "^2.0.0", |
|||
"gulp-rename": "^1.4.0", |
|||
"gulp-sass": "^4.0.2", |
|||
"js-cookie": "^2.2.0", |
|||
"jsencrypt": "^3.0.3", |
|||
"lodash": "^4.17.15", |
|||
"mint-ui": "^2.2.13", |
|||
"node-sass": "^4.12.0", |
|||
"ol": "^7.2.2", |
|||
"portfinder": "^1.0.21", |
|||
"proj4": "^2.8.0", |
|||
"qs": "^6.7.0", |
|||
"quill": "^1.3.6", |
|||
"screenfull": "^4.2.1", |
|||
"sortablejs": "^1.12.0", |
|||
"svg-sprite-loader": "^4.1.6", |
|||
"throttle-debounce": "^3.0.1", |
|||
"turf": "^3.0.14", |
|||
"v-distpicker": "^1.2.2", |
|||
"vue": "^2.6.11", |
|||
"vue-baidu-map": "^0.21.22", |
|||
"vue-i18n": "^8.12.0", |
|||
"vue-quill-editor": "^3.0.6", |
|||
"vue-router": "^3.0.7", |
|||
"vuex": "^3.1.1", |
|||
"xlsx": "^0.17.1" |
|||
}, |
|||
"devDependencies": { |
|||
"@antv/f2": "^3.8.10-beta.1", |
|||
"@tinymce/tinymce-vue": "3.2.8", |
|||
"@vue/cli-plugin-babel": "^3.10.0", |
|||
"@vue/cli-plugin-eslint": "^3.10.0", |
|||
"@vue/cli-service": "^3.10.0", |
|||
"@vue/eslint-config-standard": "^4.0.0", |
|||
"cross-env": "^7.0.3", |
|||
"dai-js": "^0.0.12", |
|||
"element-theme-chalk": "^2.13.0", |
|||
"natives": "^1.1.6", |
|||
"ol": "^7.2.2", |
|||
"sass-loader": "^7.3.1", |
|||
"script-loader": "^0.7.2", |
|||
"tinymce": "5.8.2", |
|||
"vue-template-compiler": "^2.6.11" |
|||
}, |
|||
"eslintConfig": { |
|||
"root": true, |
|||
"env": { |
|||
"node": true |
|||
}, |
|||
"extends": [ |
|||
"plugin:vue/essential", |
|||
"@vue/standard" |
|||
], |
|||
"rules": {}, |
|||
"parserOptions": { |
|||
"parser": "babel-eslint" |
|||
} |
|||
}, |
|||
"postcss": { |
|||
"plugins": { |
|||
"autoprefixer": {} |
|||
} |
|||
}, |
|||
"engines": { |
|||
"node": ">= 8.11.1", |
|||
"npm": ">= 5.6.0" |
|||
}, |
|||
"browserslist": [ |
|||
"> 1%", |
|||
"last 2 versions", |
|||
"not ie <= 10" |
|||
"extends": [ |
|||
"plugin:vue/essential", |
|||
"@vue/standard" |
|||
], |
|||
"element-theme": { |
|||
"config": "./src/element-ui/theme-variables.scss", |
|||
"out": "./src/element-ui/theme", |
|||
"minimize": true, |
|||
"browsers": [ |
|||
"> 1%", |
|||
"last 2 versions", |
|||
"not ie <= 10" |
|||
] |
|||
"rules": {}, |
|||
"parserOptions": { |
|||
"parser": "babel-eslint" |
|||
} |
|||
}, |
|||
"postcss": { |
|||
"plugins": { |
|||
"autoprefixer": {} |
|||
} |
|||
}, |
|||
"engines": { |
|||
"node": ">= 8.11.1", |
|||
"npm": ">= 5.6.0" |
|||
}, |
|||
"browserslist": [ |
|||
"> 1%", |
|||
"last 2 versions", |
|||
"not ie <= 10" |
|||
], |
|||
"element-theme": { |
|||
"config": "./src/element-ui/theme-variables.scss", |
|||
"out": "./src/element-ui/theme", |
|||
"minimize": true, |
|||
"browsers": [ |
|||
"> 1%", |
|||
"last 2 versions", |
|||
"not ie <= 10" |
|||
] |
|||
} |
|||
} |
|||
|
@ -0,0 +1,12 @@ |
|||
@font-face { |
|||
font-family: 'HYShuYuanHeiJ'; |
|||
src: url('HYShuYuanHeiJRegular.eot'); |
|||
src: url('HYShuYuanHeiJRegular.eot?#iefix') format('embedded-opentype'), |
|||
url('HYShuYuanHeiJRegular.woff2') format('woff2'), |
|||
url('HYShuYuanHeiJRegular.woff') format('woff'), |
|||
url('HYShuYuanHeiJRegular.ttf') format('truetype'); |
|||
font-weight: normal; |
|||
font-style: normal; |
|||
font-display: swap; |
|||
} |
|||
|
After Width: | Height: | Size: 390 B |
After Width: | Height: | Size: 432 B |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 9.6 KiB |
After Width: | Height: | Size: 560 B |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 845 B |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 704 B |
After Width: | Height: | Size: 704 B |
After Width: | Height: | Size: 584 B |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 565 B |
After Width: | Height: | Size: 570 B |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 887 B |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 575 B |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 755 B |
After Width: | Height: | Size: 530 B |
After Width: | Height: | Size: 869 B |
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 8.7 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 883 B |
After Width: | Height: | Size: 808 B |
After Width: | Height: | Size: 867 B |
After Width: | Height: | Size: 750 B |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 899 B |
After Width: | Height: | Size: 876 B |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 696 KiB |
After Width: | Height: | Size: 811 B |
After Width: | Height: | Size: 964 B |
After Width: | Height: | Size: 959 B |
After Width: | Height: | Size: 819 B |
After Width: | Height: | Size: 819 B |
After Width: | Height: | Size: 107 KiB |
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 818 B |
After Width: | Height: | Size: 883 B |
After Width: | Height: | Size: 742 B |
After Width: | Height: | Size: 961 B |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 752 B |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 917 B |
After Width: | Height: | Size: 852 B |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 116 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 234 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 200 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 362 B |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 579 B |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 619 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 11 KiB |