3h1-ui 2.14.7 → 2.14.8

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.
Files changed (1) hide show
  1. package/package.json +50 -50
package/package.json CHANGED
@@ -1,51 +1,51 @@
1
- {
2
- "name": "3h1-ui",
3
- "version": "2.14.7",
4
- "description": "",
5
- "module": "es/index.js",
6
- "main": "lib/index.js",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1",
9
- "major": "npm version major",
10
- "minor": "npm version minor",
11
- "patch": "npm version patch",
12
- "deploy": "pnpm -v",
13
- "build": "export NODE_OPTIONS=--max_old_space_size=8096&&vite build",
14
- "build:less": "esno build/buildLess",
15
- "update:version": "tsx ../../scripts/update-version.ts"
16
- },
17
- "files": [
18
- "es",
19
- "lib"
20
- ],
21
- "keywords": [
22
- "shy-ui"
23
- ],
24
- "author": "",
25
- "license": "MIT",
26
- "dependencies": {
27
- "@logicflow/core": "^1.1.31",
28
- "@logicflow/extension": "^1.1.31",
29
- "@purge-icons/generated": "^0.9.0",
30
- "@shy-plugins/use": "workspace:*",
31
- "@shy-plugins/utils": "workspace:*",
32
- "@vueuse/core": "^9.6.0",
33
- "@zxcvbn-ts/core": "^2.1.0",
34
- "codemirror": "5.65.3",
35
- "cropperjs": "^1.5.13",
36
- "csstype": "^3.1.2",
37
- "lodash-es": "^4.17.15",
38
- "sortablejs": "^1.15.0",
39
- "vite-plugin-purge-icons": "^0.9.2",
40
- "vue-i18n": "^9.2.2",
41
- "vue-json-pretty": "^2.2.3",
42
- "vxe-table": "^4.3.6",
43
- "xe-utils": "^3.5.7"
44
- },
45
- "types": "es/ui/index.d.ts",
46
- "devDependencies": {
47
- "@types/sortablejs": "^1.15.1",
48
- "vite-plugin-windicss": "^1.8.10",
49
- "windicss": "^3.5.6"
50
- }
1
+ {
2
+ "name": "3h1-ui",
3
+ "version": "2.14.8",
4
+ "description": "",
5
+ "module": "es/index.js",
6
+ "main": "lib/index.js",
7
+ "files": [
8
+ "es",
9
+ "lib"
10
+ ],
11
+ "keywords": [
12
+ "shy-ui"
13
+ ],
14
+ "author": "",
15
+ "license": "MIT",
16
+ "dependencies": {
17
+ "@logicflow/core": "^1.1.31",
18
+ "@logicflow/extension": "^1.1.31",
19
+ "@purge-icons/generated": "^0.9.0",
20
+ "@vueuse/core": "^9.6.0",
21
+ "@zxcvbn-ts/core": "^2.1.0",
22
+ "codemirror": "5.65.3",
23
+ "cropperjs": "^1.5.13",
24
+ "csstype": "^3.1.2",
25
+ "lodash-es": "^4.17.15",
26
+ "sortablejs": "^1.15.0",
27
+ "vite-plugin-purge-icons": "^0.9.2",
28
+ "vue-i18n": "^9.2.2",
29
+ "vue-json-pretty": "^2.2.3",
30
+ "vxe-table": "^4.3.6",
31
+ "xe-utils": "^3.5.7",
32
+ "@shy-plugins/utils": "1.1.0",
33
+ "@shy-plugins/use": "1.0.4"
34
+ },
35
+ "types": "es/ui/index.d.ts",
36
+ "devDependencies": {
37
+ "@types/sortablejs": "^1.15.1",
38
+ "vite-plugin-windicss": "^1.8.10",
39
+ "windicss": "^3.5.6"
40
+ },
41
+ "scripts": {
42
+ "test": "echo \"Error: no test specified\" && exit 1",
43
+ "major": "npm version major",
44
+ "minor": "npm version minor",
45
+ "patch": "npm version patch",
46
+ "deploy": "pnpm -v",
47
+ "build": "vite build",
48
+ "build:less": "esno build/buildLess",
49
+ "update:version": "tsx ../../scripts/update-version.ts"
50
+ }
51
51
  }