From 6339f41cfff5b9fdf33eb2f788658247430b5091 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期三, 19 十月 2022 17:19:52 +0800 Subject: [PATCH] 添加更新提醒 --- package.json | 20 ++------------------ 1 files changed, 2 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index e6198d6..8be6553 100644 --- a/package.json +++ b/package.json @@ -13,21 +13,7 @@ "lint": "vue-cli-service lint", "lint:style": "stylelint-config-prettier-check", "inspect": "vue-cli-service inspect", - "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org", - "image-webpack-loader": "cnpm i image-webpack-loader -D", - "use:npm": "nrm use npm", - "use:taobao": "nrm use taobao", - "update": "ncu -u --reject sass-loader,sass&&cnpm i", - "update:globle": "ncu -g --concurrency 10 --timeout 80000" - }, - "gitHooks": { - "pre-commit": "lint-staged" - }, - "lint-staged": { - "*.{js,jsx,vue}": [ - "vue-cli-service lint", - "git add" - ] + "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org" }, "dependencies": { "axios": "^0.21.1", @@ -43,7 +29,6 @@ "qs": "^6.10.1", "screenfull": "^5.1.0", "sortablejs": "^1.14.0", - "vab-icon": "^0.0.1", "vue": "^2.6.14", "vue-router": "^3.5.2", "vuex": "^3.6.2", @@ -66,8 +51,6 @@ "eslint": "^7.32.0", "eslint-plugin-prettier": "^3.4.1", "eslint-plugin-vue": "^7.16.0", - "filemanager-webpack-plugin": "^6.1.6", - "image-webpack-loader": "^7.0.1", "lint-staged": "^11.1.2", "prettier": "^2.3.2", "sass": "~1.32.13", @@ -77,6 +60,7 @@ "stylelint-config-recess-order": "^2.5.0", "svg-sprite-loader": "^6.0.9", "vue-template-compiler": "^2.6.14", + "vue2-ace-editor": "^0.0.15", "webpackbar": "^4.0.0" }, "engines": { -- Gitblit v1.8.0