ソースを参照

fix: 规则依赖更新

johnsen 5 ヶ月 前
コミット
b096231a78
1 ファイル変更5 行追加1 行削除
  1. 5 1
      package.json

+ 5 - 1
package.json

@@ -18,9 +18,11 @@
     "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
     "analyz": "npm_config_report=true npm run build",
     "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit",
-    "report": "vue-cli-service build --report"
+    "report": "vue-cli-service build --report",
+    "lint:fix": "eslint . --ext .js,.vue --fix"
   },
   "dependencies": {
+    "@babel/eslint-parser": "^7.14.7",
     "@fullcalendar/bootstrap": "^5.9.0",
     "@fullcalendar/core": "^5.9.0",
     "@fullcalendar/daygrid": "^5.9.0",
@@ -66,6 +68,7 @@
     "js-cookie": "^2.2.1",
     "js-md5": "^0.7.3",
     "js-pinyin": "^0.1.9",
+    "jspdf": "^2.5.2",
     "less": "^3.12.2",
     "less-loader": "^7.0.1",
     "lodash": "^4.17.20",
@@ -131,6 +134,7 @@
     "eslint-plugin-standard": "^4.0.1",
     "eslint-plugin-vue": "^6.2.2",
     "increase-memory-limit": "1.0.7",
+    "lint-staged": "^16.1.2",
     "sass": "1.32.13",
     "sass-loader": "^10.0.1",
     "script-loader": "^0.7.2",