@smallwei/avue 3.5.3 → 3.5.4
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/avue.js +6547 -7031
- package/lib/avue.min.js +7 -7
- package/package.json +74 -74
package/package.json
CHANGED
@@ -1,74 +1,74 @@
|
|
1
|
-
{
|
2
|
-
"name": "@smallwei/avue",
|
3
|
-
"version": "3.5.
|
4
|
-
"description": "A Magic Configurable Web Framework",
|
5
|
-
"main": "lib/avue.min.js",
|
6
|
-
"unpkg": "lib/avue.min.js",
|
7
|
-
"jsdelivr": "lib/avue.min.js",
|
8
|
-
"scripts": {
|
9
|
-
"dev": "pnpm gen:version && cross-env TARGET=dev gulp watch",
|
10
|
-
"gen:version": "node build/version.js",
|
11
|
-
"build": "pnpm gen:version && cross-env TARGET=prod UINAME=element-ui gulp build",
|
12
|
-
"all": "pnpm build && pnpm dev"
|
13
|
-
},
|
14
|
-
"keywords": [
|
15
|
-
"vue",
|
16
|
-
"element-plus",
|
17
|
-
"avue"
|
18
|
-
],
|
19
|
-
"repository": {
|
20
|
-
"type": "git",
|
21
|
-
"url": "git+https://gitee.com/smallweigit/avue.git"
|
22
|
-
},
|
23
|
-
"author": "smallwei",
|
24
|
-
"license": "MIT",
|
25
|
-
"bugs": {
|
26
|
-
"url": "https://gitee.com/smallweigit/avue/issues"
|
27
|
-
},
|
28
|
-
"homepage": "https://gitee.com/smallweigit/avue/blob/master/README.md",
|
29
|
-
"devDependencies": {
|
30
|
-
"@babel/cli": "^7.12.1",
|
31
|
-
"@babel/core": "^7.11.4",
|
32
|
-
"@babel/plugin-transform-runtime": "^7.12.1",
|
33
|
-
"@babel/preset-env": "^7.11.5",
|
34
|
-
"@vue/compiler-sfc": "^3.0.9",
|
35
|
-
"@vue/component-compiler-utils": "^3.2.0",
|
36
|
-
"axios": "^0.21.1",
|
37
|
-
"babel-loader": "^8.2.2",
|
38
|
-
"cross-env": "^3.1.3",
|
39
|
-
"css-loader": "^5.2.0",
|
40
|
-
"element-plus": "^2.3.7",
|
41
|
-
"eslint": "4.14.0",
|
42
|
-
"eslint-config-elemefe": "0.1.1",
|
43
|
-
"eslint-loader": "^1.9.0",
|
44
|
-
"eslint-plugin-html": "^4.0.1",
|
45
|
-
"eslint-plugin-json": "^1.2.0",
|
46
|
-
"gulp": "^4.0.2",
|
47
|
-
"gulp-autoprefixer": "^8.0.0",
|
48
|
-
"gulp-cssmin": "^0.2.0",
|
49
|
-
"gulp-postcss": "^9.0.1",
|
50
|
-
"gulp-sass": "^5.1.0",
|
51
|
-
"progress-bar-webpack-plugin": "^1.11.0",
|
52
|
-
"sass": "^1.52.1",
|
53
|
-
"vue": "^3.3.4",
|
54
|
-
"vue-loader": "^16.1.2",
|
55
|
-
"webpack": "^4.27.0",
|
56
|
-
"webpack-bundle-analyzer": "^3.0.3",
|
57
|
-
"webpack-merge": "^4.1.4"
|
58
|
-
},
|
59
|
-
"peerDependencies": {
|
60
|
-
"element-plus": ">=2.2.0",
|
61
|
-
"vue": ">=3.2.0"
|
62
|
-
},
|
63
|
-
"dependencies": {
|
64
|
-
"@element-plus/icons-vue": "^2.0.6",
|
65
|
-
"countup.js": "^1.9.3",
|
66
|
-
"dayjs": "^1.10.4",
|
67
|
-
"
|
68
|
-
},
|
69
|
-
"files": [
|
70
|
-
"lib",
|
71
|
-
"README.md",
|
72
|
-
"LICENSE"
|
73
|
-
]
|
74
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@smallwei/avue",
|
3
|
+
"version": "3.5.4",
|
4
|
+
"description": "A Magic Configurable Web Framework",
|
5
|
+
"main": "lib/avue.min.js",
|
6
|
+
"unpkg": "lib/avue.min.js",
|
7
|
+
"jsdelivr": "lib/avue.min.js",
|
8
|
+
"scripts": {
|
9
|
+
"dev": "pnpm gen:version && cross-env TARGET=dev gulp watch",
|
10
|
+
"gen:version": "node build/version.js",
|
11
|
+
"build": "pnpm gen:version && cross-env TARGET=prod UINAME=element-ui gulp build",
|
12
|
+
"all": "pnpm build && pnpm dev"
|
13
|
+
},
|
14
|
+
"keywords": [
|
15
|
+
"vue",
|
16
|
+
"element-plus",
|
17
|
+
"avue"
|
18
|
+
],
|
19
|
+
"repository": {
|
20
|
+
"type": "git",
|
21
|
+
"url": "git+https://gitee.com/smallweigit/avue.git"
|
22
|
+
},
|
23
|
+
"author": "smallwei",
|
24
|
+
"license": "MIT",
|
25
|
+
"bugs": {
|
26
|
+
"url": "https://gitee.com/smallweigit/avue/issues"
|
27
|
+
},
|
28
|
+
"homepage": "https://gitee.com/smallweigit/avue/blob/master/README.md",
|
29
|
+
"devDependencies": {
|
30
|
+
"@babel/cli": "^7.12.1",
|
31
|
+
"@babel/core": "^7.11.4",
|
32
|
+
"@babel/plugin-transform-runtime": "^7.12.1",
|
33
|
+
"@babel/preset-env": "^7.11.5",
|
34
|
+
"@vue/compiler-sfc": "^3.0.9",
|
35
|
+
"@vue/component-compiler-utils": "^3.2.0",
|
36
|
+
"axios": "^0.21.1",
|
37
|
+
"babel-loader": "^8.2.2",
|
38
|
+
"cross-env": "^3.1.3",
|
39
|
+
"css-loader": "^5.2.0",
|
40
|
+
"element-plus": "^2.3.7",
|
41
|
+
"eslint": "4.14.0",
|
42
|
+
"eslint-config-elemefe": "0.1.1",
|
43
|
+
"eslint-loader": "^1.9.0",
|
44
|
+
"eslint-plugin-html": "^4.0.1",
|
45
|
+
"eslint-plugin-json": "^1.2.0",
|
46
|
+
"gulp": "^4.0.2",
|
47
|
+
"gulp-autoprefixer": "^8.0.0",
|
48
|
+
"gulp-cssmin": "^0.2.0",
|
49
|
+
"gulp-postcss": "^9.0.1",
|
50
|
+
"gulp-sass": "^5.1.0",
|
51
|
+
"progress-bar-webpack-plugin": "^1.11.0",
|
52
|
+
"sass": "^1.52.1",
|
53
|
+
"vue": "^3.3.4",
|
54
|
+
"vue-loader": "^16.1.2",
|
55
|
+
"webpack": "^4.27.0",
|
56
|
+
"webpack-bundle-analyzer": "^3.0.3",
|
57
|
+
"webpack-merge": "^4.1.4"
|
58
|
+
},
|
59
|
+
"peerDependencies": {
|
60
|
+
"element-plus": ">=2.2.0",
|
61
|
+
"vue": ">=3.2.0"
|
62
|
+
},
|
63
|
+
"dependencies": {
|
64
|
+
"@element-plus/icons-vue": "^2.0.6",
|
65
|
+
"countup.js": "^1.9.3",
|
66
|
+
"dayjs": "^1.10.4",
|
67
|
+
"lodash": "^4.17.21"
|
68
|
+
},
|
69
|
+
"files": [
|
70
|
+
"lib",
|
71
|
+
"README.md",
|
72
|
+
"LICENSE"
|
73
|
+
]
|
74
|
+
}
|