From 089bf5d2378b3c4a61d795b2a92bede2c193b771 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 11:22:58 +0800
Subject: [PATCH] 1
---
package.json | 119 ++++++++++++++++++++++++++++-------------------------------
1 files changed, 56 insertions(+), 63 deletions(-)
diff --git a/package.json b/package.json
index bb1c13f..53aa3ed 100644
--- a/package.json
+++ b/package.json
@@ -1,73 +1,66 @@
{
- "name": "forex",
+ "name": "BlackBull",
+ "version": "0.1.0",
"private": true,
- "version": "0.0.0",
- "type": "module",
"scripts": {
- "lint": "eslint --ext .vue,.js ./",
- "lint:fix": "eslint --fix --ext .vue,.js ./",
- "dev": "vite",
- "build": "vite build",
- "build:visualizer": "NODE_ENV=production VISUALIZER=show vite build && node ./fixDistPath.js",
- "preview": "vite preview"
+ "dev": "vue-cli-service serve",
+ "build": "vue-cli-service build",
+ "lint": "eslint --ext .js,.vue src"
},
"dependencies": {
- "@vueuse/components": "9.4.0",
- "@vueuse/core": "9.4.0",
- "amfe-flexible": "^2.2.1",
- "axios": "^1.1.3",
- "dayjs": "^1.11.7",
- "default-passive-events": "^2.0.0",
- "echarts": "^5.4.2",
- "html2canvas": "^1.4.1",
+ "@smallwei/avue": "^2.8.27",
+ "axios": "0.18.1",
+ "core-js": "^3.29.0",
+ "crypto-js": "^4.1.1",
+ "echarts": "^5.4.1",
+ "echarts-gl": "^2.0.9",
+ "element-ui": "2.15.7",
"image-conversion": "^2.1.1",
- "js-md5": "^0.7.3",
- "klinecharts": "^8.6.3",
- "pinia": "2.0.23",
- "pinia-plugin-persistedstate": "^3.0.2",
- "qrcode": "^1.5.1",
- "qs": "^6.11.1",
- "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
- "terser": "^5.16.1",
- "vant": "^4.0.9",
- "vue": "3.2.41",
- "vue-clipboard3": "^2.0.0",
- "vue-i18n": "^9.2.2",
- "vue-router": "^4.2.2",
- "vue-slider-component": "4.1.0-beta.7",
- "vue3-carousel-3d": "^1.0.4",
- "vue3-puzzle-vcode": "^1.0.6",
- "vue3-qr-reader": "^1.0.0",
- "vuedraggable": "next",
- "vuex": "^4.1.0",
- "vuex-persistedstate": "^4.1.0"
+ "js-base64": "^3.7.8",
+ "js-md5": "^0.8.3",
+ "lodash": "4.17.5",
+ "prismjs": "^1.29.0",
+ "qs": "^6.14.0",
+ "svg-baker-runtime": "^1.4.7",
+ "svg-sprite-loader": "3.7.3",
+ "vue": "2.6.14",
+ "vue-clipboard2": "^0.3.3",
+ "vue-contextmenujs": "^1.4.9",
+ "vue-cookie": "1.1.4",
+ "vue-cropper": "^0.6.5",
+ "vue-drag-resize": "^1.5.4",
+ "vue-prism-editor": "^1.3.0",
+ "vue-qr": "^4.0.9",
+ "vue-router": "3.5.2",
+ "vuex": "3.6.2",
+ "yargs": "^15.4.1"
},
"devDependencies": {
- "@vitejs/plugin-legacy": "^3.0.1",
- "@vitejs/plugin-vue": "^3.2.0",
- "autoprefixer": "^10.4.13",
- "babel-eslint": "^10.1.0",
- "eslint": "^8.26.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-vue": "^9.6.0",
- "pinyin-pro": "^3.11.0",
- "postcss": "^8.4.19",
- "postcss-pxtorem": "^5.1.1",
- "prettier": "^3.1.0",
- "pug": "^3.0.2",
- "rollup-plugin-visualizer": "^5.9.0",
- "sass": "^1.55.0",
- "unplugin-vue-components": "^0.22.9",
- "unplugin-vue-define-options": "^1.1.3",
- "vite": "^3.2.0",
- "vite-plugin-imp": "^2.3.1"
+ "@vue/cli-plugin-babel": "~4.5.15",
+ "@vue/cli-plugin-unit-jest": "~4.5.15",
+ "@vue/cli-service": "~4.5.15",
+ "babel-eslint": "7.1.1",
+ "babel-plugin-dynamic-import-node": "^2.3.3",
+ "eslint": "3.19.0",
+ "eslint-config-standard": "10.2.1",
+ "eslint-friendly-formatter": "3.0.0",
+ "eslint-loader": "1.7.1",
+ "eslint-plugin-html": "3.0.0",
+ "eslint-plugin-import": "2.7.0",
+ "eslint-plugin-node": "5.2.0",
+ "eslint-plugin-promise": "3.5.0",
+ "eslint-plugin-standard": "3.0.1",
+ "html-webpack-plugin": "^3.2.0",
+ "less": "^3.13.1",
+ "less-loader": "^5.0.0",
+ "sass": "^1.33.0",
+ "sass-loader": "^8.0.2",
+ "script-ext-html-webpack-plugin": "^2.1.3",
+ "vue-template-compiler": "2.6.14"
},
- "pnpm": {
- "overrides": {
- "vue": "3.2.41",
- "vue-class-component": "7.2.6",
- "vue-property-decorator": "9.1.2"
- }
- }
+ "browserslist": [
+ "> 1%",
+ "last 2 versions",
+ "not dead"
+ ]
}
--
Gitblit v1.9.3