From 633f26d8e772b2441fb3fab72ecab0a047def74c Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 21 二月 2024 15:06:42 +0800
Subject: [PATCH] 11
---
package.json | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 42d06a2..bfd74fa 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,8 @@
"author": "娴欐睙浜ュ皵鏃朵俊鎭鎶�鏈夐檺鍏徃",
"license": "MIT",
"scripts": {
- "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
- "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
+ "dev": "vue-cli-service serve",
+ "build": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src"
@@ -52,7 +52,8 @@
"js-beautify": "1.13.0",
"js-cookie": "2.2.1",
"jsencrypt": "3.0.0-rc.1",
- "moment": "^2.29.3",
+ "lodash": "^4.17.21",
+ "moment": "^2.29.4",
"nprogress": "0.2.0",
"prettier": "^1.8.1",
"quill": "1.3.7",
--
Gitblit v1.9.3