提交前端代码

This commit is contained in:
chenxu
2026-04-29 09:54:27 +08:00
parent 2eba5f0140
commit 53b7d11ad9
103 changed files with 9437 additions and 531 deletions

View File

@@ -4,12 +4,12 @@
"description": "report-ui",
"author": "beliefteam",
"scripts": {
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=production node build/build.js",
"build:dev": "SET NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=development node build/build.js",
"build:test": "SET NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=testing node build/build.js",
"build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=production node build/build.js"
"build": "cross-env NODE_ENV=production node build/build.js",
"build:dev": "cross-env NODE_ENV=development node build/build.js",
"build:test": "cross-env NODE_ENV=testing node build/build.js",
"build:prod": "cross-env NODE_ENV=production node build/build.js"
},
"dependencies": {
"@ckeditor/ckeditor5-build-decoupled-document": "^23.1.0",
@@ -19,6 +19,7 @@
"chokidar": "^3.5.2",
"codemirror": "^5.58.1",
"crypto-js": "^3.1.9-1",
"decimal.js": "^10.6.0",
"echarts": "^5.5.1",
"echarts-gl": "^2.0.9",
"echarts-liquidfill": "^3.1.0",
@@ -32,6 +33,7 @@
"monaco-editor": "^0.28.0",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"pako": "^2.1.0",
"qrcodejs2": "0.0.2",
"sortablejs": "^1.10.2",
"uninstall": "0.0.0",