@smallwei/avue 3.5.6 → 3.6.0
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/README.md +10 -8
- package/lib/avue.js +6667 -6547
- package/lib/avue.min.js +7 -7
- package/package.json +5 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smallwei/avue",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.6.0",
|
4
4
|
"description": "A Magic Configurable Web Framework",
|
5
5
|
"main": "lib/avue.min.js",
|
6
6
|
"unpkg": "lib/avue.min.js",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"scripts": {
|
9
9
|
"dev": "pnpm gen:version && cross-env TARGET=dev gulp watch",
|
10
10
|
"gen:version": "node build/version.js",
|
11
|
-
"build": "pnpm gen:version && cross-env TARGET=prod UINAME=element-
|
11
|
+
"build": "pnpm gen:version && cross-env TARGET=prod UINAME=element-plus gulp build",
|
12
12
|
"all": "pnpm build && pnpm dev"
|
13
13
|
},
|
14
14
|
"keywords": [
|
@@ -31,13 +31,14 @@
|
|
31
31
|
"@babel/core": "^7.11.4",
|
32
32
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
33
33
|
"@babel/preset-env": "^7.11.5",
|
34
|
+
"@babel/runtime": "^7.26.0",
|
34
35
|
"@vue/compiler-sfc": "^3.0.9",
|
35
36
|
"@vue/component-compiler-utils": "^3.2.0",
|
36
37
|
"axios": "^0.21.1",
|
37
38
|
"babel-loader": "^8.2.2",
|
38
39
|
"cross-env": "^3.1.3",
|
39
40
|
"css-loader": "^5.2.0",
|
40
|
-
"element-plus": "^2.
|
41
|
+
"element-plus": "^2.9.0",
|
41
42
|
"eslint": "4.14.0",
|
42
43
|
"eslint-config-elemefe": "0.1.1",
|
43
44
|
"eslint-loader": "^1.9.0",
|
@@ -47,7 +48,7 @@
|
|
47
48
|
"gulp-autoprefixer": "^8.0.0",
|
48
49
|
"gulp-cssmin": "^0.2.0",
|
49
50
|
"gulp-postcss": "^9.0.1",
|
50
|
-
"gulp-sass": "^
|
51
|
+
"gulp-sass": "^6.0.0",
|
51
52
|
"progress-bar-webpack-plugin": "^1.11.0",
|
52
53
|
"sass": "^1.52.1",
|
53
54
|
"vue": "^3.3.4",
|