From 65917f0130f088261ec12bfb50c3cb34ff04aa50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Mon, 29 Apr 2024 09:29:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E6=8E=89=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 199 +++++++++++++++++++++++++-------------------------- 1 file changed, 96 insertions(+), 103 deletions(-) diff --git a/package.json b/package.json index fcea97d..e97bf81 100644 --- a/package.json +++ b/package.json @@ -1,105 +1,98 @@ { - "name": "cop-web", - "version": "5.6.0", - "private": true, - "author": "Haijun Zhang ", - "scripts": { - "dev": "vite", - "serve": "vue-cli-service serve", - "build": "vue-cli-service build", - "lint": "vue-cli-service lint", - "fix": "vue-cli-service lint --fix", - "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit", - "precommit": "lint-staged", - "upload": "node upload.js", - "deploy": "yarn build && yarn upload" - }, - "dependencies": { - "@vue/composition-api": "^1.0.0-rc.2", - "axios": "^0.21.1", - "clipboard": "^2.0.6", - "cmp-echarts": "2.0.0-5.6-release", - "cmp-element": "1.0.0-5.6-release", - "cmp-graph-editor": "1.0.0-5.6-release", - "cmp-socket": "1.0.0", - "codemirror": "5.60", - "core-js": "^3.3.2", - "crypto-js": "^3.1.9-1", - "dayjs": "^1.10.4", - "element-ui": "2.13.0", - "jquery": "^3.6.0", - "js-cookie": "^2.2.0", - "lodash-es": "^4.17.21", - "mergely": "4.0.15", - "nprogress": "^0.2.0", - "qs": "^6.7.0", - "sortablejs": "^1.8.4", - "url-loader": "^4.1.1", - "vue": "2.6.14", - "vue-class-component": "^7.0.2", - "vue-code-diff": "^0.0.4", - "vue-i18n": "^8.15.0", - "vue-property-decorator": "^8.3.0", - "vue-router": "^3.3.4", - "vue2-animate": "^1.0.4", - "vuex": "^3.0.1" - }, - "devDependencies": { - "@commitlint/cli": "^11.0.0", - "@commitlint/config-conventional": "^11.0.0", - "@types/js-cookie": "^2.2.4", - "@types/lodash-es": "^4.17.5", - "@types/nprogress": "^0.2.0", - "@types/qs": "^6.5.3", - "@typescript-eslint/eslint-plugin": "^2.18.0", - "@typescript-eslint/parser": "^2.18.0", - "@vue/cli-plugin-babel": "~4.4.1", - "@vue/cli-plugin-eslint": "~4.4.1", - "@vue/cli-plugin-router": "~4.4.1", - "@vue/cli-plugin-typescript": "~4.4.1", - "@vue/cli-plugin-vuex": "~4.4.1", - "@vue/cli-service": "~4.4.1", - "@vue/eslint-config-standard": "^5.1.0", - "@vue/eslint-config-typescript": "^5.0.1", - "autoprefixer": "9.8.6", - "babel-plugin-transform-vite-meta-glob": "^1.0.3", - "chalk": "^4.1.1", - "compress-webpack-plugin": "^1.0.6", - "cross-env": "^5.2.0", - "eslint": "^6.7.2", - "eslint-plugin-import": "^2.20.1", - "eslint-plugin-node": "^11.0.0", - "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-standard": "^4.0.0", - "eslint-plugin-vue": "^6.1.2", - "husky": "^1.3.1", - "increase-memory-limit": "^1.0.6", - "lint-staged": "^8.1.5", - "ora": "^5.4.0", - "sass": "^1.19.0", - "sass-loader": "^8.0.0", - "svg-sprite-loader": "^6.0.2", - "typescript": "^4.4.4", - "unplugin-auto-import": "^0.6.1", - "unplugin-vue-components": "^0.17.21", - "vue-template-compiler": "2.6.14", - "webpack-cli": "^4.9.2" - }, - "eslintConfig": { - "parserOptions": { - "parser": "@typescript-eslint/parser" - } - }, - "lint-staged": { - "src/**/*.{js,vue}": [ - "eslint --fix", - "git add" - ] - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged", - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" - } + "name": "cop-web", + "version": "5.6.0", + "private": true, + "author": "Haijun Zhang ", + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build" + }, + "dependencies": { + "@vue/composition-api": "^1.0.0-rc.2", + "axios": "^0.21.1", + "clipboard": "^2.0.6", + "cmp-echarts": "2.0.0-5.6-release", + "cmp-element": "1.0.0-5.6-release", + "cmp-graph-editor": "1.0.0-5.6-release", + "cmp-socket": "1.0.0", + "codemirror": "5.60", + "core-js": "^3.3.2", + "crypto-js": "^3.1.9-1", + "dayjs": "^1.10.4", + "element-ui": "2.13.0", + "jquery": "^3.6.0", + "js-cookie": "^2.2.0", + "lodash-es": "^4.17.21", + "mergely": "4.0.15", + "nprogress": "^0.2.0", + "qs": "^6.7.0", + "sortablejs": "^1.8.4", + "url-loader": "^4.1.1", + "vue": "2.6.14", + "vue-class-component": "^7.0.2", + "vue-code-diff": "^0.0.4", + "vue-i18n": "^8.15.0", + "vue-property-decorator": "^8.3.0", + "vue-router": "^3.3.4", + "vue2-animate": "^1.0.4", + "vuex": "^3.0.1" + }, + "devDependencies": { + "@commitlint/cli": "^11.0.0", + "@commitlint/config-conventional": "^11.0.0", + "@types/js-cookie": "^2.2.4", + "@types/lodash-es": "^4.17.5", + "@types/nprogress": "^0.2.0", + "@types/qs": "^6.5.3", + "@typescript-eslint/eslint-plugin": "^2.18.0", + "@typescript-eslint/parser": "^2.18.0", + "@vue/cli-plugin-babel": "~4.4.1", + "@vue/cli-plugin-eslint": "~4.4.1", + "@vue/cli-plugin-router": "~4.4.1", + "@vue/cli-plugin-typescript": "~4.4.1", + "@vue/cli-plugin-vuex": "~4.4.1", + "@vue/cli-service": "~4.4.1", + "@vue/eslint-config-standard": "^5.1.0", + "@vue/eslint-config-typescript": "^5.0.1", + "autoprefixer": "9.8.6", + "babel-plugin-transform-vite-meta-glob": "^1.0.3", + "chalk": "^4.1.1", + "compress-webpack-plugin": "^1.0.6", + "cross-env": "^5.2.0", + "eslint": "^6.7.2", + "eslint-plugin-import": "^2.20.1", + "eslint-plugin-node": "^11.0.0", + "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-standard": "^4.0.0", + "eslint-plugin-vue": "^6.1.2", + "husky": "^1.3.1", + "increase-memory-limit": "^1.0.6", + "lint-staged": "^8.1.5", + "ora": "^5.4.0", + "sass": "^1.19.0", + "sass-loader": "^8.0.0", + "svg-sprite-loader": "^6.0.2", + "typescript": "^4.4.4", + "unplugin-auto-import": "^0.6.1", + "unplugin-vue-components": "^0.17.21", + "vue-template-compiler": "2.6.14", + "webpack-cli": "^4.9.2" + }, + "eslintConfig": { + "parserOptions": { + "parser": "@typescript-eslint/parser" } -} \ No newline at end of file + }, + "lint-staged": { + "src/**/*.{js,vue}": [ + "eslint --fix", + "git add" + ] + }, + "husky": { + "hooks": { + "pre-commit": "lint-staged", + "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" + } + } +}