star-horse-lowcode 2.7.39 → 2.7.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "star-horse-lowcode",
3
3
  "private": false,
4
4
  "author": "l_1019@163.com",
5
- "version": "2.7.39",
5
+ "version": "2.7.40",
6
6
  "type": "module",
7
7
  "description": "星马低代码平台",
8
8
  "keywords": [
@@ -37,17 +37,11 @@
37
37
  "./*": "./dist/*"
38
38
  },
39
39
  "scripts": {
40
- "lint": "eslint .",
41
- "lint:fix": "eslint . --fix",
42
- "svgToFont": "node ./src/script/svgToFont.js",
43
40
  "serve": " vite --mode development",
44
- "build:dev": "cross-env NO_TYPE_CHECK=true NODE_OPTIONS=--max-old-space-size=8192 vite build --mode development",
45
- "build:prod": "cross-env NODE_OPTIONS=--max-old-space-size=16384 vite build --mode production",
46
41
  "build": "vite build --mode production",
47
- "clean": "rimraf node_modules/.vite && rimraf node_modules/.cache",
48
42
  "preview": "vite preview --mode production",
49
- "deploy": "vite build --mode production && node deploy.js",
50
- "testPublish": "node deploy.js",
43
+ "clean": "rimraf node_modules/.vite && rimraf node_modules/.cache",
44
+ "svgToFont": "node ./src/script/svgToFont.js",
51
45
  "createNodeImageList": "node ./script/createNodeImageList.js"
52
46
  },
53
47
  "dependencies": {
@@ -80,7 +74,6 @@
80
74
  "vite-plugin-dts": "^4.5.4",
81
75
  "vue": "^3.5.15",
82
76
  "vue-demi": "^0.14.10",
83
- "vue-eslint-parser": "^10.1.3",
84
77
  "vue-i18n": "^11.1.4",
85
78
  "vue-m-message": "^4.0.2",
86
79
  "vue-router": "^4.5.1",