xframelib 0.9.1 → 0.9.3

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
@@ -1,70 +1,68 @@
1
- {
2
- "name": "xframelib",
3
- "version": "0.9.1",
4
- "description": "积累的前端开发基础库",
5
- "main": "dist/index.js",
6
- "common": "dist/index.cjs",
7
- "typings": "dist/index.d.ts",
8
- "scripts": {
9
- "dev": "vite --port 8099",
10
- "build": "vite build",
11
- "lib": "rollup -c ",
12
- "serve": "vite preview",
13
- "clean": "rimraf dist && rimraf package-lock.json && rimraf node_modules/.cache && rimraf node_modules/.vite"
14
- },
15
- "keywords": [
16
- "hprose",
17
- "rpc",
18
- "typescript"
19
- ],
20
- "author": {
21
- "name": "zorrowm",
22
- "email": "zorrowm@126.com"
23
- },
24
- "repository": {
25
- "type": "git",
26
- "url": "https://github.com/zorrowm/vue-widget-template.git"
27
- },
28
- "homepage": "https://zorrowm.github.io/doc/template.html",
29
- "license": "MIT",
30
- "dependencies": {
31
- "@hprose/io": "^3.0.10",
32
- "@hprose/rpc-core": "^3.0.10",
33
- "@hprose/rpc-html5": "^3.0.10",
34
- "@iconify/vue": "^4.3.0",
35
- "@microsoft/signalr": "^8.0.7",
36
- "axios": "^1.7.9",
37
- "fflate": "^0.8.2",
38
- "iconv-lite": "^0.6.3",
39
- "localforage": "^1.10.0",
40
- "loglevel": "^1.9.2",
41
- "qs": "^6.14.0",
42
- "spark-md5": "^3.0.2",
43
- "streamsaver": "^2.0.6",
44
- "xhr": "^2.6.0"
45
- },
46
- "devDependencies": {
47
- "@rollup/plugin-alias": "^5.1.1",
48
- "@rollup/plugin-commonjs": "^28.0.2",
49
- "@rollup/plugin-json": "^6.1.0",
50
- "@rollup/plugin-node-resolve": "^16.0.0",
51
- "@rollup/plugin-typescript": "^12.1.2",
52
- "@types/streamsaver": "^2.0.5",
53
- "@vitejs/plugin-vue": "^5.2.1",
54
- "@vue/compiler-sfc": "^3.5.13",
55
- "esbuild": "^0.25.0",
56
- "rimraf": "^6.0.1",
57
- "rollup-plugin-copy": "^3.5.0",
58
- "rollup-plugin-esbuild": "^6.2.0",
59
- "rollup-plugin-scss": "^4.0.1",
60
- "rollup-plugin-terser": "^7.0.2",
61
- "rollup-plugin-typescript2": "^0.36.0",
62
- "rollup-plugin-vue": "^6.0.0",
63
- "sass": "^1.85.0",
64
- "typescript": "^5.7.3",
65
- "vite": "^6.1.0",
66
- "vue": "^3.5.13",
67
- "vue-router": "^4.5.0",
68
- "vue-tsc": "^2.2.2"
69
- }
70
- }
1
+ {
2
+ "name": "xframelib",
3
+ "version": "0.9.3",
4
+ "description": "积累的前端开发基础库",
5
+ "main": "dist/index.js",
6
+ "common": "dist/index.cjs",
7
+ "typings": "dist/index.d.ts",
8
+ "scripts": {
9
+ "dev": "vite --port 8099",
10
+ "build": "vite build",
11
+ "lib": "rollup -c ",
12
+ "serve": "vite preview",
13
+ "clean": "rimraf dist && rimraf package-lock.json && rimraf node_modules/.cache && rimraf node_modules/.vite"
14
+ },
15
+ "keywords": [
16
+ "hprose",
17
+ "rpc",
18
+ "typescript"
19
+ ],
20
+ "author": {
21
+ "name": "zorrowm",
22
+ "email": "zorrowm@126.com"
23
+ },
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://github.com/zorrowm/vue-widget-template.git"
27
+ },
28
+ "homepage": "https://zorrowm.github.io/doc/template.html",
29
+ "license": "MIT",
30
+ "dependencies": {
31
+ "@hprose/io": "^3.0.10",
32
+ "@hprose/rpc-core": "^3.0.10",
33
+ "@hprose/rpc-html5": "^3.0.10",
34
+ "@iconify/vue": "^4.3.0",
35
+ "@microsoft/signalr": "^8.0.7",
36
+ "axios": "^1.8.4",
37
+ "fflate": "^0.8.2",
38
+ "iconv-lite": "^0.6.3",
39
+ "localforage": "^1.10.0",
40
+ "loglevel": "^1.9.2",
41
+ "qs": "^6.14.0",
42
+ "spark-md5": "^3.0.2",
43
+ "streamsaver": "^2.0.6",
44
+ "xhr": "^2.6.0"
45
+ },
46
+ "devDependencies": {
47
+ "@rollup/plugin-alias": "^5.1.1",
48
+ "@rollup/plugin-commonjs": "^28.0.3",
49
+ "@rollup/plugin-json": "^6.1.0",
50
+ "@rollup/plugin-node-resolve": "^16.0.1",
51
+ "@rollup/plugin-terser": "^0.4.4",
52
+ "@rollup/plugin-typescript": "^12.1.2",
53
+ "@types/streamsaver": "^2.0.5",
54
+ "@vitejs/plugin-vue": "^5.2.3",
55
+ "esbuild": "^0.25.2",
56
+ "rimraf": "^6.0.1",
57
+ "rollup-plugin-copy": "^3.5.0",
58
+ "rollup-plugin-esbuild": "^6.2.1",
59
+ "rollup-plugin-scss": "^4.0.1",
60
+ "rollup-plugin-typescript2": "^0.36.0",
61
+ "rollup-plugin-vue": "^6.0.0",
62
+ "sass": "^1.86.3",
63
+ "typescript": "^5.8.3",
64
+ "vite": "^6.2.5",
65
+ "vue": "^3.5.13",
66
+ "vue-router": "^4.5.0"
67
+ }
68
+ }