halo-fe 1.0.35 → 1.0.36

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 +51 -54
package/package.json CHANGED
@@ -1,55 +1,52 @@
1
- {
2
- "name": "halo-fe",
3
- "version": "1.0.35",
4
- "description": "Halo front end sdk",
5
- "scripts": {
6
- "halo-fe:install": "pnpm install",
7
- "halo-fe:outdated": "pnpm outdated",
8
- "halo-fe:tsc": "vue-tsc",
9
- "halo-fe:build": "vite build",
10
- "halo-fe:build:debug": "vite build --debug",
11
- "halo-fe:build:watch": "vite build --watch",
12
- "halo-fe:build:publish": "vue-tsc & vite build & npm publish",
13
- "halo-fe:publish": "npm publish"
14
- },
15
- "type": "module",
16
- "module": "./main.js",
17
- "types": "./esm/main.d.ts",
18
- "files": [
19
- "dist",
20
- "esm"
21
- ],
22
- "keywords": [
23
- "halo",
24
- "fe"
25
- ],
26
- "author": "jay.zhou <869758965@qq.com>",
27
- "license": "MIT",
28
- "publishConfig": {
29
- "registry": "https://registry.npmjs.org"
30
- },
31
- "peerDependencies": {
32
- },
33
- "dependencies": {
34
- "clone": "2.1.2",
35
- "file-saver": "2.0.5",
36
- "liquidjs": "10.22.0",
37
- "moment": "2.30.1",
38
- "underscore": "1.13.7",
39
- "underscore.string": "3.3.6",
40
- "vue": "3.5.22"
41
- },
42
- "devDependencies": {
43
- "@types/node": "24.7.1",
44
- "@vitejs/plugin-vue": "6.0.1",
45
- "@vitejs/plugin-vue-jsx": "5.1.1",
46
- "crypto-js": "4.2.0",
47
- "echarts": "6.0.0",
48
- "monaco-editor": "0.54.0",
49
- "quill": "2.0.3",
50
- "sass": "1.93.2",
51
- "vite": "7.1.9",
52
- "vue-tsc": "3.1.1",
53
- "xlsx-js-style": "1.2.0"
54
- }
1
+ {
2
+ "name": "halo-fe",
3
+ "version": "1.0.36",
4
+ "description": "Halo front end sdk",
5
+ "scripts": {
6
+ "halo-fe:install": "pnpm install",
7
+ "halo-fe:outdated": "pnpm outdated",
8
+ "halo-fe:tsc": "vue-tsc",
9
+ "halo-fe:build": "vite build",
10
+ "halo-fe:build:debug": "vite build --debug",
11
+ "halo-fe:publish": "node build/publish.js & npm publish"
12
+ },
13
+ "type": "module",
14
+ "module": "./dist/main.js",
15
+ "types": "./esm/main.d.ts",
16
+ "files": [
17
+ "dist",
18
+ "esm"
19
+ ],
20
+ "keywords": [
21
+ "halo",
22
+ "fe"
23
+ ],
24
+ "author": "jay.zhou <869758965@qq.com>",
25
+ "license": "MIT",
26
+ "publishConfig": {
27
+ "registry": "https://registry.npmjs.org"
28
+ },
29
+ "peerDependencies": {},
30
+ "dependencies": {
31
+ "clone": "2.1.2",
32
+ "file-saver": "2.0.5",
33
+ "liquidjs": "10.22.0",
34
+ "moment": "2.30.1",
35
+ "underscore": "1.13.7",
36
+ "underscore.string": "3.3.6",
37
+ "vue": "3.5.22"
38
+ },
39
+ "devDependencies": {
40
+ "@types/node": "24.7.1",
41
+ "@vitejs/plugin-vue": "6.0.1",
42
+ "@vitejs/plugin-vue-jsx": "5.1.1",
43
+ "crypto-js": "4.2.0",
44
+ "echarts": "6.0.0",
45
+ "monaco-editor": "0.54.0",
46
+ "quill": "2.0.3",
47
+ "sass": "1.93.2",
48
+ "vite": "7.1.9",
49
+ "vue-tsc": "3.1.1",
50
+ "xlsx-js-style": "1.2.0"
51
+ }
55
52
  }