|
|
@@ -1,122 +1,54 @@
|
|
|
{
|
|
|
- "name": "vue-admin-template",
|
|
|
- "version": "4.4.0",
|
|
|
- "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
|
|
|
- "author": "Pan <panfree23@gmail.com>",
|
|
|
+ "name": "big_screen",
|
|
|
+ "version": "0.1.0",
|
|
|
+ "private": true,
|
|
|
"scripts": {
|
|
|
- "dev": "vue-cli-service serve",
|
|
|
- "lint": "eslint --ext .js,.vue src",
|
|
|
- "build:prod": "vue-cli-service build",
|
|
|
- "build:stage": "vue-cli-service build --mode staging",
|
|
|
- "preview": "node build/index.js --preview",
|
|
|
- "new": "plop",
|
|
|
- "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
|
|
|
- "test:unit": "jest --clearCache && vue-cli-service test:unit",
|
|
|
- "test:ci": "npm run lint && npm run test:unit"
|
|
|
+ "build": "vue-cli-service build",
|
|
|
+ "lint": "vue-cli-service lint",
|
|
|
+ "dev": "vue-cli-service serve"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@geoman-io/leaflet-geoman-free": "^2.11.3",
|
|
|
- "@riophae/vue-treeselect": "^0.4.0",
|
|
|
- "axios": "0.18.1",
|
|
|
- "core-js": "3.6.5",
|
|
|
- "echarts": "^4.9.0",
|
|
|
- "echarts-gl": "^1.1.2",
|
|
|
- "echarts-liquidfill": "^3.0.0",
|
|
|
- "element-ui": "^2.15.6",
|
|
|
- "file-saver": "2.0.1",
|
|
|
- "fuse.js": "3.4.4",
|
|
|
- "highcharts": "^9.1.2",
|
|
|
- "highcharts-vue": "^1.4.0",
|
|
|
- "html2canvas": "^1.4.1",
|
|
|
- "js-cookie": "2.2.0",
|
|
|
- "jspdf": "^2.5.1",
|
|
|
- "jszip": "3.2.1",
|
|
|
- "leaflet": "^1.7.1",
|
|
|
- "leaflet-draw": "^1.0.4",
|
|
|
- "leaflet-editable": "^1.2.0",
|
|
|
- "mqtt": "^4.3.7",
|
|
|
- "normalize.css": "7.0.0",
|
|
|
- "nprogress": "0.2.0",
|
|
|
- "path-to-regexp": "2.4.0",
|
|
|
- "province-city-china": "^8.0.0",
|
|
|
- "qrcodejs2": "^0.0.2",
|
|
|
- "screenfull": "4.2.0",
|
|
|
- "script-loader": "0.7.2",
|
|
|
- "vue": "2.6.10",
|
|
|
- "vue-amap": "^0.5.10",
|
|
|
- "vue-awesome-countdown": "^1.1.4",
|
|
|
- "vue-contextmenujs": "^1.3.13",
|
|
|
- "vue-count-to": "1.0.13",
|
|
|
- "vue-echarts": "^5.0.0-beta.0",
|
|
|
- "vue-quill-editor": "^3.0.6",
|
|
|
- "vue-router": "3.0.6",
|
|
|
- "vue2-leaflet": "^2.7.1",
|
|
|
- "vue2-org-tree": "^1.3.6",
|
|
|
- "vuedraggable": "2.20.0",
|
|
|
- "vuescroll": "^4.17.3",
|
|
|
- "vuex": "3.1.0",
|
|
|
- "xlsx": "0.14.1"
|
|
|
+ "@element-plus/icons-vue": "^2.1.0",
|
|
|
+ "babel-eslint": "^10.1.0",
|
|
|
+ "core-js": "^3.8.3",
|
|
|
+ "echarts": "^5.4.2",
|
|
|
+ "element-plus": "^2.3.3",
|
|
|
+ "eslint-plugin-import": "^2.27.5",
|
|
|
+ "pinia": "^2.0.34",
|
|
|
+ "sass": "^1.61.0",
|
|
|
+ "sass-loader": "^13.2.2",
|
|
|
+ "vue": "^3.2.13",
|
|
|
+ "vue-router": "^4.0.3",
|
|
|
+ "vue3-seamless-scroll": "^2.0.1"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@vue/cli-plugin-babel": "4.4.4",
|
|
|
- "@vue/cli-plugin-eslint": "4.4.4",
|
|
|
- "@vue/cli-plugin-unit-jest": "4.4.4",
|
|
|
- "@vue/cli-service": "4.4.4",
|
|
|
- "@vue/test-utils": "1.0.0-beta.29",
|
|
|
- "autoprefixer": "9.5.1",
|
|
|
- "babel-eslint": "10.1.0",
|
|
|
- "babel-jest": "23.6.0",
|
|
|
- "babel-plugin-dynamic-import-node": "2.3.3",
|
|
|
- "chalk": "2.4.2",
|
|
|
- "chokidar": "2.1.5",
|
|
|
- "connect": "3.6.6",
|
|
|
- "eslint": "6.7.2",
|
|
|
- "eslint-plugin-vue": "6.2.2",
|
|
|
- "html-webpack-plugin": "3.2.0",
|
|
|
- "husky": "1.3.1",
|
|
|
- "lint-staged": "8.1.5",
|
|
|
- "plop": "2.3.0",
|
|
|
- "province-city-china": "^8.0.0",
|
|
|
- "runjs": "4.3.2",
|
|
|
- "sass": "1.26.8",
|
|
|
- "sass-loader": "8.0.2",
|
|
|
- "script-ext-html-webpack-plugin": "2.1.3",
|
|
|
- "serve-static": "1.13.2",
|
|
|
- "svg-sprite-loader": "4.1.3",
|
|
|
- "svgo": "1.2.2",
|
|
|
- "vue-template-compiler": "2.6.10"
|
|
|
+ "@babel/core": "^7.12.16",
|
|
|
+ "@babel/eslint-parser": "^7.12.16",
|
|
|
+ "@vue/cli-plugin-babel": "~5.0.0",
|
|
|
+ "@vue/cli-plugin-eslint": "~5.0.0",
|
|
|
+ "@vue/cli-plugin-router": "~5.0.0",
|
|
|
+ "@vue/cli-service": "~5.0.0",
|
|
|
+ "eslint": "^8.38.0",
|
|
|
+ "eslint-plugin-vue": "^8.0.3"
|
|
|
+ },
|
|
|
+ "eslintConfig": {
|
|
|
+ "root": true,
|
|
|
+ "env": {
|
|
|
+ "node": true
|
|
|
+ },
|
|
|
+ "extends": [
|
|
|
+ "plugin:vue/vue3-essential",
|
|
|
+ "eslint:recommended"
|
|
|
+ ],
|
|
|
+ "parserOptions": {
|
|
|
+ "parser": "@babel/eslint-parser"
|
|
|
+ },
|
|
|
+ "rules": {}
|
|
|
},
|
|
|
"browserslist": [
|
|
|
"> 1%",
|
|
|
- "last 2 versions"
|
|
|
- ],
|
|
|
- "engines": {
|
|
|
- "node": ">=8.9",
|
|
|
- "npm": ">= 3.0.0"
|
|
|
- },
|
|
|
- "keywords": [
|
|
|
- "vue",
|
|
|
- "admin",
|
|
|
- "dashboard",
|
|
|
- "element-ui",
|
|
|
- "boilerplate",
|
|
|
- "admin-template",
|
|
|
- "management-system"
|
|
|
- ],
|
|
|
- "license": "MIT",
|
|
|
- "lint-staged": {
|
|
|
- "src/**/*.{js,vue}": [
|
|
|
- "eslint --fix",
|
|
|
- "git add"
|
|
|
- ]
|
|
|
- },
|
|
|
- "husky": {
|
|
|
- "hooks": {
|
|
|
- "pre-commit": "lint-staged"
|
|
|
- }
|
|
|
- },
|
|
|
- "repository": {
|
|
|
- "type": "git",
|
|
|
- "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
|
|
|
- }
|
|
|
+ "last 2 versions",
|
|
|
+ "not dead",
|
|
|
+ "not ie 11"
|
|
|
+ ]
|
|
|
}
|